1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-26 15:32:04 +00:00

Remembered to toggle off RQM between bytes. CAT now works.

This commit is contained in:
Thomas Harte 2017-08-06 21:21:59 -04:00
parent 600445d90a
commit 90c74043f5

View File

@ -244,6 +244,7 @@ void i8272::posit_event(int event_type) {
distance_into_section_++;
main_status_ |= StatusRQM | StatusDIO;
WAIT_FOR_EVENT(Event8272::ResultEmpty);
main_status_ &= ~StatusRQM;
if(distance_into_section_ < (128 << size_)) goto get_byte;
set_data_mode(Scanning);