Keyboard Controls - HoraceAndTheSpider/Bloodwych-68k GitHub Wiki

At the location [RawKeyCodes:] the first 6 bytes give the rawkey codes for Player 1 (Arrows, plus Help/Del) and the following 6 give the rawkey codes for Player 2 (QWEASD)

5F 46 4E 4F 4D 4C      12 10 22 20 21 11

This can be found in BW at ($0656) [$02EC] - or can be searched for manually.

These hex numbers represent the keycodes for :

Help - Del - Cursor Right - Cursor Left - Cursor Down - Cursor Up - E - Q - D - A - S - W

and can be substituted for alternative keycodes if wanted, in order to change the in-game keys.

For reference, the Amiga keycodes are laid out as such;