mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
GlaBIOS for Vendex HeadStart Turbo 888-XT
This commit is contained in:
parent
f1a856c886
commit
ce390fb9cd
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue