Move the Super I/O game port flag to a #define

This commit is contained in:
Alexander Babikov
2021-06-25 21:02:28 +05:00
parent 7824e99341
commit 5f5a0dc2a6
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
#define JOYSTICK_PRESENT(n) (joystick_state[n].plat_joystick_nr != 0)
#define GAMEPORT_SIO 0x1000000
typedef struct {
char name[260];