From 377de998e8930ffe5a5ec97a65310606b8a6d608 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 23 May 2017 19:55:21 +0700 Subject: [PATCH] defines after emu.h --- src/mame/drivers/interpro.cpp | 3 ++- src/mame/machine/cammu.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/interpro.cpp b/src/mame/drivers/interpro.cpp index 23195e9656f..295e49af7ff 100644 --- a/src/mame/drivers/interpro.cpp +++ b/src/mame/drivers/interpro.cpp @@ -1,9 +1,10 @@ // license:BSD-3-Clause // copyright-holders:Patrick Mackinlay +#include "emu.h" + #define NEW_SCSI 0 -#include "emu.h" #include "includes/interpro.h" #include "debugger.h" diff --git a/src/mame/machine/cammu.cpp b/src/mame/machine/cammu.cpp index 9e44785a7a9..f62bfa167be 100644 --- a/src/mame/machine/cammu.cpp +++ b/src/mame/machine/cammu.cpp @@ -18,10 +18,11 @@ * - bus errors */ +#include "emu.h" + #define VERBOSE 0 #define DTU 1 // enable preliminary/incomplete address translation -#include "emu.h" #include "cammu.h" // each variant of the cammu has different registers and a different addressing map