<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2012-05-18 03:42:48]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://www.mametesters.org/</docs>
<description>MAME Testers - ISSUES</description>
<link>http://www.mametesters.org/</link>
<title>MAME Testers - ISSUES</title>
<image>
<title>MAME Testers - ISSUES</title>
<url>http://www.mametesters.org/images/mantis_logo_button.gif</url>
<link>http://www.mametesters.org/</link>
<description>MAME Testers - ISSUES</description>
</image>
<category>All</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2012-05-18T03:42:47+00:00</sy:updateBase>
<item>
<title>04842: (m4coney, m4starst, m4vdexpr, m4volcan) [debug] Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4842</link>
<description>&lt;blockquote&gt;&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
0x030ba0ac in address_space_specific&lt;unsigned char, (endianness_t)1, false&gt;::read_native (this=0x31243bbc, offset=32769) at src/emu/memory.c:1109&lt;br /&gt;
1109                    if (entry &lt;= STATIC_BANKMAX) result = *reinterpret_cast&lt;_NativeType *&gt;(handler.ramptr(offset));&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x030ba0ac in address_space_specific&lt;unsigned char, (endianness_t)1, false&gt;::read_native (this=0x31243bbc, offset=32769)&lt;br /&gt;
    at src/emu/memory.c:1109&lt;br /&gt;
#1  0x030bb174 in address_space_specific&lt;unsigned char, (endianness_t)1, false&gt;::read_byte (this=0x31243bbc, address=36865)&lt;br /&gt;
    at src/emu/memory.c:1415&lt;br /&gt;
#2  0x01dab8fd in clr_ex (m68_state=0x2f0d1fb8)&lt;br /&gt;
    at src/emu/cpu/m6809/6809ops.c:1241&lt;br /&gt;
#3  0x01db5386 in cpu_execute_m6809 (device=0x26a00c)&lt;br /&gt;
    at src/emu/cpu/m6809/m6809.c:506&lt;br /&gt;
#4  0x027d9e87 in legacy_cpu_device::execute_run (this=0x26a00c)&lt;br /&gt;
    at src/emu/devcpu.c:260&lt;br /&gt;
#5  0x030d6e5c in device_execute_interface::run (this=0x26a2c4)&lt;br /&gt;
    at src/emu/diexec.h:228&lt;br /&gt;
#6  0x024693a3 in device_scheduler::timeslice (this=0x22f2f8)&lt;br /&gt;
    at src/emu/schedule.c:489&lt;br /&gt;
#7  0x02524010 in running_machine::run (this=0x22c410, firstrun=true)&lt;br /&gt;
    at src/emu/machine.c:389&lt;br /&gt;
#8  0x02456d7b in mame_execute (options=..., osd=...)&lt;br /&gt;
    at src/emu/mame.c:189&lt;br /&gt;
#9  0x027bb266 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/emu/clifront.c:252&lt;br /&gt;
#10 0x01d297f0 in utf8_main (argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/osd/windows/winmain.c:482&lt;br /&gt;
#11 0x02a50cd6 in wmain (argc=4, argv=0x3f28f0)&lt;br /&gt;
    at src/osd/windows/main.c:82&lt;br /&gt;
#12 0x00401422 in __tmainCRTStartup ()&lt;br /&gt;
    at ../mingw-w64-crt/crt/crtexe.c:282&lt;br /&gt;
#13 0x7c817077 in RegisterWaitForInputIdle ()&lt;br /&gt;
    from C:\WINDOWS\system32\kernel32.dll&lt;br /&gt;
#14 0x00000000 in ?? ()&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4842</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4842#bugnotes</comments>
</item>
<item>
<title>04841: (m4exotic, m4jflash, m4madmnc, m4mmm, m4przrfm, m4rhfev, m4spinbt, m4xch, m4xs, m4xtrm) Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4841</link>
<description>&lt;blockquote&gt;&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
0x02ec16d5 in direct_read_data::read_decrypted_byte (this=0x30af7ff4, byteaddress=60208, directxor=0) at src/emu/memory.h:998&lt;br /&gt;
998                     return m_decrypted[(byteaddress ^ directxor) &amp; m_bytemas&lt;br /&gt;
k];&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x02ec16d5 in direct_read_data::read_decrypted_byte (this=0x30af7ff4, byteaddress=60208, directxor=0)&lt;br /&gt;
    at src/emu/memory.h:998&lt;br /&gt;
#1  0x01db5358 in cpu_execute_m6809 (device=0x26a00c)&lt;br /&gt;
    at src/emu/cpu/m6809/m6809.c:504&lt;br /&gt;
#2  0x027d9e87 in legacy_cpu_device::execute_run (this=0x26a00c)&lt;br /&gt;
    at src/emu/devcpu.c:260&lt;br /&gt;
#3  0x030d6e5c in device_execute_interface::run (this=0x26a2c4)&lt;br /&gt;
    at src/emu/diexec.h:228&lt;br /&gt;
#4  0x024693a3 in device_scheduler::timeslice (this=0x22f2f8)&lt;br /&gt;
    at src/emu/schedule.c:489&lt;br /&gt;
#5  0x02524010 in running_machine::run (this=0x22c410, firstrun=true)&lt;br /&gt;
    at src/emu/machine.c:389&lt;br /&gt;
