mirror of
https://github.com/whscullin/apple1js.git
synced 2025-08-08 00:25:05 +00:00
Fix ACI.
This commit is contained in:
@@ -79,6 +79,7 @@ export default function ACI(cpu, cb) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (cpu.sync()) {
|
||||
switch (off) {
|
||||
case 0x00:
|
||||
_recording = false;
|
||||
@@ -120,6 +121,7 @@ export default function ACI(cpu, cb) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
return result;
|
||||
},
|
||||
write: function aci_write() {},
|
||||
|
Reference in New Issue
Block a user