summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-30 19:19:47 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-30 19:19:47 +0200
commit9496bfaa79d895586fb411f8095b9a8c8303aa45 (patch)
treef904fc200401d6b460437bd93e2f4ed925ebac2d
parentdc85537e9e1d5a520b0a1f2821de7c05d197b360 (diff)
taito fix (nw)
-rw-r--r--src/mame/video/pc080sn.cpp1
-rw-r--r--src/mame/video/pc080sn.h2
-rw-r--r--src/mame/video/tc0080vco.cpp1
-rw-r--r--src/mame/video/tc0080vco.h2
-rw-r--r--src/mame/video/tc0150rod.cpp1
-rw-r--r--src/mame/video/tc0150rod.h2
-rw-r--r--src/mame/video/tc0480scp.cpp1
-rw-r--r--src/mame/video/tc0480scp.h2
8 files changed, 8 insertions, 4 deletions
diff --git a/src/mame/video/pc080sn.cpp b/src/mame/video/pc080sn.cpp
index 54101789fa9..fa164ec9266 100644
--- a/src/mame/video/pc080sn.cpp
+++ b/src/mame/video/pc080sn.cpp
@@ -43,7 +43,6 @@ Control registers
#include "emu.h"
#include "pc080sn.h"
-#include "video/taito_helper.h"
#define PC080SN_RAM_SIZE 0x10000
#define TOPSPEED_ROAD_COLORS
diff --git a/src/mame/video/pc080sn.h b/src/mame/video/pc080sn.h
index a63cdfd6915..5a2f7b5587f 100644
--- a/src/mame/video/pc080sn.h
+++ b/src/mame/video/pc080sn.h
@@ -3,6 +3,8 @@
#ifndef __PC080SN_H__
#define __PC080SN_H__
+#include "video/taito_helper.h"
+
class pc080sn_device : public device_t
{
public:
diff --git a/src/mame/video/tc0080vco.cpp b/src/mame/video/tc0080vco.cpp
index 4e0604b9514..323d47ca6b4 100644
--- a/src/mame/video/tc0080vco.cpp
+++ b/src/mame/video/tc0080vco.cpp
@@ -63,7 +63,6 @@ this seems to be the only zoom feature actually used in the games.
#include "emu.h"
#include "drawgfxm.h"
#include "tc0080vco.h"
-#include "video/taito_helper.h"
#define TC0080VCO_RAM_SIZE 0x21000
#define TC0080VCO_CHAR_RAM_SIZE 0x2000
diff --git a/src/mame/video/tc0080vco.h b/src/mame/video/tc0080vco.h
index 65652b011ec..2eadc297c22 100644
--- a/src/mame/video/tc0080vco.h
+++ b/src/mame/video/tc0080vco.h
@@ -3,6 +3,8 @@
#ifndef __TC0080VCO_H__
#define __TC0080VCO_H__
+#include "video/taito_helper.h"
+
class tc0080vco_device : public device_t
{
public:
diff --git a/src/mame/video/tc0150rod.cpp b/src/mame/video/tc0150rod.cpp
index c6bcd8512af..e405f9050b4 100644
--- a/src/mame/video/tc0150rod.cpp
+++ b/src/mame/video/tc0150rod.cpp
@@ -8,7 +8,6 @@ Road generator. Two roads allow for forking. Gfx data fetched from ROM. Refer to
#include "emu.h"
#include "tc0150rod.h"
-#include "video/taito_helper.h"
#define TC0150ROD_RAM_SIZE 0x2000
diff --git a/src/mame/video/tc0150rod.h b/src/mame/video/tc0150rod.h
index a6c2b653a64..3ad652417b9 100644
--- a/src/mame/video/tc0150rod.h
+++ b/src/mame/video/tc0150rod.h
@@ -3,6 +3,8 @@
#ifndef __TC0150ROD_H__
#define __TC0150ROD_H__
+#include "video/taito_helper.h"
+
class tc0150rod_device : public device_t
{
public:
diff --git a/src/mame/video/tc0480scp.cpp b/src/mame/video/tc0480scp.cpp
index bfd14613a53..c214b8e07fb 100644
--- a/src/mame/video/tc0480scp.cpp
+++ b/src/mame/video/tc0480scp.cpp
@@ -143,7 +143,6 @@ Control registers
#include "emu.h"
#include "tc0480scp.h"
-#include "video/taito_helper.h"
#define TC0480SCP_RAM_SIZE 0x10000
#define TC0480SCP_TOTAL_CHARS 256
diff --git a/src/mame/video/tc0480scp.h b/src/mame/video/tc0480scp.h
index 1f77d368b45..359bf981d77 100644
--- a/src/mame/video/tc0480scp.h
+++ b/src/mame/video/tc0480scp.h
@@ -3,6 +3,8 @@
#ifndef __TC0480SCP_H__
#define __TC0480SCP_H__
+#include "video/taito_helper.h"
+
class tc0480scp_device : public device_t
{
public: