ebiguy / RespeQt

RespeQt Atari serial peripheral emulator
GNU General Public License v2.0
31 stars 16 forks source link

re-introduced clear input buffer for software handshake (SIO2BT) #32

Closed TheMontezuma closed 8 years ago

TheMontezuma commented 8 years ago

on entering command frame detection. I have removed it in one of my last commits, but then I realized that this makes sense in error cases. For example, the ATARI sends (without a SIO patch) a bunch of Command Frames. Without clearing the buffer, all these (identical) command frames would be queued and processed, which is not the intended behaviour.