support gameport at 0x208-0x20f also

This commit is contained in:
Jasmine Iwanek
2021-12-19 18:18:20 -05:00
parent 487e5a198a
commit bf9c9075da
2 changed files with 10 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ extern "C" {
#ifdef EMU_DEVICE_H
extern const device_t gameport_device;
extern const device_t gameport_201_device;
extern const device_t gameport_208_device;
extern const device_t gameport_pnp_device;
extern const device_t gameport_pnp_6io_device;
extern const device_t gameport_sio_device;