mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Cirrus: Give both the ISA and VLB CL-GD5428s the onboard flag
This commit is contained in:
@@ -5264,7 +5264,7 @@ const device_t gd5428_onboard_device = {
|
||||
.name = "Cirrus Logic GD5428 (ISA) (On-Board)",
|
||||
.internal_name = "cl_gd5428_onboard",
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = CIRRUS_ID_CLGD5428,
|
||||
.local = CIRRUS_ID_CLGD5428 | 0x200,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
.reset = gd54xx_reset,
|
||||
@@ -5278,7 +5278,7 @@ const device_t gd5428_vlb_onboard_device = {
|
||||
.name = "Cirrus Logic GD5428 (VLB) (On-Board)",
|
||||
.internal_name = "cl_gd5428_vlb_onboard",
|
||||
.flags = DEVICE_VLB,
|
||||
.local = CIRRUS_ID_CLGD5428,
|
||||
.local = CIRRUS_ID_CLGD5428 | 0x200,
|
||||
.init = gd54xx_init,
|
||||
.close = gd54xx_close,
|
||||
.reset = gd54xx_reset,
|
||||
|
||||
Reference in New Issue
Block a user