Merge pull request #5612 from rushieda/optiplex_gnplus

Packard Bell PB410: Fix on-board video.
This commit is contained in:
Miran Grča
2025-05-22 01:17:37 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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
},