File: pcjoy.h

package info (click to toggle)
atari800 0.9.8a-2
  • links: PTS
  • area: contrib
  • in suites: potato, slink
  • size: 1,844 kB
  • ctags: 3,008
  • sloc: ansic: 29,881; asm: 2,142; makefile: 78; sh: 8
file content (17 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* joystick types for DOS port of David Firth's Atari800 emulator */

#define joy_off 0
#define joy_analog 1
#define joy_lpt1 2
#define joy_lpt2 3
#define joy_lpt3 4
#define joy_keyset0 5
#define joy_keyset1 6
#define joy_keyset2 7
#define joy_keyset3 8

#define JOYSTICKTYPES 9

char joyparams[JOYSTICKTYPES][10]={"OFF","PC","LPT1","LPT2",
                       "LPT3","KEYSET_0","KEYSET_1","KEYSET_2","KEYSET_3"};