(confusing use of 'fatal')
This commit is contained in:
parent
c974f35d69
commit
c0db0605af
@ -904,7 +904,7 @@ INLINE uint EA_SIY(m37710i_cpu_struct *cpustate) {return MAKE_UINT_16(read_16_
|
||||
#undef OP_BRK
|
||||
#define OP_BRK() \
|
||||
REG_PC++; CLK(CLK_OP + CLK_R8 + CLK_IMM + 5); \
|
||||
logerror("fatalerror M37710: BRK at PC=%06x", REG_PB|REG_PC); \
|
||||
logerror("error M37710: BRK at PC=%06x\n", REG_PB|REG_PC); \
|
||||
m37710i_interrupt_software(cpustate, 0xfffa)
|
||||
|
||||
/* M37710 Branch Always */
|
||||
@ -2279,7 +2279,7 @@ INLINE uint EA_SIY(m37710i_cpu_struct *cpustate) {return MAKE_UINT_16(read_16_
|
||||
/* M37710 unimplemented opcode */
|
||||
#undef OP_UNIMP
|
||||
#define OP_UNIMP() \
|
||||
logerror("fatalerror: M37710: UNIMPLEMENTED OPCODE! K=%x PC=%x", REG_PB, REG_PPC);
|
||||
logerror("error M37710: UNIMPLEMENTED OPCODE! K=%x PC=%x\n", REG_PB, REG_PPC);
|
||||
|
||||
/* M37710 load data bank register */
|
||||
#undef OP_LDTAAA
|
||||
|
Loading…
Reference in New Issue
Block a user