Packard Bell PB410: Fix on-board video.

This commit is contained in:
OBattler
2025-05-22 00:54:57 +02:00
parent e9a1768da9
commit f6dd42ca87
2 changed files with 2 additions and 2 deletions

View File

@@ -396,7 +396,7 @@ machine_at_pb410a_init(const machine_t *model)
device_add(&phoenix_486_jumper_device);
if (gfxcard[0] == VID_INTERNAL)
device_add(&ht216_32_pb410a_device);
device_add(machine_get_vid_device(machine));
return ret;
}

View File

@@ -6647,7 +6647,7 @@ const machine_t machines[] = {
.device = NULL,
.fdc_device = NULL,
.sio_device = NULL,
.vid_device = NULL,
.vid_device = &ht216_32_pb410a_device,
.snd_device = NULL,
.net_device = NULL
},