Fix blinking text for //e.

This commit is contained in:
Will Scullin 2017-10-01 11:19:04 -07:00
parent 6c92f33af3
commit bd173c47fe

View File

@ -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() {