Fix: IO_Annunciator read now returns floating bus data

This commit is contained in:
tomch 2008-12-15 15:08:05 +00:00
parent ca42b44561
commit 7e83d61696

View File

@ -395,7 +395,10 @@ BYTE __stdcall IO_Annunciator(WORD programcounter, WORD address, BYTE write, BYT
// . PC=C2B5: LDA $C05D (CLRAN2)
// NB. AN3: For //e & //c these locations are now used to enabled/disabled DHIRES
return 0;
if (!write)
return MemReadFloatingBus(nCyclesLeft);
else
return 0;
}
// Enabling expansion ROM ($C800..$CFFF]: