86Box Specific PNP Gameport

This commit is contained in:
Jasmine Iwanek
2025-07-11 12:59:55 -04:00
parent c419de5031
commit dbd8d1d8f5
3 changed files with 20 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ machine_at_common_init_ex(const machine_t *model, int type)
else if (type == 0)
device_add(&at_nvr_device);
standalone_gameport_type = &gameport_200_device;
standalone_gameport_type = &gameport_device;
}
void