Cirrus: All machines using the CL-GD5428 ISA as an onboard device only support 512KB/1MB configs

This commit is contained in:
win2kgamer
2026-02-16 20:40:39 -06:00
parent dfee5d88d3
commit 9bdfe5cbea

View File

@@ -5301,7 +5301,7 @@ const device_t gd5428_onboard_device = {
.available = gd5428_isa_available,
.speed_changed = gd54xx_speed_changed,
.force_redraw = gd54xx_force_redraw,
.config = gd5426_config
.config = gd542x_config
};
const device_t gd5428_vlb_onboard_device = {