#6  0x02456d7b in mame_execute (options=..., osd=...)&lt;br /&gt;
    at src/emu/mame.c:189&lt;br /&gt;
#7  0x027bb266 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4c18)&lt;br /&gt;
    at src/emu/clifront.c:252&lt;br /&gt;
#8  0x01d297f0 in utf8_main (argc=4, argv=0x3f4c18)&lt;br /&gt;
    at src/osd/windows/winmain.c:482&lt;br /&gt;
#9  0x02a50cd6 in wmain (argc=4, argv=0x3f4650)&lt;br /&gt;
    at src/osd/windows/main.c:82&lt;br /&gt;
#10 0x00401422 in __tmainCRTStartup ()&lt;br /&gt;
    at ../mingw-w64-crt/crt/crtexe.c:282&lt;br /&gt;
#11 0x7c817077 in RegisterWaitForInputIdle ()&lt;br /&gt;
    from C:\WINDOWS\system32\kernel32.dll&lt;br /&gt;
#12 0x00000000 in ?? ()&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4841</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4841#bugnotes</comments>
</item>
<item>
<title>04840: (xmen6p, xmen6pu) Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4840</link>
<description>&lt;blockquote&gt;&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
0xb7ee5a07 in ?? ()&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0xb7ee5a07 in ?? ()&lt;br /&gt;
#1  0x02930f0f in k054539_device::write (this=0x2718ac, space=..., offset=319, data=31 '\037', mem_mask=255 ' ')&lt;br /&gt;
    at src/emu/sound/k054539.c:388&lt;br /&gt;
#2  0x0318b60a in delegate_base&lt;void, address_space&amp;, unsigned int, unsigned char, unsigned char, _noparam&gt;::operator() (this=0x303fb8f4, p1=..., p2=319, p3=31 '\037', p4=255 ' ')&lt;br /&gt;
    at src/emu/delegate.h:620&lt;br /&gt;
#3  0x03197a69 in handler_entry_write::write8 (this=0x303fb84c, space=..., offset=319, data=31 '\037', mask=255 ' ')&lt;br /&gt;
    at src/emu/memory.c:510&lt;br /&gt;
#4  0x030b6f1e in address_space_specific&lt;unsigned char, (endianness_t)0, false&gt;::write_native (this=0x30385cd4, offset=319, data=31 '\037')&lt;br /&gt;
    at src/emu/memory.c:1157&lt;br /&gt;
#5  0x030b5d2a in address_space_specific&lt;unsigned char, (endianness_t)0, false&gt;::write_byte (this=0x30385cd4, address=57663, data=31 '\037')&lt;br /&gt;
    at src/emu/memory.c:1429&lt;br /&gt;
#6  0x01d74f02 in op_32 (z80=0x2f0e1f70)&lt;br /&gt;
    at src/emu/cpu/z80/z80.c:2993&lt;br /&gt;
#7  0x01d7a1bf in cpu_execute_z80 (device=0x26e00c)&lt;br /&gt;
    at src/emu/cpu/z80/z80.c:3636&lt;br /&gt;
#8  0x027d9e87 in legacy_cpu_device::execute_run (this=0x26e00c)&lt;br /&gt;
    at src/emu/devcpu.c:260&lt;br /&gt;
#9  0x030d6e5c in device_execute_interface::run (this=0x26e2c4)&lt;br /&gt;
    at src/emu/diexec.h:228&lt;br /&gt;
#10 0x024693a3 in device_scheduler::timeslice (this=0x22f2f8)&lt;br /&gt;
    at src/emu/schedule.c:489&lt;br /&gt;
#11 0x02524010 in running_machine::run (this=0x22c410, firstrun=true)&lt;br /&gt;
    at src/emu/machine.c:389&lt;br /&gt;
#12 0x02456d7b in mame_execute (options=..., osd=...)&lt;br /&gt;
    at src/emu/mame.c:189&lt;br /&gt;
#13 0x027bb266 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/emu/clifront.c:252&lt;br /&gt;
#14 0x01d297f0 in utf8_main (argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/osd/windows/winmain.c:482&lt;br /&gt;
#15 0x02a50cd6 in wmain (argc=4, argv=0x3f28f0)&lt;br /&gt;
    at src/osd/windows/main.c:82&lt;br /&gt;
#16 0x00401422 in __tmainCRTStartup ()&lt;br /&gt;
    at ../mingw-w64-crt/crt/crtexe.c:282&lt;br /&gt;
#17 0x7c817077 in RegisterWaitForInputIdle ()&lt;br /&gt;
    from C:\WINDOWS\system32\kernel32.dll&lt;br /&gt;
#18 0x00000000 in ?? ()&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4840</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4840#bugnotes</comments>
</item>
<item>
<title>04839: (hb_daca) Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4839</link>
<description>&lt;blockquote&gt;&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
0x00b6a332 in pluto5_state::pluto5_mem_r (this=0x267c9c, space=...,&lt;br /&gt;
    offset=1048576, mem_mask=4294901760) at src/mame/drivers/pluto5.c:210&lt;br /&gt;
