mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
rm logerror flood
This commit is contained in:
parent
050c254019
commit
6a325434b0
@ -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(4f) { RD_DUM; ILL; } /* 2 ILL / 5 BBR4 ZPG ?? */
|
||||||
OP(6f) { RD_DUM; ILL; } /* 2 ILL / 5 BBR6 ZPG ?? */
|
OP(6f) { RD_DUM; ILL; } /* 2 ILL / 5 BBR6 ZPG ?? */
|
||||||
OP(8f) { int tmp; cpustate->icount -= 1; RD_IMM;
|
OP(8f) { int tmp; cpustate->icount -= 1; RD_IMM;
|
||||||
#ifdef MAME_DEBUG
|
if (DECO16_VERBOSE)
|
||||||
logerror("%04x: BANK (8F) %02x\n",PCW,tmp);
|
logerror("%04x: BANK (8F) %02x\n",PCW,tmp);
|
||||||
#endif
|
|
||||||
|
|
||||||
memory_write_byte_8le(cpustate->io,0,tmp);
|
memory_write_byte_8le(cpustate->io,0,tmp);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user