From 4036483a3a5f8d22f98bc955eb2a823e808dd7b5 Mon Sep 17 00:00:00 2001 From: Steve Fosdick Date: Mon, 2 Dec 2024 02:05:54 +0000 Subject: [PATCH] Issue#239: Apply the same fix for the non-tube CMOS processor. See previous commit. Make the same change for the non-tube CMOS 6502. --- src/6502.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/6502.c b/src/6502.c index f145ac5e..2b9458ff 100644 --- a/src/6502.c +++ b/src/6502.c @@ -4088,8 +4088,8 @@ void m65c02_exec(int slice) case 0x02: if (dbg_core6502) debug_trap(&core6502_cpu_debug, debug_addr(oldpc), 1); - else - polltime(1); + polltime(2); + (void)readmem(pc++); break; case 0x04: /*TSB zp */