210                             return m_cpuregion[offset];&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x00b6a332 in pluto5_state::pluto5_mem_r (this=0x267c9c, space=..., offset=1048576, mem_mask=4294901760)&lt;br /&gt;
    at src/mame/drivers/pluto5.c:210&lt;br /&gt;
#1  0x0318b0ac in delegate_base&lt;unsigned int, address_space&amp;, unsigned int, unsigned int, _noparam, _noparam&gt;::operator() (this=0x30aa7b34, p1=..., p2=1048576, p3=4294901760)&lt;br /&gt;
    at src/emu/delegate.h:619&lt;br /&gt;
#2  0x031969d4 in handler_entry_read::read32 (this=0x30aa7a5c, space=...,&lt;br /&gt;
    offset=1048576, mask=4294901760) at src/emu/memory.c:405&lt;br /&gt;
#3  0x030c2f18 in address_space_specific&lt;unsigned int, (endianness_t)1, true&gt;::read_native (this=0x3006f57c, offset=4194304, mask=4294901760)&lt;br /&gt;
    at src/emu/memory.c:1087&lt;br /&gt;
#4  0x030c2aef in address_space_specific&lt;unsigned int, (endianness_t)1, true&gt;::read_direct&lt;unsigned short, true&gt; (this=0x3006f57c, address=4194304, mask=65535)&lt;br /&gt;
    at src/emu/memory.c:1183&lt;br /&gt;
#5  0x030c3e28 in address_space_specific&lt;unsigned int, (endianness_t)1, true&gt;::read_word (this=0x3006f57c, address=4194304)&lt;br /&gt;
    at src/emu/memory.c:1416&lt;br /&gt;
#6  0x02ec1835 in direct_read_data::read_decrypted_word (this=0x300700ac, byteaddress=4194304, directxor=2)&lt;br /&gt;
    at src/emu/memory.h:1019&lt;br /&gt;
#7  0x01d91f83 in m68k_memory_interface::read_immediate_16 (this=0x2f0d1adc, address=4194304)&lt;br /&gt;
    at src/emu/cpu/m68000/m68kcpu.c:1297&lt;br /&gt;
#8  0x0318b2a2 in delegate_base&lt;unsigned short, unsigned int, _noparam, _noparam, _noparam, _noparam&gt;::operator() (this=0x2f0d1ae0, p1=4194304)&lt;br /&gt;
    at src/emu/delegate.h:617&lt;br /&gt;
#9  0x023119c2 in m68ki_ic_readimm16 (m68k=0x2f0d18b8, address=4194304)&lt;br /&gt;
    at src/emu/cpu/m68000/m68kcpu.h:996&lt;br /&gt;
#10 0x02311ae3 in m68ki_read_imm_16 (m68k=0x2f0d18b8)&lt;br /&gt;
    at src/emu/cpu/m68000/m68kcpu.h:1024&lt;br /&gt;
#11 0x023605f6 in _m68ki_cpu_core::m68k_op_ori_8_d (mc68kcpu=0x2f0d18b8)&lt;br /&gt;
    at obj/windowsd/emu/cpu/m68000/m68kops.c:25811&lt;br /&gt;
#12 0x01d904a8 in cpu_execute_m68k (device=0x268164)&lt;br /&gt;
    at src/emu/cpu/m68000/m68kcpu.c:809&lt;br /&gt;
#13 0x027d9f73 in legacy_cpu_device::execute_run (this=0x268164)&lt;br /&gt;
    at src/emu/devcpu.c:260&lt;br /&gt;
#14 0x030d6f3c in device_execute_interface::run (this=0x26841c)&lt;br /&gt;
    at src/emu/diexec.h:228&lt;br /&gt;
#15 0x02469483 in device_scheduler::timeslice (this=0x22f2f8)&lt;br /&gt;
    at src/emu/schedule.c:489&lt;br /&gt;
#16 0x025240fc in running_machine::run (this=0x22c410, firstrun=true)&lt;br /&gt;
    at src/emu/machine.c:389&lt;br /&gt;
#17 0x02456e4b in mame_execute (options=..., osd=...)&lt;br /&gt;
    at src/emu/mame.c:189&lt;br /&gt;
#18 0x027bb352 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/emu/clifront.c:252&lt;br /&gt;
#19 0x01d298c0 in utf8_main (argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/osd/windows/winmain.c:482&lt;br /&gt;
#20 0x02a50dc2 in wmain (argc=4, argv=0x3f28f0)&lt;br /&gt;
    at src/osd/windows/main.c:82&lt;br /&gt;
#21 0x00401422 in __tmainCRTStartup ()&lt;br /&gt;
    at ../mingw-w64-crt/crt/crtexe.c:282&lt;br /&gt;
#22 0x7c817077 in RegisterWaitForInputIdle ()&lt;br /&gt;
    from C:\WINDOWS\system32\kernel32.dll&lt;br /&gt;
#23 0x00000000 in ?? ()&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4839</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4839#bugnotes</comments>
</item>
<item>
<title>04838: (All sets in naomi.c) Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4838</link>
<description>Just as Z80 code is hit, the emulation crashes&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
0x0250f4cc in ioport_port::write (this=0x0, data=0, mem_mask=255)&lt;br /&gt;
    at src/emu/ioport.c:2455&lt;br /&gt;
