summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mermaid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mermaid.cpp')
-rw-r--r--src/mame/drivers/mermaid.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/mermaid.cpp b/src/mame/drivers/mermaid.cpp
index e11d435d624..f5daf2efc84 100644
--- a/src/mame/drivers/mermaid.cpp
+++ b/src/mame/drivers/mermaid.cpp
@@ -117,9 +117,12 @@ Stephh's notes (based on the games Z80 code and some tests) :
***************************************************************************/
#include "emu.h"
+#include "includes/mermaid.h"
+
#include "cpu/z80/z80.h"
#include "sound/msm5205.h"
-#include "includes/mermaid.h"
+#include "speaker.h"
+
/* Read/Write Handlers */