Add other BIOS versions to ibmpc82

This commit is contained in:
Jasmine Iwanek
2025-01-06 19:44:15 -05:00
parent 174162c7e3
commit 9b61651955
2 changed files with 77 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ extern const device_t vid_device_sl;
extern const device_t t1200_video_device;
extern const device_t compaq_plasma_device;
extern const device_t ps1_2011_device;
extern const device_t ibmpc82_device;
const machine_filter_t machine_types[] = {
{ "None", MACHINE_TYPE_NONE },
@@ -282,7 +283,7 @@ const machine_t machines[] = {
.kbc_p1 = 0xff,
.gpio = 0xffffffff,
.gpio_acpi = 0xffffffff,
.device = NULL,
.device = &ibmpc82_device,
.fdc_device = NULL,
.sio_device = NULL,
.vid_device = NULL,