mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2025-11-05 07:16:02 +01:00
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.