mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-21 05:29:13 +00:00
Don't data abort on missing low ROM.
This commit is contained in:
parent
85a738acff
commit
43a3959b8f
@ -745,8 +745,9 @@ struct Memory {
|
||||
} break;
|
||||
|
||||
case Zone::LowROM:
|
||||
logger.error().append("TODO: Low ROM read from %08x", address);
|
||||
break;
|
||||
// logger.error().append("TODO: Low ROM read from %08x", address);
|
||||
source = ~0;
|
||||
return true;
|
||||
|
||||
case Zone::HighROM:
|
||||
// Real test is: require A24=A25=0, then A25=1.
|
||||
|
Loading…
x
Reference in New Issue
Block a user