summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/travrusa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/travrusa.cpp')
-rw-r--r--src/mame/drivers/travrusa.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/travrusa.cpp b/src/mame/drivers/travrusa.cpp
index 2ea0f82f416..9eb1c058c42 100644
--- a/src/mame/drivers/travrusa.cpp
+++ b/src/mame/drivers/travrusa.cpp
@@ -51,9 +51,11 @@ and 2764 eprom (swapped D3/D4 and D5/D6 data lines)
****************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
-#include "audio/irem.h"
#include "includes/travrusa.h"
+#include "audio/irem.h"
+
+#include "cpu/z80/z80.h"
+#include "screen.h"
static ADDRESS_MAP_START( main_map, AS_PROGRAM, 8, travrusa_state )