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