summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rd110.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rd110.cpp')
-rw-r--r--src/mame/drivers/rd110.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/rd110.cpp b/src/mame/drivers/rd110.cpp
index 65363abdaef..8a107b20811 100644
--- a/src/mame/drivers/rd110.cpp
+++ b/src/mame/drivers/rd110.cpp
@@ -18,10 +18,11 @@
*/
#include "emu.h"
-#include "machine/ram.h"
+#include "cpu/mcs96/i8x9x.h"
#include "machine/nvram.h"
+#include "machine/ram.h"
#include "video/msm6222b.h"
-#include "cpu/mcs96/i8x9x.h"
+#include "screen.h"
static INPUT_PORTS_START( d110 )
PORT_START("SC0")