mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
disk2_write
Fix edge case where somebody (Hello, Incredible Hulk) might try to write to the Disk II ROM.
This commit is contained in:
parent
18c347fe23
commit
088a5a7922
@ -584,6 +584,7 @@ function DiskII(io, callbacks, slot)
|
||||
read: function disk2_read(page, off) {
|
||||
return diskII[off];
|
||||
},
|
||||
write: function disk2_write() {},
|
||||
reset: function disk2_reset() {
|
||||
if (_on) {
|
||||
_writeMode = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user