Skip to content

Commit

Permalink
Merge branch 'sf/issue216'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Jan 17, 2024
2 parents 92f12e5 + fbf068f commit 1a16c55
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 124 deletions.
2 changes: 1 addition & 1 deletion src/6502.c
Original file line number Diff line number Diff line change
Expand Up @@ -5858,7 +5858,7 @@ void m65c02_exec(int slice)
// printf("INT\n");
}
interrupt &= ~128;
if (tube_exec && tubecycle && !(tubeula.r1stat & 0x20)) {
if (tube_exec && tubecycle && !(tubeula.r1stat & TUBE_STAT_P)) {
// log_debug("tubeexec %i %i %i\n",tubecycles,tubecycle,tube_shift);
tubecycles += (tubecycle * tube_multipler) >> 1;
if (tubecycles > 3)
Expand Down
Loading

0 comments on commit 1a16c55

Please sign in to comment.