summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-12-30 03:28:44 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-12-30 03:28:44 +0000
commit09d0cb8e12055d6ceb95750a99fd698342a5e96b (patch)
tree30a444372b0b33ed620e460a7d120ea5511b4dd7
parentc05d24eb38b812cd1d8454c2bbecbe76bb66e476 (diff)
Rename taiicdev.* -> taitoic.*
-rw-r--r--.gitattributes4
-rw-r--r--src/mame/drivers/asuka.c2
-rw-r--r--src/mame/drivers/darius.c2
-rw-r--r--src/mame/drivers/galastrm.c2
-rw-r--r--src/mame/drivers/groundfx.c2
-rw-r--r--src/mame/drivers/gunbustr.c2
-rw-r--r--src/mame/drivers/ninjaw.c2
-rw-r--r--src/mame/drivers/opwolf.c2
-rw-r--r--src/mame/drivers/othunder.c2
-rw-r--r--src/mame/drivers/rainbow.c2
-rw-r--r--src/mame/drivers/rastan.c2
-rw-r--r--src/mame/drivers/slapshot.c2
-rw-r--r--src/mame/drivers/superchs.c2
-rw-r--r--src/mame/drivers/taito_b.c2
-rw-r--r--src/mame/drivers/taito_f2.c2
-rw-r--r--src/mame/drivers/taito_h.c2
-rw-r--r--src/mame/drivers/taito_o.c2
-rw-r--r--src/mame/drivers/taito_z.c2
-rw-r--r--src/mame/drivers/taitoair.c2
-rw-r--r--src/mame/drivers/topspeed.c2
-rw-r--r--src/mame/drivers/undrfire.c2
-rw-r--r--src/mame/drivers/volfied.c2
-rw-r--r--src/mame/drivers/warriorb.c2
-rw-r--r--src/mame/drivers/wgp.c2
-rw-r--r--src/mame/mame.mak2
-rw-r--r--src/mame/video/asuka.c2
-rw-r--r--src/mame/video/darius.c2
-rw-r--r--src/mame/video/galastrm.c2
-rw-r--r--src/mame/video/groundfx.c2
-rw-r--r--src/mame/video/gunbustr.c2
-rw-r--r--src/mame/video/ninjaw.c2
-rw-r--r--src/mame/video/othunder.c2
-rw-r--r--src/mame/video/rastan.c2
-rw-r--r--src/mame/video/slapshot.c2
-rw-r--r--src/mame/video/superchs.c2
-rw-r--r--src/mame/video/taito_b.c2
-rw-r--r--src/mame/video/taito_f2.c2
-rw-r--r--src/mame/video/taito_h.c2
-rw-r--r--src/mame/video/taito_o.c2
-rw-r--r--src/mame/video/taito_z.c2
-rw-r--r--src/mame/video/taitoair.c2
-rw-r--r--src/mame/video/taitoic.c (renamed from src/mame/video/taiicdev.c)2
-rw-r--r--src/mame/video/taitoic.h (renamed from src/mame/video/taiicdev.h)2
-rw-r--r--src/mame/video/topspeed.c2
-rw-r--r--src/mame/video/undrfire.c2
-rw-r--r--src/mame/video/volfied.c2
-rw-r--r--src/mame/video/warriorb.c2
-rw-r--r--src/mame/video/wgp.c2
48 files changed, 49 insertions, 49 deletions
diff --git a/.gitattributes b/.gitattributes
index d1d19b2e329..7d79b915581 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3707,8 +3707,6 @@ src/mame/video/system1.c svneol=native#text/plain
src/mame/video/system1.h svneol=native#text/plain
src/mame/video/system16.c svneol=native#text/plain
src/mame/video/tagteam.c svneol=native#text/plain
-src/mame/video/taiicdev.c svneol=native#text/plain
-src/mame/video/taiicdev.h svneol=native#text/plain
src/mame/video/tail2nos.c svneol=native#text/plain
src/mame/video/taito_b.c svneol=native#text/plain
src/mame/video/taito_f2.c svneol=native#text/plain
@@ -3718,6 +3716,8 @@ src/mame/video/taito_l.c svneol=native#text/plain
src/mame/video/taito_o.c svneol=native#text/plain
src/mame/video/taito_z.c svneol=native#text/plain
src/mame/video/taitoair.c svneol=native#text/plain
+src/mame/video/taitoic.c svneol=native#text/plain
+src/mame/video/taitoic.h svneol=native#text/plain
src/mame/video/taitojc.c svneol=native#text/plain
src/mame/video/taitosj.c svneol=native#text/plain
src/mame/video/tank8.c svneol=native#text/plain
diff --git a/src/mame/drivers/asuka.c b/src/mame/drivers/asuka.c
index bbfffbf6ce9..1e974ad518f 100644
--- a/src/mame/drivers/asuka.c
+++ b/src/mame/drivers/asuka.c
@@ -216,7 +216,7 @@ DIP locations verified for:
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
#include "includes/taitoipt.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "machine/taitoio.h"
#include "audio/taitosnd.h"
#include "sound/2610intf.h"
diff --git a/src/mame/drivers/darius.c b/src/mame/drivers/darius.c
index c5188314329..ef9f75ede7a 100644
--- a/src/mame/drivers/darius.c
+++ b/src/mame/drivers/darius.c
@@ -128,7 +128,7 @@ sounds.
#include "driver.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "cpu/z80/z80.h"
#include "audio/taitosnd.h"
#include "sound/2203intf.h"
diff --git a/src/mame/drivers/galastrm.c b/src/mame/drivers/galastrm.c
index a19be762741..7653b8bf331 100644
--- a/src/mame/drivers/galastrm.c
+++ b/src/mame/drivers/galastrm.c
@@ -39,7 +39,7 @@ $305.b invincibility
#include "driver.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "machine/eeprom.h"
#include "sound/es5506.h"
diff --git a/src/mame/drivers/groundfx.c b/src/mame/drivers/groundfx.c
index 6259d433d5a..9f0497124f6 100644
--- a/src/mame/drivers/groundfx.c
+++ b/src/mame/drivers/groundfx.c
@@ -64,7 +64,7 @@
#include "driver.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "machine/eeprom.h"
#include "sound/es5506.h"
#include "includes/taito_f3.h"
diff --git a/src/mame/drivers/gunbustr.c b/src/mame/drivers/gunbustr.c
index d69932e609c..f651c2df4fb 100644
--- a/src/mame/drivers/gunbustr.c
+++ b/src/mame/drivers/gunbustr.c
@@ -46,7 +46,7 @@
#include "driver.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "machine/eeprom.h"
#include "sound/es5506.h"
diff --git a/src/mame/drivers/ninjaw.c b/src/mame/drivers/ninjaw.c
index 727292a5e0e..155905af4a1 100644
--- a/src/mame/drivers/ninjaw.c
+++ b/src/mame/drivers/ninjaw.c
@@ -314,7 +314,7 @@ rumbling on a subwoofer in the cabinet.)
#include "cpu/z80/z80.h"
#include "includes/taitoipt.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "machine/taitoio.h"
#include "audio/taitosnd.h"
#include "sound/2610intf.h"
diff --git a/src/mame/drivers/opwolf.c b/src/mame/drivers/opwolf.c
index 9c20a34f8aa..326867f944e 100644
--- a/src/mame/drivers/opwolf.c
+++ b/src/mame/drivers/opwolf.c
@@ -278,7 +278,7 @@ register. So what is controlling priority.
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
#include "includes/taitoipt.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "sound/2151intf.h"
#include "sound/msm5205.h"
diff --git a/src/mame/drivers/othunder.c b/src/mame/drivers/othunder.c
index 86d5c2dda83..d926989d14d 100644
--- a/src/mame/drivers/othunder.c
+++ b/src/mame/drivers/othunder.c
@@ -235,7 +235,7 @@ TODO:
#include "includes/taitoipt.h"
#include "cpu/m68000/m68000.h"
#include "machine/eeprom.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "machine/taitoio.h"
#include "audio/taitosnd.h"
#include "sound/2610intf.h"
diff --git a/src/mame/drivers/rainbow.c b/src/mame/drivers/rainbow.c
index dd640de93bd..b372eba553b 100644
--- a/src/mame/drivers/rainbow.c
+++ b/src/mame/drivers/rainbow.c
@@ -321,7 +321,7 @@ Stephh's notes (based on the game M68000 code and some tests) :
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
#include "includes/taitoipt.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "sound/2203intf.h"
#include "sound/2151intf.h"
diff --git a/src/mame/drivers/rastan.c b/src/mame/drivers/rastan.c
index 4f53cb745b9..eefffa561e2 100644
--- a/src/mame/drivers/rastan.c
+++ b/src/mame/drivers/rastan.c
@@ -160,7 +160,7 @@ Stephh's notes (based on the game M68000 code and some tests) :
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
#include "includes/taitoipt.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "sound/2151intf.h"
#include "sound/msm5205.h"
diff --git a/src/mame/drivers/slapshot.c b/src/mame/drivers/slapshot.c
index 90a88251f5f..c357ea2495c 100644
--- a/src/mame/drivers/slapshot.c
+++ b/src/mame/drivers/slapshot.c
@@ -134,7 +134,7 @@ Region byte at offset 0x031:
#include "driver.h"
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "sound/2610intf.h"
#include "machine/timekpr.h"
diff --git a/src/mame/drivers/superchs.c b/src/mame/drivers/superchs.c
index b4b9a6a5b32..15c48ad8e0a 100644
--- a/src/mame/drivers/superchs.c
+++ b/src/mame/drivers/superchs.c
@@ -35,7 +35,7 @@
#include "driver.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "machine/eeprom.h"
#include "sound/es5506.h"
diff --git a/src/mame/drivers/taito_b.c b/src/mame/drivers/taito_b.c
index af03b531f19..df277c567fc 100644
--- a/src/mame/drivers/taito_b.c
+++ b/src/mame/drivers/taito_b.c
@@ -178,7 +178,7 @@ Notes:
#include "sound/2203intf.h"
#include "sound/2610intf.h"
#include "sound/okim6295.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "includes/taito_b.h"
static WRITE8_HANDLER( bankswitch_w )
diff --git a/src/mame/drivers/taito_f2.c b/src/mame/drivers/taito_f2.c
index 86dcab92dea..af725699a9d 100644
--- a/src/mame/drivers/taito_f2.c
+++ b/src/mame/drivers/taito_f2.c
@@ -296,7 +296,7 @@ Notes:
#include "cpu/z80/z80.h"
#include "includes/taitoipt.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "machine/taitoio.h"
#include "includes/taito_f2.h"
diff --git a/src/mame/drivers/taito_h.c b/src/mame/drivers/taito_h.c
index fc053de9922..2c1c42a61c7 100644
--- a/src/mame/drivers/taito_h.c
+++ b/src/mame/drivers/taito_h.c
@@ -145,7 +145,7 @@ some kind of zoom table?
#include "includes/taitoipt.h"
#include "audio/taitosnd.h"
#include "machine/taitoio.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "sound/2610intf.h"
diff --git a/src/mame/drivers/taito_o.c b/src/mame/drivers/taito_o.c
index 706406c35a2..13bdfee3d15 100644
--- a/src/mame/drivers/taito_o.c
+++ b/src/mame/drivers/taito_o.c
@@ -32,7 +32,7 @@ TODO:
#include "deprecat.h"
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "sound/2203intf.h"
static const int clear_hack=1;
diff --git a/src/mame/drivers/taito_z.c b/src/mame/drivers/taito_z.c
index 6b24e259f9a..af1c5bccb9b 100644
--- a/src/mame/drivers/taito_z.c
+++ b/src/mame/drivers/taito_z.c
@@ -880,7 +880,7 @@ J1100256A VIDEO PCB
#include "includes/taitoipt.h"
#include "cpu/m68000/m68000.h"
#include "machine/eeprom.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "sound/2610intf.h"
#include "sound/flt_vol.h"
diff --git a/src/mame/drivers/taitoair.c b/src/mame/drivers/taitoair.c
index c5e0c762867..8e5b0ad3c1e 100644
--- a/src/mame/drivers/taitoair.c
+++ b/src/mame/drivers/taitoair.c
@@ -220,7 +220,7 @@ cpu #2 (PC=0000060E): unmapped memory word read from 0000683A & FFFF
#include "cpu/m68000/m68000.h"
#include "includes/taitoipt.h"
#include "audio/taitosnd.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "machine/taitoio.h"
#include "cpu/tms32025/tms32025.h"
#include "sound/2610intf.h"
diff --git a/src/mame/drivers/topspeed.c b/src/mame/drivers/topspeed.c
index 981e5ae1996..dd03a7f7e18 100644
--- a/src/mame/drivers/topspeed.c
+++ b/src/mame/drivers/topspeed.c
@@ -233,7 +233,7 @@ Stephh's notes (based on the game M68000 code and some tests) :
#include "cpu/z80/z80.h"
#include "includes/taitoipt.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "machine/taitoio.h"
#include "audio/taitosnd.h"
#include "sound/2151intf.h"
diff --git a/src/mame/drivers/undrfire.c b/src/mame/drivers/undrfire.c
index a4bb300e42d..e022fded9a6 100644
--- a/src/mame/drivers/undrfire.c
+++ b/src/mame/drivers/undrfire.c
@@ -188,7 +188,7 @@ Board contains only 29 ROMs and not much else.
#include "driver.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "machine/eeprom.h"
#include "sound/es5506.h"
diff --git a/src/mame/drivers/volfied.c b/src/mame/drivers/volfied.c
index 867a83ce29f..efc47490c1b 100644
--- a/src/mame/drivers/volfied.c
+++ b/src/mame/drivers/volfied.c
@@ -51,7 +51,7 @@ Stephh's notes (based on the game M68000 code and some tests) :
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
#include "includes/taitoipt.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "sound/2203intf.h"
#include "includes/cchip.h"
diff --git a/src/mame/drivers/warriorb.c b/src/mame/drivers/warriorb.c
index 28dce8d1ab6..cb00e497911 100644
--- a/src/mame/drivers/warriorb.c
+++ b/src/mame/drivers/warriorb.c
@@ -148,7 +148,7 @@ Colscroll effects?
#include "includes/taitoipt.h"
#include "rendlay.h"
#include "cpu/m68000/m68000.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "machine/taitoio.h"
#include "audio/taitosnd.h"
#include "sound/2610intf.h"
diff --git a/src/mame/drivers/wgp.c b/src/mame/drivers/wgp.c
index c4020d3cab2..1e6bbe1dafb 100644
--- a/src/mame/drivers/wgp.c
+++ b/src/mame/drivers/wgp.c
@@ -398,7 +398,7 @@ Stephh's notes (based on the game M68000 code and some tests) :
#include "includes/taitoipt.h"
#include "cpu/m68000/m68000.h"
#include "machine/taitoio.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "audio/taitosnd.h"
#include "sound/2610intf.h"
diff --git a/src/mame/mame.mak b/src/mame/mame.mak
index c40dfa3b5e3..b5b738fbdbf 100644
--- a/src/mame/mame.mak
+++ b/src/mame/mame.mak
@@ -1326,7 +1326,7 @@ $(MAMEOBJ)/taito.a: \
$(AUDIO)/taitosnd.o \
$(AUDIO)/t5182.o \
$(MACHINE)/taitoio.o \
- $(VIDEO)/taiicdev.o \
+ $(VIDEO)/taitoic.o \
$(MAMEOBJ)/tatsumi.a: \
$(DRIVERS)/kingdrby.o \
diff --git a/src/mame/video/asuka.c b/src/mame/video/asuka.c
index 09334b26f39..52dd7517087 100644
--- a/src/mame/video/asuka.c
+++ b/src/mame/video/asuka.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
/**************************************************************
SPRITE READ AND WRITE HANDLERS
diff --git a/src/mame/video/darius.c b/src/mame/video/darius.c
index 7bb87d0d9b5..0a1569a4398 100644
--- a/src/mame/video/darius.c
+++ b/src/mame/video/darius.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
static tilemap_t *fg_tilemap;
diff --git a/src/mame/video/galastrm.c b/src/mame/video/galastrm.c
index e73b8c49c22..ed65e8a068d 100644
--- a/src/mame/video/galastrm.c
+++ b/src/mame/video/galastrm.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "video/poly.h"
#define X_OFFSET 96
diff --git a/src/mame/video/groundfx.c b/src/mame/video/groundfx.c
index 1a349dd499f..079df043be9 100644
--- a/src/mame/video/groundfx.c
+++ b/src/mame/video/groundfx.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
UINT16 groundfx_rotate_ctrl[8];
diff --git a/src/mame/video/gunbustr.c b/src/mame/video/gunbustr.c
index ca08cdfd9a9..b5af17bcd20 100644
--- a/src/mame/video/gunbustr.c
+++ b/src/mame/video/gunbustr.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
struct tempsprite
{
diff --git a/src/mame/video/ninjaw.c b/src/mame/video/ninjaw.c
index 585534baa98..eee4ae8187f 100644
--- a/src/mame/video/ninjaw.c
+++ b/src/mame/video/ninjaw.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
struct tempsprite
{
diff --git a/src/mame/video/othunder.c b/src/mame/video/othunder.c
index 9bdf4219030..b9f4a44fd4f 100644
--- a/src/mame/video/othunder.c
+++ b/src/mame/video/othunder.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
struct tempsprite
{
diff --git a/src/mame/video/rastan.c b/src/mame/video/rastan.c
index 3b740b67c30..a7f85b83e60 100644
--- a/src/mame/video/rastan.c
+++ b/src/mame/video/rastan.c
@@ -9,7 +9,7 @@
***************************************************************************/
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
static UINT16 sprite_ctrl = 0;
diff --git a/src/mame/video/slapshot.c b/src/mame/video/slapshot.c
index 73500d5dd4d..4fa0c69f4d4 100644
--- a/src/mame/video/slapshot.c
+++ b/src/mame/video/slapshot.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
struct tempsprite
{
diff --git a/src/mame/video/superchs.c b/src/mame/video/superchs.c
index 0d8ed2206a7..0dfec4c9398 100644
--- a/src/mame/video/superchs.c
+++ b/src/mame/video/superchs.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
struct tempsprite
{
diff --git a/src/mame/video/taito_b.c b/src/mame/video/taito_b.c
index 03f09559405..27dad1dd5ad 100644
--- a/src/mame/video/taito_b.c
+++ b/src/mame/video/taito_b.c
@@ -1,6 +1,6 @@
#include "driver.h"
#include "profiler.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "includes/taito_b.h"
UINT16 *taitob_spriteram;
diff --git a/src/mame/video/taito_f2.c b/src/mame/video/taito_f2.c
index 8e327094632..e3a458971c0 100644
--- a/src/mame/video/taito_f2.c
+++ b/src/mame/video/taito_f2.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
#include "includes/taito_f2.h"
struct tempsprite
diff --git a/src/mame/video/taito_h.c b/src/mame/video/taito_h.c
index 4718cfba6a4..875a2f9fd5a 100644
--- a/src/mame/video/taito_h.c
+++ b/src/mame/video/taito_h.c
@@ -46,7 +46,7 @@ sprite RAM
***************************************************************************/
#include "driver.h"
-#include "taiicdev.h"
+#include "taitoic.h"
/* These are hand-tuned values */
diff --git a/src/mame/video/taito_o.c b/src/mame/video/taito_o.c
index 5b05a90ce2b..404bc36c17b 100644
--- a/src/mame/video/taito_o.c
+++ b/src/mame/video/taito_o.c
@@ -5,7 +5,7 @@ Based on taito_h.c
***************************************************************************/
#include "driver.h"
-#include "taiicdev.h"
+#include "taitoic.h"
/* These are hand-tuned values */
diff --git a/src/mame/video/taito_z.c b/src/mame/video/taito_z.c
index 40eae6cec70..16fd22f94d5 100644
--- a/src/mame/video/taito_z.c
+++ b/src/mame/video/taito_z.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
static int sci_spriteframe;
diff --git a/src/mame/video/taitoair.c b/src/mame/video/taitoair.c
index ee1de37f9e8..40d6db3938b 100644
--- a/src/mame/video/taitoair.c
+++ b/src/mame/video/taitoair.c
@@ -46,7 +46,7 @@ sprite RAM
***************************************************************************/
#include "driver.h"
-#include "taiicdev.h"
+#include "taitoic.h"
/* These are hand-tuned values */
diff --git a/src/mame/video/taiicdev.c b/src/mame/video/taitoic.c
index 946ba6cfbcd..7eec2dca8b7 100644
--- a/src/mame/video/taiicdev.c
+++ b/src/mame/video/taitoic.c
@@ -494,7 +494,7 @@ The data bus is 16 bits wide.
#include "driver.h"
#include "drawgfxm.h"
-#include "taiicdev.h"
+#include "taitoic.h"
#define TOPSPEED_ROAD_COLORS
diff --git a/src/mame/video/taiicdev.h b/src/mame/video/taitoic.h
index 3160513f655..0160c84146f 100644
--- a/src/mame/video/taiicdev.h
+++ b/src/mame/video/taitoic.h
@@ -1,6 +1,6 @@
/*************************************************************************
- taiicdev.h
+ taitoic.h
Implementation of various Taito custom video & input ICs
diff --git a/src/mame/video/topspeed.c b/src/mame/video/topspeed.c
index c00167bdcf1..2f95cb75e2b 100644
--- a/src/mame/video/topspeed.c
+++ b/src/mame/video/topspeed.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
UINT16 *topspeed_spritemap;
UINT16 *topspeed_raster_ctrl;
diff --git a/src/mame/video/undrfire.c b/src/mame/video/undrfire.c
index 9e8b45c6f1d..06fb8aec3db 100644
--- a/src/mame/video/undrfire.c
+++ b/src/mame/video/undrfire.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
UINT16 undrfire_rotate_ctrl[8];
diff --git a/src/mame/video/volfied.c b/src/mame/video/volfied.c
index 815a069a9bc..865490b4fef 100644
--- a/src/mame/video/volfied.c
+++ b/src/mame/video/volfied.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
static UINT16* video_ram = NULL;
diff --git a/src/mame/video/warriorb.c b/src/mame/video/warriorb.c
index 703782a3ac6..6af5587cc92 100644
--- a/src/mame/video/warriorb.c
+++ b/src/mame/video/warriorb.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
/**********************************************************/
diff --git a/src/mame/video/wgp.c b/src/mame/video/wgp.c
index 169620d414d..2c6a7a696a0 100644
--- a/src/mame/video/wgp.c
+++ b/src/mame/video/wgp.c
@@ -1,5 +1,5 @@
#include "driver.h"
-#include "video/taiicdev.h"
+#include "video/taitoic.h"
static tilemap_t *wgp_piv_tilemap[3];