From 070c289562de474f4c389fa2052b1d766bb3ff8e Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 23 Apr 2024 12:06:59 +0200 Subject: [PATCH] The forgotten .h file. --- src/include/86box/snd_ad1848.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/86box/snd_ad1848.h b/src/include/86box/snd_ad1848.h index 6bdd2bf40..319f9bf24 100644 --- a/src/include/86box/snd_ad1848.h +++ b/src/include/86box/snd_ad1848.h @@ -61,6 +61,9 @@ typedef struct ad1848_t { int adpcm_data; int adpcm_pos; + uint8_t dma_ff; + uint32_t dma_data; + pc_timer_t timer_count; uint64_t timer_latch;