カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
既知事項/未実装機能追加解決済み修正済み2016-07-18 14:432016-08-30 20:07
 
テスターTafoid担当者Ryan Holtzソースtangerine/oric.cpp
バージョン0.175発生バージョン0.170修正バージョン0.177
修正コミットプルリク
フラグ
セット telstrat
セット詳細
 
概 要-extとスロットオプションを使用するとクラッシュする。
詳 細Crash has been fixed as of 0.177, but the -ext bus is not implemented properly on the Telestrat so BUS-EXT peripherals don't work.

When using this one machine, use of -ext causes a crash. Note that all the sets using this seem to work ok (oric1, orica, prav8d, prav8dd)

0x01d2ddfa in oricext_device::device_start ()
at ../../../../../src/devices/bus/oricext/oricext.cpp:75
75 rom = (UINT8 *)machine().root_device().memregion(cputag)->base();

#0 0x01d2ddfa in oricext_device::device_start ()
at ../../../../../src/devices/bus/oricext/oricext.cpp:75
#1 0x02ca2483 in jasmin_device::device_start ()
at ../../../../../src/devices/bus/oricext/jasmin.cpp:57
#2 0x02e2b473 in device_t::start () at ../../../../../src/emu/device.cpp:379
#3 0x02eac31f in running_machine::start_all_devices ()
at ../../../../../src/emu/machine.cpp:966
#4 0x02eb1c80 in running_machine::start ()
at ../../../../../src/emu/machine.cpp:258
#5 0x02eb2019 in running_machine::run ()
at ../../../../../src/emu/machine.cpp:301
#6 0x01a7bbe5 in mame_machine_manager::execute ()
at ../../../../../src/frontend/mame/mame.cpp:228
#7 0x01ada0dc in cli_frontend::execute ()
at ../../../../../src/frontend/mame/clifront.cpp:598
#8 0x01a7ab04 in emulator_info::start_frontend ()
at ../../../../../src/frontend/mame/mame.cpp:327
#9 0x019da6d6 in utf8_main ()
at ../../../../../src/osd/windows/winmain.cpp:300
#10 0x0329bad1 in wmain () at ../../../../../src/osd/windows/main.cpp:45
#11 0x004013f0 in __tmainCRTStartup ()
at C:/repo/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:329
#12 0x7682338a in KERNEL32!BaseThreadInitThunk ()
再現手順telstrat -ext jasmin
追加情報0.169 and prior:

FATALERROR: memory_bank::set_base called NULL base

0.170 starts to show this specific device_start() message - prior message may still exist underneath.
 
添付ファイル