|
|
1.1.1.2 ! root 1: /* 1.1 root 2: * UAE - The Un*x Amiga Emulator 1.1.1.2 ! root 3: * 1.1 root 4: * Joystick emulation stubs 1.1.1.2 ! root 5: * 1.1 root 6: * Copyright 1997 Bernd Schmidt 7: */ 8: 9: #include "sysconfig.h" 10: #include "sysdeps.h" 11: 12: #include "config.h" 13: #include "options.h" 14: #include "memory.h" 15: #include "custom.h" 16: #include "joystick.h" 17: 18: int nr_joysticks; 19: 20: void read_joystick(int nr, unsigned int *dir, int *button) 21: { 22: *dir = 0; 23: *button = 0; 24: } 25: 26: void init_joystick(void) 27: { 28: nr_joysticks = 0; 29: } 30: 31: void close_joystick(void) 32: { 33: } 34:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.