GlaBIOS for Vendex HeadStart Turbo 888-XT

This commit is contained in:
Ectoplasm 2025-01-20 05:55:03 +02:00 committed by GitHub
parent f1a856c886
commit ce390fb9cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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