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:
parent
600445d90a
commit
90c74043f5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user