2455            COMBINE_DATA(&amp;m_live-&gt;outputvalue);&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x0250f4cc in ioport_port::write (this=0x0, data=0, mem_mask=255)&lt;br /&gt;
    at src/emu/ioport.c:2455&lt;br /&gt;
#1  0x013c54d7 in mie_device::gpio_w (this=0x282794, space=..., offset=3, data=0 '\000', mem_mask=255 ' ')&lt;br /&gt;
    at src/mame/machine/mie.c:214&lt;br /&gt;
#2  0x0318b6ea in delegate_base&lt;void, address_space&amp;, unsigned int, unsigned char, unsigned char, _noparam&gt;::operator() (this=0x3b87e0fc, p1=..., p2=3, p3=0 '\000', p4=255 ' ')&lt;br /&gt;
    at src/emu/delegate.h:620&lt;br /&gt;
#3  0x03197b49 in handler_entry_write::write8 (this=0x3b87e054, space=..., offset=3, data=0 '\000', mask=255 ' ')&lt;br /&gt;
    at src/emu/memory.c:510&lt;br /&gt;
#4  0x030b6ffe in address_space_specific&lt;unsigned char, (endianness_t)0, false&gt;::write_native (this=0x3b806cec, offset=3, data=0 '\000')&lt;br /&gt;
    at src/emu/memory.c:1157&lt;br /&gt;
#5  0x030b5e0a in address_space_specific&lt;unsigned char, (endianness_t)0, false&gt;::write_byte (this=0x3b806cec, address=6403, data=0 '\000')&lt;br /&gt;
    at src/emu/memory.c:1429&lt;br /&gt;
#6  0x01d737a3 in ed_b3 (z80=0x2f0f1f70)&lt;br /&gt;
    at src/emu/cpu/z80/z80.c:2846&lt;br /&gt;
#7  0x01d77fc9 in op_ed (z80=0x2f0f1f70)&lt;br /&gt;
    at src/emu/cpu/z80/z80.c:3203&lt;br /&gt;
#8  0x01d7ae3f in cpu_execute_z80 (device=0x27d6e4)&lt;br /&gt;
    at src/emu/cpu/z80/z80.c:3636&lt;br /&gt;
#9  0x027d9f73 in legacy_cpu_device::execute_run (this=0x27d6e4)&lt;br /&gt;
    at src/emu/devcpu.c:260&lt;br /&gt;
#10 0x030d6f3c in device_execute_interface::run (this=0x27d99c)&lt;br /&gt;
    at src/emu/diexec.h:228&lt;br /&gt;
#11 0x02469483 in device_scheduler::timeslice (this=0x22f2f8)&lt;br /&gt;
    at src/emu/schedule.c:489&lt;br /&gt;
#12 0x025240fc in running_machine::run (this=0x22c410, firstrun=true)&lt;br /&gt;
    at src/emu/machine.c:389&lt;br /&gt;
#13 0x02456e4b in mame_execute (options=..., osd=...)&lt;br /&gt;
    at src/emu/mame.c:189&lt;br /&gt;
#14 0x027bb352 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/emu/clifront.c:252&lt;br /&gt;
#15 0x01d298c0 in utf8_main (argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/osd/windows/winmain.c:482&lt;br /&gt;
#16 0x02a50dc2 in wmain (argc=4, argv=0x3f28f0)&lt;br /&gt;
    at src/osd/windows/main.c:82&lt;br /&gt;
#17 0x00401422 in __tmainCRTStartup ()&lt;br /&gt;
    at ../mingw-w64-crt/crt/crtexe.c:282&lt;br /&gt;
#18 0x7c817077 in RegisterWaitForInputIdle ()&lt;br /&gt;
   from C:\WINDOWS\system32\kernel32.dll&lt;br /&gt;
#19 0x00000000 in ?? ()&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4838</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4838#bugnotes</comments>
</item>
<item>
<title>04837: (mtetrisc, starsldr) Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4837</link>
<description>&lt;blockquote&gt;&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
0x015881e3 in N64TexturePipeT::Mask (this=0x3aa601c0, S=0x217660, T=0x21765c,&lt;br /&gt;
    num=0, object=...) at src/mame/video/rdptpipe.c:47&lt;br /&gt;
47                      *T &amp;= m_maskbits_table[tile[num].mask_t];&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x015881e3 in N64TexturePipeT::Mask (this=0x3aa601c0, S=0x217660, T=0x21765c, num=0, object=...)&lt;br /&gt;
    at src/mame/video/rdptpipe.c:47&lt;br /&gt;
#1  0x015894e5 in N64TexturePipeT::Cycle (this=0x3aa601c0, TEX=0x5adb2818, prev=0x5adb2818, SSS=32767, SST=32767, tilenum=0, cycle=0, userdata=0x5adb2000, object=..., m_clamp_s_diff=0x217760, m_clamp_t_diff=0x217740)&lt;br /&gt;
    at src/mame/video/rdptpipe.c:379&lt;br /&gt;
#2  0x0158c604 in n64_rdp::SpanDraw1Cycle (this=0x3aa60024, scanline=0, extent=..., object=..., threadid=1)&lt;br /&gt;
    at src/mame/video/rdpspn16.c:225&lt;br /&gt;
