Skip to content

Commit

Permalink
Slightly tidying. still broken with KE protection
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Aug 11, 2024
1 parent 2c67629 commit c064a7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 6502.js
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,6 @@ export class Cpu6502 extends Base6502 {

// Common between polltimeSlow and polltimeFast
polltimeCommon(cycles) {
// this.sysvia.polltime(cycles);
// this.uservia.polltime(cycles);
this.scheduler.polltime(cycles);
this.tube.execute(cycles);
if (this.teletextAdaptor) this.teletextAdaptor.polltime(cycles);
Expand Down

0 comments on commit c064a7a

Please sign in to comment.