DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
96 stars 14 forks source link

Keyboard fix for Issue 212 #213

Closed coffeyk closed 11 years ago

coffeyk commented 11 years ago

Keyboard's buffer had the ability to lose typed keys and return garbage. A circular buffer is now used so garbage will never be returned. When the buffer is full, the oldest key is discarded.

https://github.com/DCPUTeam/DCPUToolchain/issues/212