7 Commits

Author SHA1 Message Date
9db0c570d9 smpc_intback: improve/fix data_size handling
keyboard works (as intended) if it is plugged in to controller port 2.
2023-05-11 07:59:36 -07:00
8e243a435e wordle: initial
Almost nothing is implemented.
2023-05-09 14:54:47 -07:00
30092b9b15 input_keyboard: factor out font handling functions
I might later question this decision.

I liked how each "hardware" example was roughly one self-contained file. In the
"input_keyboard" case, this is no longer true.
2023-05-09 10:51:38 -07:00
65e48d7c6f smpc: new input_keyboard example
This improves ttf-convert slightly:

- variable size glyphs
- initialize metrics for glyphs with zero-size bitmaps (e.g "space")
- move the font/serialization structures to a common header

The keyboard example includes keyboard layout data for the HSS-0129 (Japanese)
Sega Saturn keyboard.
2023-05-09 04:04:09 -07:00
b092850c07 smpc/input_intback: handle controller disconnection
This still only parses digital pad correctly.
2023-05-08 06:51:18 -07:00
f40510d0b1 smpc/input_intback: use new ireg/oreg [] operator 2023-05-07 02:15:49 -07:00
8a97b38124 smpc/input_intback.cpp: created 2023-05-04 14:37:09 -07:00