Add game port device with 6 I/O ports for the Crystal CS4237/8B

This commit is contained in:
RichardG867
2021-06-03 01:14:48 -03:00
parent 80fb5775e4
commit dfd6d4e2df
3 changed files with 23 additions and 10 deletions

View File

@@ -108,6 +108,7 @@ extern "C" {
extern const device_t gameport_device;
extern const device_t gameport_201_device;
extern const device_t gameport_pnp_device;
extern const device_t gameport_pnp_6io_device;
extern const device_t gameport_sio_device;
extern const device_t *standalone_gameport_type;