1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-01 22:41:32 +00:00

Don't data abort on missing low ROM.

This commit is contained in:
Thomas Harte 2024-03-19 15:06:01 -04:00
parent 85a738acff
commit 43a3959b8f

View File

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