Skip to content

Commit

Permalink
Issue#239: Apply the same fix for the non-tube CMOS processor.
Browse files Browse the repository at this point in the history
See previous commit.  Make the same change for the non-tube CMOS 6502.
  • Loading branch information
Steve Fosdick committed Dec 2, 2024
1 parent a579ccd commit 4036483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/6502.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4036483

Please sign in to comment.