rm logerror flood

This commit is contained in:
Michaël Banaan Ananas 2010-05-23 19:10:13 +00:00
parent 050c254019
commit 6a325434b0

View File

@ -364,9 +364,8 @@ OP(2f) { RD_DUM; ILL; } /* 2 ILL / 5 BBR2 ZPG ?? */
OP(4f) { RD_DUM; ILL; } /* 2 ILL / 5 BBR4 ZPG ?? */
OP(6f) { RD_DUM; ILL; } /* 2 ILL / 5 BBR6 ZPG ?? */
OP(8f) { int tmp; cpustate->icount -= 1; RD_IMM;
#ifdef MAME_DEBUG
logerror("%04x: BANK (8F) %02x\n",PCW,tmp);
#endif
if (DECO16_VERBOSE)
logerror("%04x: BANK (8F) %02x\n",PCW,tmp);
memory_write_byte_8le(cpustate->io,0,tmp);