summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rastan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rastan.cpp')
-rw-r--r--src/mame/drivers/rastan.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/mame/drivers/rastan.cpp b/src/mame/drivers/rastan.cpp
index 05dc3ec558f..cc565b9b069 100644
--- a/src/mame/drivers/rastan.cpp
+++ b/src/mame/drivers/rastan.cpp
@@ -154,14 +154,18 @@ Note: The 'rastsagaa' set's rom numbers were named as RSxx_37 through RSxx_42
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
-#include "cpu/m68000/m68000.h"
-#include "machine/watchdog.h"
+#include "includes/rastan.h"
#include "includes/taitoipt.h"
#include "audio/taitosnd.h"
-#include "sound/ym2151.h"
+
+#include "cpu/m68000/m68000.h"
+#include "cpu/z80/z80.h"
+#include "machine/watchdog.h"
#include "sound/msm5205.h"
-#include "includes/rastan.h"
+#include "sound/ym2151.h"
+#include "screen.h"
+#include "speaker.h"
+
WRITE8_MEMBER(rastan_state::rastan_bankswitch_w)
{