カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
クラッシュ/フリーズ重要 (本体)解決済み修正済み2009-03-24 17:382009-04-12 01:36
 
テスターetabeta担当者aaronソースnamco/namcos12.cpp
バージョン0.130u1発生バージョン0.130u1修正バージョン0.130u4
修正コミットプルリク
フラグデバッグビルド限定
セット All sets in namcos12.c
セット詳細
 
概 要ロード時にアサート。
詳 細All sets I tried in this driver make MAME asserts with the following message

<code>assert: src/emu/cpu/mips/psx.c:201: cpu_get_type(device) == CPU_PSXCPU
MAME exception: assert: src/emu/cpu/mips/psx.c:201: cpu_get_type(device) == CPU_PSXCPU
</code>

it's a problem with the tag used in CPU_ADD (inside MACHINE_DRIVER_START) but I'm not 100% sure that simply using PSXCPU in place of CXD8661R would be the right fix (maybe tag checks are too strict in this case, I don't know)
再現手順 
追加情報 
 
添付ファイル