mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
CS423x: Make bits 2-0 of control register C0 writable, fixes Win3.1 v2.02 driver invalid codec error and Win9x v2.86 driver code 10
This commit is contained in:
@@ -290,7 +290,7 @@ cs423x_write(uint16_t addr, uint8_t val, void *priv)
|
||||
ad1848_init(&dev->ad1848, dev->ad1848_type);
|
||||
ad1848_set_cd_audio_channel(&dev->ad1848, AD1848_AUX2);
|
||||
}
|
||||
val = 0x00;
|
||||
val &= 0x07;
|
||||
break;
|
||||
|
||||
case 1: /* Version / Chip ID */
|
||||
|
||||
Reference in New Issue
Block a user