mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-22 09:49:15 +01:00
11 lines
403 B
Plaintext
11 lines
403 B
Plaintext
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.
|