summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scotrsht.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scotrsht.cpp')
-rw-r--r--src/mame/drivers/scotrsht.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/scotrsht.cpp b/src/mame/drivers/scotrsht.cpp
index b28e0888e2d..723bad4544f 100644
--- a/src/mame/drivers/scotrsht.cpp
+++ b/src/mame/drivers/scotrsht.cpp
@@ -35,12 +35,16 @@ Stephh's notes (based on the game M6502 code and some tests) :
***************************************************************************/
#include "emu.h"
+#include "includes/scotrsht.h"
+#include "includes/konamipt.h"
+
#include "cpu/z80/z80.h"
#include "cpu/m6809/m6809.h"
#include "machine/watchdog.h"
#include "sound/2203intf.h"
-#include "includes/konamipt.h"
-#include "includes/scotrsht.h"
+#include "screen.h"
+#include "speaker.h"
+
WRITE8_MEMBER(scotrsht_state::ctrl_w)
{