mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
typo
This commit is contained in:
parent
ab05e99d81
commit
8d74ccaa13
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user