summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco32.cpp')
-rw-r--r--src/mame/drivers/deco32.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/deco32.cpp b/src/mame/drivers/deco32.cpp
index 65d833c0b87..ffb6d966dd5 100644
--- a/src/mame/drivers/deco32.cpp
+++ b/src/mame/drivers/deco32.cpp
@@ -363,6 +363,8 @@ NOTE: There are several unpopulated locations (denoted by *) for additional rom
***************************************************************************/
#include "emu.h"
+#include "includes/deco32.h"
+
#include "cpu/z80/z80.h"
#include "cpu/arm/arm.h"
#include "cpu/h6280/h6280.h"
@@ -370,7 +372,7 @@ NOTE: There are several unpopulated locations (denoted by *) for additional rom
#include "cpu/z80/z80.h"
#include "machine/decocrpt.h"
#include "machine/deco156.h"
-#include "includes/deco32.h"
+#include "speaker.h"
/**********************************************************************************/