diff options
author | 2016-06-26 13:19:28 +0200 | |
---|---|---|
committer | 2016-06-26 13:19:28 +0200 | |
commit | 78df22b1067a7ff9fdd91bcb54f0d16939a849d4 (patch) | |
tree | 1b3ef6211ade253e0d7b73e8f8ab013e574fecf4 /src | |
parent | 87ade3319b7ac568cef728e1a22a6d2e037b46d5 (diff) |
VBL opcode is pretty annoying to log, since it fills for obvious reasons.
You could use wpiset 0,1,r anyway, so disabled (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/cpu/m6502/odeco16.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/odeco16.lst b/src/devices/cpu/m6502/odeco16.lst index f3aade96499..3fbc2409789 100644 --- a/src/devices/cpu/m6502/odeco16.lst +++ b/src/devices/cpu/m6502/odeco16.lst @@ -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 |