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

@@ -861,7 +861,7 @@ aha_init(const device_t *info)
/* Enable MCA. */
dev->pos_regs[0] = 0x1F; /* MCA board ID */
dev->pos_regs[1] = 0x0F;
mca_add(aha_mca_read, aha_mca_write, aha_mca_feedb, dev);
mca_add(aha_mca_read, aha_mca_write, aha_mca_feedb, NULL, dev);
dev->ha_bps = 5000000.0; /* normal SCSI */
break;
}