mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Actually, it's 289B.
This commit is contained in:
@@ -1063,7 +1063,7 @@ adgold_init(UNUSED(const device_t *info))
|
||||
adgold->surround_enabled = device_get_config_int("surround");
|
||||
adgold->gameport_enabled = device_get_config_int("gameport");
|
||||
|
||||
fm_driver_get(FM_YMF289, &adgold->opl);
|
||||
fm_driver_get(FM_YMF289B, &adgold->opl);
|
||||
if (adgold->surround_enabled)
|
||||
ym7128_init(&adgold->ym7128);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user