#3  0x0318ba4f in delegate_base&lt;void, int, poly_manager&lt;unsigned int, rdp_poly_state, 8, 32000&gt;::extent_t const&amp;, rdp_poly_state const&amp;, int, _noparam&gt;::operator() (this=0x3b362008, p1=0, p2=..., p3=..., p4=1)&lt;br /&gt;
    at src/emu/delegate.h:620&lt;br /&gt;
#4  0x02c3dfb4 in poly_manager&lt;unsigned int, rdp_poly_state, 8, 32000&gt;::work_item_callback (param=0x449e1280, threadid=1)&lt;br /&gt;
    at src/emu/video/polynew.h:387&lt;br /&gt;
#5  0x02a51cdb in worker_thread_process (queue=0x300dddb0, thread=0x2f0cfa78)&lt;br /&gt;
    at src/osd/windows/winwork.c:818&lt;br /&gt;
#6  0x02a51384 in osd_work_queue_wait (queue=0x300dddb0, timeout=221010000000)&lt;br /&gt;
    at src/osd/windows/winwork.c:414&lt;br /&gt;
#7  0x02c3e404 in poly_manager&lt;unsigned int, rdp_poly_state, 8, 32000&gt;::wait (&lt;br /&gt;
    this=0x3aa60024, debug_reason=0x43194ac &quot;general&quot;)&lt;br /&gt;
    at src/emu/video/polynew.h:420&lt;br /&gt;
#8  0x0158bac1 in n64_rdp::RenderSpans (this=0x3aa60024, start=0, end=239, tilenum=0, flip=true, Spans=0x218e08, rect=true, object=0x3b561d00)&lt;br /&gt;
    at src/mame/video/rdpspn16.c:65&lt;br /&gt;
#9  0x0157957e in n64_rdp::DrawTriangle (this=0x3aa60024, shade=false, texture=false, zbuffer=false, rect=true)&lt;br /&gt;
    at src/mame/video/n64.c:2462&lt;br /&gt;
#10 0x0157c2b5 in n64_rdp::CmdFillRect (this=0x3aa60024, w1=4132422588, w2=0)&lt;br /&gt;
    at src/mame/video/n64.c:3436&lt;br /&gt;
#11 0x0157cb3b in n64_rdp::ProcessList (this=0x3aa60024)&lt;br /&gt;
    at src/mame/video/n64.c:3700&lt;br /&gt;
#12 0x0156b86f in n64_dp_reg_w (device=0x2e0e04, offset=1, data=3887912, mem_mask=0)&lt;br /&gt;
    at src/mame/machine/n64.c:968&lt;br /&gt;
#13 0x02291d02 in cfunc_set_cop0_reg (param=0x386a0000)&lt;br /&gt;
    at src/emu/cpu/rsp/rspdrc.c:505&lt;br /&gt;
#14 0x387395c4 in ?? ()&lt;br /&gt;
#15 0x02c18c81 in drcuml_state::execute (this=0x382a4dec, entry=...)&lt;br /&gt;
    at src/emu/cpu/drcuml.h:208&lt;br /&gt;
#16 0x0229a986 in cpu_execute_rsp (device=0x2e0e04)&lt;br /&gt;
    at src/emu/cpu/rsp/rspdrc.c:3400&lt;br /&gt;
#17 0x027d9e87 in legacy_cpu_device::execute_run (this=0x2e0e04)&lt;br /&gt;
    at src/emu/devcpu.c:260&lt;br /&gt;
#18 0x030d6e5c in device_execute_interface::run (this=0x2e10bc)&lt;br /&gt;
    at src/emu/diexec.h:228&lt;br /&gt;
#19 0x024693a3 in device_scheduler::timeslice (this=0x22f2f8)&lt;br /&gt;
    at src/emu/schedule.c:489&lt;br /&gt;
#20 0x02524010 in running_machine::run (this=0x22c410, firstrun=true)&lt;br /&gt;
    at src/emu/machine.c:389&lt;br /&gt;
#21 0x02456d7b in mame_execute (options=..., osd=...)&lt;br /&gt;
    at src/emu/mame.c:189&lt;br /&gt;
#22 0x027bb266 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4c18)&lt;br /&gt;
    at src/emu/clifront.c:252&lt;br /&gt;
#23 0x01d297f0 in utf8_main (argc=4, argv=0x3f4c18)&lt;br /&gt;
    at src/osd/windows/winmain.c:482&lt;br /&gt;
#24 0x02a50cd6 in wmain (argc=4, argv=0x3f4650)&lt;br /&gt;
    at src/osd/windows/main.c:82&lt;br /&gt;
#25 0x00401422 in __tmainCRTStartup ()&lt;br /&gt;
    at ../mingw-w64-crt/crt/crtexe.c:282&lt;br /&gt;
#26 0x7c817077 in RegisterWaitForInputIdle ()&lt;br /&gt;
    from C:\WINDOWS\system32\kernel32.dll&lt;br /&gt;
