カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
コンパイル解決済み修正済み2009-05-20 00:502024-12-07 07:07
 
テスターFirewave担当者hapソースatari/irobot.cpp
バージョン0.131u2発生バージョン修正バージョン0.273
修正コミット 2a34189プルリク
フラグ
セット
セット詳細
 
概 要DISASSEMBLE_MB_ROMを1に設定すると、 src/mame/machine/irobot.cをコンパイルできない。
詳 細There are various errors in the function disassemble_instruction():

src/mame/machine/irobot.c: In function 'disassemble_instruction':
src/mame/machine/irobot.c:877: error: 'i' undeclared (first use in this function
)
src/mame/machine/irobot.c:877: error: (Each undeclared identifier is reported on
ly once
src/mame/machine/irobot.c:877: error: for each function it appears in.)
src/mame/machine/irobot.c:880: warning: format '%X' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:881: warning: format '%X' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:928: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:931: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:934: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:937: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:940: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:943: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:958: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:961: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:961: warning: format '%x' expects type 'unsigned int',
 but argument 3 has type 'UINT32 *'
src/mame/machine/irobot.c:967: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:970: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:973: warning: format '%x' expects type 'unsigned int',
 but argument 2 has type 'UINT32 *'
src/mame/machine/irobot.c:991: error: 'irmb_ops' has no member named 'jtype'
src/mame/machine/irobot.c:994: error: 'irmb_ops' has no member named 'jtype'
src/mame/machine/irobot.c:1018: error: 'irmb_ops' has no member named 'jtype'
src/mame/machine/irobot.c:1018: error: 'irmb_ops' has no member named 'nxtadd'
src/mame/machine/irobot.c:1019: error: 'irmb_ops' has no member named 'jtype'
src/mame/machine/irobot.c: At top level:
src/mame/machine/irobot.c:1022: error: expected identifier or '(' before '}' token
再現手順 
追加情報 
 
添付ファイル