summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superdq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/superdq.cpp')
-rw-r--r--src/mame/drivers/superdq.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mame/drivers/superdq.cpp b/src/mame/drivers/superdq.cpp
index 2b3dbb856ef..7705d317aee 100644
--- a/src/mame/drivers/superdq.cpp
+++ b/src/mame/drivers/superdq.cpp
@@ -19,14 +19,16 @@
*************************************************************************/
-#define MASTER_CLOCK 20000000
-
-
#include "emu.h"
#include "cpu/z80/z80.h"
-#include "sound/sn76496.h"
#include "machine/ldv1000.h"
+#include "sound/sn76496.h"
#include "video/resnet.h"
+#include "speaker.h"
+
+
+#define MASTER_CLOCK 20000000
+
class superdq_state : public driver_device
{