#27 0x00000000 in ?? ()&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4837</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4837#bugnotes</comments>
</item>
<item>
<title>04836: (Many sets in mpu5.c) Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4836</link>
<description>Crash after OK&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
0x005e7d6d in mpu5_state::mpu5_mem_r (this=0x26a00c, space=...,&lt;br /&gt;
    offset=1048576, mem_mask=4294967295) at src/mame/drivers/mpu5.c:69&lt;br /&gt;
69                              return m_cpuregion[offset];&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x005e7d6d in mpu5_state::mpu5_mem_r (this=0x26a00c, space=..., offset=1048576, mem_mask=4294967295)&lt;br /&gt;
    at src/mame/drivers/mpu5.c:69&lt;br /&gt;
#1  0x0318afcc in delegate_base&lt;unsigned int, address_space&amp;, unsigned int, unsigned int, _noparam, _noparam&gt;::operator() (this=0x30bd48cc, p1=..., p2=1048576, p3=4294967295)&lt;br /&gt;
    at src/emu/delegate.h:619&lt;br /&gt;
#2  0x031968f4 in handler_entry_read::read32 (this=0x30bd47f4, space=..., offset=1048576, mask=4294967295)&lt;br /&gt;
    at src/emu/memory.c:405&lt;br /&gt;
#3  0x030c2e38 in address_space_specific&lt;unsigned int, (endianness_t)1, true&gt;::read_native (this=0x2ffdc31c, offset=4194304, mask=4294967295)&lt;br /&gt;
    at src/emu/memory.c:1087&lt;br /&gt;
#4  0x030c2789 in address_space_specific&lt;unsigned int, (endianness_t)1, true&gt;::read_direct&lt;unsigned int, false&gt; (this=0x2ffdc31c, address=4194304, mask=4294967295)&lt;br /&gt;
    at src/emu/memory.c:1174&lt;br /&gt;
#5  0x030c398c in address_space_specific&lt;unsigned int, (endianness_t)1, true&gt;::read_dword_unaligned (this=0x2ffdc31c, address=4194304)&lt;br /&gt;
    at src/emu/memory.c:1422&lt;br /&gt;
#6  0x0318b0ee in delegate_base&lt;unsigned int, unsigned int, _noparam, _noparam,_noparam, _noparam&gt;::operator() (this=0x2f0d1b28, p1=4194304)&lt;br /&gt;
    at src/emu/delegate.h:617&lt;br /&gt;
#7  0x02311d34 in m68ki_read_32_fc (m68k=0x2f0d18b8, address=4194304, fc=5)&lt;br /&gt;
    at src/emu/cpu/m68000/m68kcpu.h:1094&lt;br /&gt;
#8  0x023121f1 in OPER_AY_AI_32 (m68k=0x2f0d18b8)&lt;br /&gt;
    at src/emu/cpu/m68000/m68kcpu.h:1276&lt;br /&gt;
#9  0x0234b927 in _m68ki_cpu_core::m68k_op_move_32_d_ai (mc68kcpu=0x2f0d18b8)&lt;br /&gt;
    at obj/windowsd/emu/cpu/m68000/m68kops.c:18996&lt;br /&gt;
#10 0x01d903d8 in cpu_execute_m68k (device=0x27d00c)&lt;br /&gt;
    at src/emu/cpu/m68000/m68kcpu.c:809&lt;br /&gt;
#11 0x027d9e87 in legacy_cpu_device::execute_run (this=0x27d00c)&lt;br /&gt;
    at src/emu/devcpu.c:260&lt;br /&gt;
#12 0x030d6e5c in device_execute_interface::run (this=0x27d2c4)&lt;br /&gt;
    at src/emu/diexec.h:228&lt;br /&gt;
#13 0x024693a3 in device_scheduler::timeslice (this=0x22f2f8)&lt;br /&gt;
    at src/emu/schedule.c:489&lt;br /&gt;
#14 0x02524010 in running_machine::run (this=0x22c410, firstrun=true)&lt;br /&gt;
    at src/emu/machine.c:389&lt;br /&gt;
#15 0x02456d7b in mame_execute (options=..., osd=...)&lt;br /&gt;
    at src/emu/mame.c:189&lt;br /&gt;
#16 0x027bb266 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/emu/clifront.c:252&lt;br /&gt;
#17 0x01d297f0 in utf8_main (argc=4, argv=0x3f4bd8)&lt;br /&gt;
    at src/osd/windows/winmain.c:482&lt;br /&gt;
#18 0x02a50cd6 in wmain (argc=4, argv=0x3f28f0)&lt;br /&gt;
    at src/osd/windows/main.c:82&lt;br /&gt;
#19 0x00401422 in __tmainCRTStartup ()&lt;br /&gt;
    at ../mingw-w64-crt/crt/crtexe.c:282&lt;br /&gt;
#20 0x7c817077 in RegisterWaitForInputIdle ()&lt;br /&gt;
    from C:\WINDOWS\system32\kernel32.dll&lt;br /&gt;
