summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_an.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wpc_an.cpp')
-rw-r--r--src/mame/drivers/wpc_an.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/wpc_an.cpp b/src/mame/drivers/wpc_an.cpp
index f584fd6ac50..930fcf0180d 100644
--- a/src/mame/drivers/wpc_an.cpp
+++ b/src/mame/drivers/wpc_an.cpp
@@ -6,12 +6,16 @@
#include "emu.h"
-#include "cpu/m6809/m6809.h"
#include "audio/s11c_bg.h"
#include "audio/wpcsnd.h"
+
+#include "cpu/m6809/m6809.h"
#include "machine/wpc.h"
+#include "speaker.h"
+
#include "wpc_an.lh"
+
#define LOG_WPC (1)
class wpc_an_state : public driver_device