summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x')
-rw-r--r--src/devices/bus/ti99x/998board.cpp1
-rw-r--r--src/devices/bus/ti99x/998board.h1
-rw-r--r--src/devices/bus/ti99x/genboard.cpp1
-rw-r--r--src/devices/bus/ti99x/genboard.h1
-rw-r--r--src/devices/bus/ti99x/gromport.cpp1
-rw-r--r--src/devices/bus/ti99x/gromport.h1
-rw-r--r--src/devices/bus/ti99x/handset.cpp1
-rw-r--r--src/devices/bus/ti99x/handset.h1
-rw-r--r--src/devices/bus/ti99x/joyport.cpp1
-rw-r--r--src/devices/bus/ti99x/joyport.h1
-rw-r--r--src/devices/bus/ti99x/mecmouse.cpp1
-rw-r--r--src/devices/bus/ti99x/mecmouse.h1
12 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/ti99x/998board.cpp b/src/devices/bus/ti99x/998board.cpp
index c9db9fc34fd..681bacda9d8 100644
--- a/src/devices/bus/ti99x/998board.cpp
+++ b/src/devices/bus/ti99x/998board.cpp
@@ -103,6 +103,7 @@
***************************************************************************/
+#include "emu.h"
#include "998board.h"
#define TRACE_CRU 0
diff --git a/src/devices/bus/ti99x/998board.h b/src/devices/bus/ti99x/998board.h
index f8ca54e640c..73334dcbad1 100644
--- a/src/devices/bus/ti99x/998board.h
+++ b/src/devices/bus/ti99x/998board.h
@@ -16,7 +16,6 @@
#ifndef __MAPPER8__
#define __MAPPER8__
-#include "emu.h"
#include "ti99defs.h"
#include "machine/tmc0430.h"
#include "video/tms9928a.h"
diff --git a/src/devices/bus/ti99x/genboard.cpp b/src/devices/bus/ti99x/genboard.cpp
index 3878f95bd77..adf60667134 100644
--- a/src/devices/bus/ti99x/genboard.cpp
+++ b/src/devices/bus/ti99x/genboard.cpp
@@ -194,6 +194,7 @@
***************************************************************************/
+#include "emu.h"
#include "genboard.h"
#define TRACE_READ 0
diff --git a/src/devices/bus/ti99x/genboard.h b/src/devices/bus/ti99x/genboard.h
index a54d0d3337e..b754534d609 100644
--- a/src/devices/bus/ti99x/genboard.h
+++ b/src/devices/bus/ti99x/genboard.h
@@ -13,7 +13,6 @@
#ifndef __GENBOARD__
#define __GENBOARD__
-#include "emu.h"
#include "ti99defs.h"
#include "machine/mm58274c.h"
#include "video/v9938.h"
diff --git a/src/devices/bus/ti99x/gromport.cpp b/src/devices/bus/ti99x/gromport.cpp
index 468436a81e6..1a9f95b1d85 100644
--- a/src/devices/bus/ti99x/gromport.cpp
+++ b/src/devices/bus/ti99x/gromport.cpp
@@ -104,6 +104,7 @@
a customized OS.
***************************************************************************/
+#include "emu.h"
#include "gromport.h"
#include "emuopts.h"
#include "image.h"
diff --git a/src/devices/bus/ti99x/gromport.h b/src/devices/bus/ti99x/gromport.h
index ff99585d447..9cf460271db 100644
--- a/src/devices/bus/ti99x/gromport.h
+++ b/src/devices/bus/ti99x/gromport.h
@@ -9,7 +9,6 @@
#ifndef __GROMPORT__
#define __GROMPORT__
-#include "emu.h"
#include "ti99defs.h"
#include "machine/tmc0430.h"
#include "softlist_dev.h"
diff --git a/src/devices/bus/ti99x/handset.cpp b/src/devices/bus/ti99x/handset.cpp
index ec40b68005c..38e9b8261a6 100644
--- a/src/devices/bus/ti99x/handset.cpp
+++ b/src/devices/bus/ti99x/handset.cpp
@@ -36,6 +36,7 @@
*****************************************************************************/
+#include "emu.h"
#include "handset.h"
#include "machine/tms9901.h"
diff --git a/src/devices/bus/ti99x/handset.h b/src/devices/bus/ti99x/handset.h
index 5b899813ed0..7156ddea6d4 100644
--- a/src/devices/bus/ti99x/handset.h
+++ b/src/devices/bus/ti99x/handset.h
@@ -17,7 +17,6 @@
#ifndef __HANDSET__
#define __HANDSET__
-#include "emu.h"
#include "joyport.h"
#define MAX_HANDSETS 4
diff --git a/src/devices/bus/ti99x/joyport.cpp b/src/devices/bus/ti99x/joyport.cpp
index d37dea4c48f..a098012ea21 100644
--- a/src/devices/bus/ti99x/joyport.cpp
+++ b/src/devices/bus/ti99x/joyport.cpp
@@ -35,6 +35,7 @@
*****************************************************************************/
+#include "emu.h"
#include "joyport.h"
#include "handset.h"
#include "mecmouse.h"
diff --git a/src/devices/bus/ti99x/joyport.h b/src/devices/bus/ti99x/joyport.h
index d50988c47c6..aebaeafb62f 100644
--- a/src/devices/bus/ti99x/joyport.h
+++ b/src/devices/bus/ti99x/joyport.h
@@ -20,7 +20,6 @@
#ifndef __JOYPORT__
#define __JOYPORT__
-#include "emu.h"
extern const device_type JOYPORT;
diff --git a/src/devices/bus/ti99x/mecmouse.cpp b/src/devices/bus/ti99x/mecmouse.cpp
index 9bd767484ec..207d89ef68b 100644
--- a/src/devices/bus/ti99x/mecmouse.cpp
+++ b/src/devices/bus/ti99x/mecmouse.cpp
@@ -48,6 +48,7 @@
*****************************************************************************/
+#include "emu.h"
#include "mecmouse.h"
#define POLL_TIMER 1
diff --git a/src/devices/bus/ti99x/mecmouse.h b/src/devices/bus/ti99x/mecmouse.h
index ba0e70b4629..db33baae305 100644
--- a/src/devices/bus/ti99x/mecmouse.h
+++ b/src/devices/bus/ti99x/mecmouse.h
@@ -14,7 +14,6 @@
#ifndef __MECMOUSE__
#define __MECMOUSE__
-#include "emu.h"
#include "joyport.h"
extern const device_type MECMOUSE;