From c064a7ab47c7a1fa465a4aa09505bff1f43fd68b Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Sun, 11 Aug 2024 16:53:15 -0500 Subject: [PATCH] Slightly tidying. still broken with KE protection --- 6502.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/6502.js b/6502.js index d299bc1..5a92496 100644 --- a/6502.js +++ b/6502.js @@ -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);