This commit is contained in:
Will Scullin
2020-09-20 06:37:26 -07:00
parent ab05e99d81
commit 8d74ccaa13

View File

@@ -94,11 +94,11 @@ export default function NoSlotClock(rom)
return {
start: function nsc_start() {
return rom.nsc_start();
return rom.start();
},
end: function nsc_end() {
return rom.nsc_end();
return rom.end();
},
read: function nsc_read(page, off) {