Fix: IO_Annunciator read now returns floating bus data

This commit is contained in:
tomch 2008-12-15 15:08:05 +00:00
parent 26af7c06ee
commit eb4be89972

View File

@ -395,6 +395,9 @@ 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
if (!write)
return MemReadFloatingBus(nCyclesLeft);
else
return 0;
}