Skip to content

Commit

Permalink
Fix AudioDrive detection on Windows 3.1
Browse files Browse the repository at this point in the history
Sound is not working, and neither is MPU-401
  • Loading branch information
Cacodemon345 committed Mar 4, 2024
1 parent 604b245 commit 9f50fae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sound/snd_ess.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@ ess_mixer_read(uint16_t addr, void *priv)
case 0x3e:
return mixer->regs[mixer->index];

case 0x64:
return mixer->regs[mixer->index] & 7;

case 0x40:
{
uint8_t val = mixer->ess_id_str[mixer->ess_id_str_pos];
Expand Down

0 comments on commit 9f50fae

Please sign in to comment.