| 詳 細 |
Program received signal SIGSEGV, Segmentation fault.
0x030ba0ac in address_space_specific<unsigned char, (endianness_t)1, false>::read_native (this=0x31243bbc, offset=32769) at src/emu/memory.c:1109
1109 if (entry <= STATIC_BANKMAX) result = *reinterpret_cast<_NativeType *>(handler.ramptr(offset));
(gdb) bt
#0 0x030ba0ac in address_space_specific<unsigned char, (endianness_t)1, false>::read_native (this=0x31243bbc, offset=32769)
at src/emu/memory.c:1109
#1 0x030bb174 in address_space_specific<unsigned char, (endianness_t)1, false>::read_byte (this=0x31243bbc, address=36865)
at src/emu/memory.c:1415
#2 0x01dab8fd in clr_ex (m68_state=0x2f0d1fb8)
at src/emu/cpu/m6809/6809ops.c:1241
#3 0x01db5386 in cpu_execute_m6809 (device=0x26a00c)
at src/emu/cpu/m6809/m6809.c:506
#4 0x027d9e87 in legacy_cpu_device::execute_run (this=0x26a00c)
at src/emu/devcpu.c:260
#5 0x030d6e5c in device_execute_interface::run (this=0x26a2c4)
at src/emu/diexec.h:228
#6 0x024693a3 in device_scheduler::timeslice (this=0x22f2f8)
at src/emu/schedule.c:489
#7 0x02524010 in running_machine::run (this=0x22c410, firstrun=true)
at src/emu/machine.c:389
#8 0x02456d7b in mame_execute (options=..., osd=...)
at src/emu/mame.c:189
#9 0x027bb266 in cli_frontend::execute (this=0x22fe80, argc=4, argv=0x3f4bd8)
at src/emu/clifront.c:252
#10 0x01d297f0 in utf8_main (argc=4, argv=0x3f4bd8)
at src/osd/windows/winmain.c:482
#11 0x02a50cd6 in wmain (argc=4, argv=0x3f28f0)
at src/osd/windows/main.c:82
#12 0x00401422 in __tmainCRTStartup ()
at ../mingw-w64-crt/crt/crtexe.c:282
#13 0x7c817077 in RegisterWaitForInputIdle ()
from C:\WINDOWS\system32\kernel32.dll
#14 0x00000000 in ?? ()
|