GlaBIOS for Juko ST

This commit is contained in:
Ectoplasm 2025-01-16 22:31:45 +02:00 committed by GitHub
parent ba86e5116f
commit b293aa518c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,7 @@ extern const device_t ibmxt86_device;
extern const device_t ibmat_device;
extern const device_t ibmxt286_device;
extern const device_t pb450_device;
extern const device_t jukopc_device;
const machine_filter_t machine_types[] = {
{ "None", MACHINE_TYPE_NONE },
@ -954,7 +955,7 @@ const machine_t machines[] = {
.kbc_p1 = 0xff,
.gpio = 0xffffffff,
.gpio_acpi = 0xffffffff,
.device = NULL,
.device = &jukopc_device,
.fdc_device = NULL,
.sio_device = NULL,
.vid_device = NULL,