sy2002 / QNICE-FPGA

QNICE-FPGA is a 16-bit computer system for recreational programming built as a fully-fledged System-on-a-Chip in portable VHDL.
http://qnice-fpga.com
Other
69 stars 15 forks source link

demo_sprite_balls.c: on hardware: USB keyboard not supported #154

Closed sy2002 closed 3 years ago

sy2002 commented 3 years ago

You might want to use #146 Avoid repetitive code in our C demos in conjunction with this one:

demo_sprite_balls.c claims: "Press any key to stop".

But this is a lie 😈 If I press any key on my USB keyboard, nothing happens.

MJoergen commented 3 years ago

Fixed and verified.