| 詳 細 | 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
|