This commit is contained in:
Will Scullin 2020-09-20 06:37:26 -07:00
parent ab05e99d81
commit 8d74ccaa13
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B

View File

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