Fix Acer P3 Machine table entry...

... to make the onboard video's RAM configurable.
This commit is contained in:
toggo9
2025-05-03 21:10:55 +02:00
committed by GitHub
parent be7a5bfaec
commit e09a5007c5

View File

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