From bd173c47fefef615995840b9459dc390d2dc8511 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sun, 1 Oct 2017 11:19:04 -0700 Subject: [PATCH] Fix blinking text for //e. --- js/mmu.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/mmu.js b/js/mmu.js index 3bb1985..ce7a064 100644 --- a/js/mmu.js +++ b/js/mmu.js @@ -646,6 +646,8 @@ function MMU(cpu, vm, lores1, lores2, hires1, hires2, io, rom) return { start: function mmu_start() { + lores1.start(); + lores2.start(); return 0x00; }, end: function mmu_end() {