From 7b694e53e42a75ce48b846c53d08e4a33f627842 Mon Sep 17 00:00:00 2001 From: Valley Bell Date: Thu, 17 Oct 2024 23:42:23 +0200 Subject: [PATCH] DAC stream control: add Mikey support --- emu/dac_control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/emu/dac_control.c b/emu/dac_control.c index c262a7bf..6c543fca 100644 --- a/emu/dac_control.c +++ b/emu/dac_control.c @@ -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;