summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rbisland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rbisland.cpp')
-rw-r--r--src/mame/drivers/rbisland.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mame/drivers/rbisland.cpp b/src/mame/drivers/rbisland.cpp
index 2631795c844..8bef6c3c775 100644
--- a/src/mame/drivers/rbisland.cpp
+++ b/src/mame/drivers/rbisland.cpp
@@ -320,14 +320,16 @@ Stephh's notes (based on the game M68000 code and some tests) :
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
-#include "cpu/m68000/m68000.h"
+#include "includes/rbisland.h"
#include "includes/taitoipt.h"
#include "audio/taitosnd.h"
+
+#include "cpu/m68000/m68000.h"
+#include "cpu/z80/z80.h"
#include "sound/2203intf.h"
#include "sound/ym2151.h"
-#include "includes/rbisland.h"
-
+#include "screen.h"
+#include "speaker.h"
WRITE16_MEMBER(rbisland_state::jumping_sound_w)