summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cham24.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cham24.c')
-rw-r--r--src/mame/drivers/cham24.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/cham24.c b/src/mame/drivers/cham24.c
index 716e86f89a4..2b3872170c0 100644
--- a/src/mame/drivers/cham24.c
+++ b/src/mame/drivers/cham24.c
@@ -55,9 +55,10 @@ Notes:
*/
#include "driver.h"
-#include "video/ppu2c0x.h"
-#include "sound/nes_apu.h"
#include "cpu/m6502/m6502.h"
+#include "sound/dac.h"
+#include "sound/nes_apu.h"
+#include "video/ppu2c0x.h"
static WRITE8_HANDLER( sprite_dma_w )
{