summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddribble.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ddribble.cpp')
-rw-r--r--src/mame/drivers/ddribble.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/ddribble.cpp b/src/mame/drivers/ddribble.cpp
index 54f269efa4e..b4067ab0fd3 100644
--- a/src/mame/drivers/ddribble.cpp
+++ b/src/mame/drivers/ddribble.cpp
@@ -12,11 +12,14 @@
***************************************************************************/
#include "emu.h"
+#include "includes/ddribble.h"
+#include "includes/konamipt.h"
+
#include "cpu/m6809/m6809.h"
#include "machine/watchdog.h"
#include "sound/2203intf.h"
-#include "includes/konamipt.h"
-#include "includes/ddribble.h"
+#include "screen.h"
+#include "speaker.h"
INTERRUPT_GEN_MEMBER(ddribble_state::ddribble_interrupt_0)