gint/src/keysc
Lephe a99bffe7f4
iokbd keysc: space optimizations for SH3
* Reduce the keyboard queue size from 64 to 32, which is more than
  enough even for real-time games with multiple key presses.
* Pack the driver_event_t structure of the keyboard driver to make it 4
  bytes rather than 6 bytes. Combined with the previous item, this saves
  256 bytes off the BSS section (which is 3% of the SH3's static RAM).
* As part of a debugging attempt, updated the watchdog delay code in
  iokbd_delay() to make it usable in the current version of gint.
* Restored port registers more aggressively in iokbd_row().
2020-07-08 20:01:58 +02:00
..
getkey.c drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
iokbd.c iokbd keysc: space optimizations for SH3 2020-07-08 20:01:58 +02:00
keysc.c iokbd keysc: space optimizations for SH3 2020-07-08 20:01:58 +02:00