Merge pull request #624 from 86Box/feature/azt_snd
Added the Aztech Sound Galaxy 16 cards.
This commit is contained in:
@@ -3127,7 +3127,7 @@ static void
|
||||
if (gd54xx->mca) {
|
||||
gd54xx->pos_regs[0] = 0x7b;
|
||||
gd54xx->pos_regs[1] = 0x91;
|
||||
mca_add(gd5428_mca_read, gd5428_mca_write, gd5428_mca_feedb, gd54xx);
|
||||
mca_add(gd5428_mca_read, gd5428_mca_write, gd5428_mca_feedb, NULL, gd54xx);
|
||||
}
|
||||
|
||||
return gd54xx;
|
||||
|
||||
@@ -512,7 +512,7 @@ et4000_init(const device_t *info)
|
||||
et4000_in,NULL,NULL, et4000_out,NULL,NULL, dev);
|
||||
dev->pos_regs[0] = 0xf2; /* ET4000 MCA board ID */
|
||||
dev->pos_regs[1] = 0x80;
|
||||
mca_add(et4000_mca_read, et4000_mca_write, et4000_mca_feedb, dev);
|
||||
mca_add(et4000_mca_read, et4000_mca_write, et4000_mca_feedb, NULL, dev);
|
||||
break;
|
||||
|
||||
case 2: /* Korean ET4000 */
|
||||
|
||||
Reference in New Issue
Block a user