|
|
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 "options.h"
13: #include "memory.h"
14: #include "custom.h"
15: #include "joystick.h"
16:
17: int nr_joysticks;
18:
19: void read_joystick(int nr, unsigned int *dir, int *button)
20: {
21: *dir = 0;
22: *button = 0;
23: }
24:
25: void init_joystick(void)
26: {
27: nr_joysticks = 0;
28: }
29:
30: void close_joystick(void)
31: {
32: }
33:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.