summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/manohman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/manohman.cpp')
-rw-r--r--src/mame/drivers/manohman.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/manohman.cpp b/src/mame/drivers/manohman.cpp
index 690eea8d2f5..08aff866efb 100644
--- a/src/mame/drivers/manohman.cpp
+++ b/src/mame/drivers/manohman.cpp
@@ -131,12 +131,13 @@
***************************************************************************/
-#define MASTER_CLOCK XTAL_8MHz
-#define SECONDARY_CLOCK XTAL_3_6864MHz
-
#include "emu.h"
#include "cpu/m68000/m68000.h"
#include "sound/saa1099.h"
+#include "speaker.h"
+
+#define MASTER_CLOCK XTAL_8MHz
+#define SECONDARY_CLOCK XTAL_3_6864MHz
class _manohman_state : public driver_device