Skip to content

Commit

Permalink
DAC stream control: add Mikey support
Browse files Browse the repository at this point in the history
  • Loading branch information
ValleyBell committed Oct 17, 2024
1 parent 34c368c commit 7b694e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emu/dac_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ INLINE void daccontrol_SendCommand(dac_control* chip)
case DEVID_POKEY:
case DEVID_ES5503:
case DEVID_GA20: // TODO: Verify
case DEVID_MIKEY:
if (chip->Write.A8D8 == NULL)
return;
Command = (chip->DstCommand & 0x00FF) >> 0;
Expand Down

0 comments on commit 7b694e5

Please sign in to comment.