disk2_write

Fix edge case where somebody (Hello, Incredible Hulk) might try to
write to the Disk II ROM.
This commit is contained in:
Will Scullin 2014-01-26 13:23:32 -08:00
parent 18c347fe23
commit 088a5a7922
1 changed files with 1 additions and 0 deletions

View File

@ -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;