Mercurial > repos > blastem
log io.c @ 910:c030e4af32b7
age | author | description |
---|---|---|
Sat, 05 Dec 2015 18:40:34 -0800 | Michael Pavone | Mouse X and Y are 9-bit 2's complement not 8-bit magnitude + sign bit like I thought. Fixed mouse Y direction. |
Sat, 28 Nov 2015 21:27:21 -0800 | Michael Pavone | Mega mouse support is mostly done |
Sat, 28 Nov 2015 14:30:30 -0800 | Michael Pavone | Make nexus player remote useable as a controller for games that only require a dpad + start + c. Use warning() instead of fprintf(stder,...) in io.c |
Wed, 25 Nov 2015 20:32:20 -0800 | Michael Pavone | WIP support for mega mouse |
Sat, 14 Nov 2015 22:06:24 -0800 | Michael Pavone | Fix Mega Drive peripheral ID for 3-button pad |
Sat, 14 Nov 2015 10:01:43 -0800 | Michael Pavone | Clear out IO port input state when setting bindings. This fixes a bug where pressing start in the menu after returning to it only worked on the second try. |
Fri, 13 Nov 2015 22:56:59 -0800 | Michael Pavone | Selecting a second game from the menu now works |