mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 09:05:32 -07:00
Cirrus: All machines using the CL-GD5428 ISA as an onboard device only support 512KB/1MB configs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user