Prev: 8C0C Up: Map Next: 8C30
8C1E: Sinclair Joystick #2
See Key_Data for key mappings.
Note the Sinclair joystick maps directional movements and fire to keys.
Sinclair_2 8C1E DEFB $08,$F7
Port Number Bit Action Key
F7 00001000 Up "4"
F7 00000000 Up-Right -
F7 00000010 Right "2"
F7 00000000 Down-Right -
F7 00000100 Down "3"
F7 00000000 Down-Left -
F7 00000001 Left "1"
F7 00000000 Up-Left -
F7 00010000 Fire "5"
8C20 DEFB $00,$F7
8C22 DEFB $02,$F7
8C24 DEFB $00,$F7
8C26 DEFB $04,$F7
8C28 DEFB $00,$F7
8C2A DEFB $01,$F7
8C2C DEFB $00,$F7
8C2E DEFB $10,$F7
Prev: 8C0C Up: Map Next: 8C30