mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-22 09:49:15 +01:00
.. | ||
checkkeys.c | ||
keytest.c | ||
keytest.mak | ||
keytest.prg | ||
keytest.prj | ||
keytest.rsc | ||
keytest.rso | ||
listkeys.c | ||
readme.txt |
Programs to find out key codes needed for Hatari keymap files: keytest.prg -- Atari program to show Atari keycode for pressed key checkkeys -- SDL program to print pressed SDL keys codes listkeys -- SDL program to list all SDL keycodes Sources for first (keytest.*) can be compiled with AHCC from: http://members.chello.nl/h.robbers/ Sources for last two can be compiled with make & gcc on PC.