mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
VBL opcode is pretty annoying to log, since it fills for obvious reasons.
You could use wpiset 0,1,r anyway, so disabled (nw)
This commit is contained in:
parent
87ade3319b
commit
78df22b106
@ -91,8 +91,8 @@ uBB_zpg
|
||||
vbl_zpg
|
||||
TMP2 = read_pc();
|
||||
A = io->read_byte(0);
|
||||
if(DECO16_VERBOSE)
|
||||
logerror("%s: VBL %02x (%04x)\n", tag(), NPC, TMP2);
|
||||
//if(DECO16_VERBOSE)
|
||||
// logerror("%s: VBL %02x (%04x)\n", tag(), NPC, TMP2);
|
||||
prefetch();
|
||||
|
||||
# exceptions
|
||||
|
Loading…
Reference in New Issue
Block a user