From 78df22b1067a7ff9fdd91bcb54f0d16939a849d4 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 26 Jun 2016 13:19:28 +0200 Subject: [PATCH] VBL opcode is pretty annoying to log, since it fills for obvious reasons. You could use wpiset 0,1,r anyway, so disabled (nw) --- src/devices/cpu/m6502/odeco16.lst | 4 ++-- 1 file 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