mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Fixed AdLib MCA.
This commit is contained in:
@@ -159,7 +159,7 @@ const device_t adlib_mca_device = {
|
||||
.internal_name = "adlib_mca",
|
||||
.flags = DEVICE_MCA,
|
||||
.local = 0,
|
||||
.init = adlib_init,
|
||||
.init = adlib_mca_init,
|
||||
.close = adlib_close,
|
||||
.reset = NULL,
|
||||
{ .available = NULL },
|
||||
|
||||
Reference in New Issue
Block a user