#21 0x00000000 in ?? ()&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4836</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4836#bugnotes</comments>
</item>
<item>
<title>04835: (gsword, gsword2, josvolly) Graphics and palette corruption</title>
<link>http://www.mametesters.org/view.php?id=4835</link>
<description>Game has corrupted graphics and palette</description>
<guid>http://www.mametesters.org/view.php?id=4835</guid>
<author>haynor &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4835#bugnotes</comments>
</item>
<item>
<title>04834: (All sets in batman.c, relief.c, shuuz.c, thunderj.c) Missing or misplaced graphic elements</title>
<link>http://www.mametesters.org/view.php?id=4834</link>
<description>In all games, either the games main characters or the background is misplaced, corrupt or completely missing.</description>
<guid>http://www.mametesters.org/view.php?id=4834</guid>
<author>-Misc Reporters- &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4834#bugnotes</comments>
</item>
<item>
<title>04833: (tricktrp &amp; clones) music is too fast</title>
<link>http://www.mametesters.org/view.php?id=4833</link>
<description>music seems too fast&lt;br /&gt;
&lt;br /&gt;
old versions are OK&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://youtu.be/caQMSUj5HJg&quot;&gt;http://youtu.be/caQMSUj5HJg&lt;/a&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4833</guid>
<author>moa &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4833#bugnotes</comments>
</item>
<item>
<title>04832: (blzntrnd) During the game the corners of the ring is where it should be.</title>
<link>http://www.mametesters.org/view.php?id=4832</link>
<description>During the game the corners of the ring is where it should be, as you can see from the two screens that enclose.</description>
<guid>http://www.mametesters.org/view.php?id=4832</guid>
<author>AntoPISA &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4832#bugnotes</comments>
</item>
<item>
<title>04831: (All sets in galaga.c) [debug] Crash immedately after OK (debug)</title>
<link>http://www.mametesters.org/view.php?id=4831</link>
<description>Using DEBUG=1 build, I get the following right after typing OK&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
File: src/emu/render.c, Line 2452&lt;br /&gt;
&lt;br /&gt;
Expression: m_live_textures == 0&lt;br /&gt;
&lt;br /&gt;
This application has requested the Runtime to terminate it in an unusual way.&lt;br /&gt;
Please contact the application's support team for more information.&lt;br /&gt;
&lt;/blockquote&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4831</guid>
<author>Tafoid &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4831#bugnotes</comments>
</item>
<item>
<title>04830: (sc4cvani and clones (perhaps sc4cvclb and clones)) The correct description is 'Cash'£'Vania (Qps) (Scorpion 4) (set 1)'.</title>
<link>http://www.mametesters.org/view.php?id=4830</link>
<description>Looking the QPS flyer the correct description is 'Cash'£'Vania (Qps) (Scorpion 4) (set 1)'; I have to correct even the sets  sc4cvclb and clones.</description>
<guid>http://www.mametesters.org/view.php?id=4830</guid>
<author>AntoPISA &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4830#bugnotes</comments>
</item>
<item>
<title>04829: (gorf, gorfpgm1, gorfpgm1g) Intermittent failure of autosave state function in gorf sets</title>
<link>http://www.mametesters.org/view.php?id=4829</link>
<description>Gorf, upon exit with autosave on, does not always save its state on exit. When this happens, there is a longer than usual pause before exit, and nothing is saved to the sta folder.</description>
<guid>http://www.mametesters.org/view.php?id=4829</guid>
<author>Zaghadka &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4829#bugnotes</comments>
</item>
<item>
<title>04828: (sc4crgc and clones) The correct year of production is '2003'.</title>
<link>http://www.mametesters.org/view.php?id=4828</link>
<description>As seen on the BFM flyer, the year of production is '2003'.</description>
<guid>http://www.mametesters.org/view.php?id=4828</guid>
<author>AntoPISA &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4828#bugnotes</comments>
</item>
<item>
<title>04827: (sc5dmine and clones) The correct year of production is '2002'.</title>
<link>http://www.mametesters.org/view.php?id=4827</link>
<description>As seen on the BFM flyer, the year of production is '2002'.</description>
<guid>http://www.mametesters.org/view.php?id=4827</guid>
<author>AntoPISA &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4827#bugnotes</comments>
</item>
<item>
<title>04826: (gangwars, goldmedl, skyadvnt, skysoldr, timesold and it's clones) starting button for P1 is always on, you cannot use P1 inputs</title>
<link>http://www.mametesters.org/view.php?id=4826</link>
<description>P1 button is always pressed - after you insert coin it starts game automatically, P2 looks ok.&lt;br /&gt;
In gang wars you can't move player 1 but player 2 is ok.&lt;br /&gt;
&lt;br /&gt;
Rest of games (and it's clones) has also locked up direction.</description>
<guid>http://www.mametesters.org/view.php?id=4826</guid>
<author>haynor &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4826#bugnotes</comments>
</item>
<item>
<title>04825: (vendetta) In MAME the music tempo is slower than real PCB</title>
<link>http://www.mametesters.org/view.php?id=4825</link>
<description>In MAME the music tempo is slower if compared with a real PCB. Just check the YouTube video linked. &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://youtu.be/6h3GBtY8x1M&quot;&gt;http://youtu.be/6h3GBtY8x1M&lt;/a&gt;</description>
<guid>http://www.mametesters.org/view.php?id=4825</guid>
<author>Mamesick &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4825#bugnotes</comments>
</item>
<item>
<title>04824: (xmvsfu1d) In-Game selftest fails on program rom 3 &amp; 4</title>
<link>http://www.mametesters.org/view.php?id=4824</link>
<description>Rom &quot;xvsd.05a&quot; and &quot;xvsd.07&quot; should be replaced with &quot;xvs.05a&quot; and &quot;&quot;xvs.07&quot; from the original &quot;xmvsfur1&quot; romset. (The ones included now are bad dumps of the original roms).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The working driver code will look like this:&lt;br /&gt;
&lt;br /&gt;
ROM_START( xmvsfu1d )&lt;br /&gt;
	ROM_REGION( CODE_SIZE, &quot;maincpu&quot;, 0 )      /* 68000 code */&lt;br /&gt;
	ROM_LOAD16_WORD_SWAP( &quot;xvsud.03h&quot;, 0x000000, 0x80000, CRC(4e2e76b7) SHA1(812ebe4063a1c5d8c86200a51e6ab00e57e02869) )&lt;br /&gt;
	ROM_LOAD16_WORD_SWAP( &quot;xvsud.04h&quot;, 0x080000, 0x80000, CRC(290c61a7) SHA1(f0d409048c9d477ee98e6df92febcd4492a291ee) )&lt;br /&gt;
	ROM_LOAD16_WORD_SWAP( &quot;xvs.05a&quot;,   0x100000, 0x80000, CRC(7db6025d) SHA1(2d74f48f83f45359bfaca28ab686625766af12ee) )&lt;br /&gt;
	ROM_LOAD16_WORD_SWAP( &quot;xvs.06a&quot;,   0x180000, 0x80000, CRC(e8e2c75c) SHA1(929408cb5d98e95cec75ea58e4701b0cbdbcd016) )&lt;br /&gt;
	ROM_LOAD16_WORD_SWAP( &quot;xvs.07&quot;,    0x200000, 0x80000, CRC(08F0ABED) SHA1(EF16C376232DBA63B0B9BC3AA0640F9001CCB68A) )&lt;br /&gt;
	ROM_LOAD16_WORD_SWAP( &quot;xvs.08&quot;,    0x280000, 0x80000, CRC(81929675) SHA1(19cf7afbc1daaefec40195e40ba74970f3906a1c) )&lt;br /&gt;
	ROM_LOAD16_WORD_SWAP( &quot;xvs.09&quot;,    0x300000, 0x80000, CRC(9641f36b) SHA1(dcba3482d1ba37ccfb30d402793ee063c6621aed) )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After this modification the game will pass the romtest and work as expected</description>
<guid>http://www.mametesters.org/view.php?id=4824</guid>
<author>Pythagoras &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4824#bugnotes</comments>
</item>
<item>
<title>04823: (fmaniac3) game shows only white screen after title</title>
<link>http://www.mametesters.org/view.php?id=4823</link>
<description>Game boots (but slower than other games in this driver) show title screen and after this shows only white screen.</description>
<guid>http://www.mametesters.org/view.php?id=4823</guid>
<author>haynor &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4823#bugnotes</comments>
</item>
<item>
<title>04822: (All sets in cdi.c) Crash after OK</title>
<link>http://www.mametesters.org/view.php?id=4822</link>
<description>Run any set that uses the cdi.c driver and you get Crash after OK</description>
<guid>http://www.mametesters.org/view.php?id=4822</guid>
<author>B2K24 &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4822#bugnotes</comments>
</item>
<item>
<title>04821: (All sets in cd32.c:) All games fail to boot properly</title>
<link>http://www.mametesters.org/view.php?id=4821</link>
<description>Attempting to play the game only shows the Amiga CD32 boot screen.</description>
<guid>http://www.mametesters.org/view.php?id=4821</guid>
<author>haynor &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4821#bugnotes</comments>
</item>
<item>
<title>04820: (catchp, avalnche, cascade) Missing relationship (clone of...) between sets</title>
<link>http://www.mametesters.org/view.php?id=4820</link>
<description>Catch according to MASH mameinfo is prototype of Avalanche and Cascade but is missing relationship with these two sets.</description>
<guid>http://www.mametesters.org/view.php?id=4820</guid>
<author>haynor &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4820#bugnotes</comments>
</item>
<item>
<title>04819: (snes) small black stripe at top of the window</title>
<link>http://www.mametesters.org/view.php?id=4819</link>
<description>loading a lot of different games from snes softlist appears to be a black stripe that runs at the very top of the window. Also, running in fullscreen kinda the same thing occurs or something doesn't seem quite right.&lt;br /&gt;
&lt;br /&gt;
it's easiest too see on game nhl98 because of the all white EA screen, but I believe it happens with every game using the snes driver on 0.145u8</description>
<guid>http://www.mametesters.org/view.php?id=4819</guid>
<author>B2K24 &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4819#bugnotes</comments>
</item>
<item>
<title>04818: (All Drivers) Using -Window Crash</title>
<link>http://www.mametesters.org/view.php?id=4818</link>
<description>When using the -window switch, causes mess to crash. Did a random driver test and they all crashed. tested at486, AES, Snes, scv a2600, channelf</description>
<guid>http://www.mametesters.org/view.php?id=4818</guid>
<author>Kaylee &lt;blah@example.com&gt;</author>
<comments>http://www.mametesters.org/view.php?id=4818#bugnotes</comments>
</item>
</channel>
</rss>

