(confusing use of 'fatal')

This commit is contained in:
Michaël Banaan Ananas 2011-09-05 06:37:03 +00:00
parent c974f35d69
commit c0db0605af

View File

@ -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