summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pachifev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pachifev.cpp')
-rw-r--r--src/mame/drivers/pachifev.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/pachifev.cpp b/src/mame/drivers/pachifev.cpp
index d3b5fdc6972..37999a46caf 100644
--- a/src/mame/drivers/pachifev.cpp
+++ b/src/mame/drivers/pachifev.cpp
@@ -81,9 +81,10 @@ Stephh's notes (based on the game TMS9995 code and some tests) :
#include "emu.h"
#include "cpu/tms9900/tms9995.h"
-#include "video/tms9928a.h"
#include "sound/msm5205.h"
#include "sound/sn76496.h"
+#include "video/tms9928a.h"
+#include "speaker.h"
#define USE_MSM 0
#define NUM_PLUNGER_REPEATS 50