Merge pull request #624 from 86Box/feature/azt_snd

Added the Aztech Sound Galaxy 16 cards.
This commit is contained in:
OBattler
2020-03-25 01:12:22 +01:00
committed by GitHub
26 changed files with 2049 additions and 440 deletions

View File

@@ -1238,7 +1238,7 @@ nic_init(const device_t *info)
}
}
else {
mca_add(nic_mca_read, nic_mca_write, nic_mca_feedb, dev);
mca_add(nic_mca_read, nic_mca_write, nic_mca_feedb, NULL, dev);
}
}