From 294efe0d36549d413597ffb11a228328acae7aa8 Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 1 Jan 2017 23:55:05 +0100 Subject: [PATCH] Bulk rename video/c116.cpp into namco_c116.cpp --- scripts/target/mame/arcade.lua | 4 ++-- src/mame/includes/namcofl.h | 2 +- src/mame/includes/namconb1.h | 2 +- src/mame/includes/namcos1.h | 2 +- src/mame/machine/namco_c139.h | 4 ++-- src/mame/video/{c116.cpp => namco_c116.cpp} | 2 +- src/mame/video/{c116.h => namco_c116.h} | 0 7 files changed, 8 insertions(+), 8 deletions(-) rename src/mame/video/{c116.cpp => namco_c116.cpp} (99%) rename src/mame/video/{c116.h => namco_c116.h} (100%) diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index d06cebe0392..a319dc7548d 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -2702,8 +2702,8 @@ files { MAME_DIR .. "src/mame/audio/namco52.h", MAME_DIR .. "src/mame/audio/namco54.cpp", MAME_DIR .. "src/mame/audio/namco54.h", - MAME_DIR .. "src/mame/video/c116.cpp", - MAME_DIR .. "src/mame/video/c116.h", + MAME_DIR .. "src/mame/video/namco_c116.cpp", + MAME_DIR .. "src/mame/video/namco_c116.h", MAME_DIR .. "src/mame/video/c45.cpp", MAME_DIR .. "src/mame/video/c45.h", } diff --git a/src/mame/includes/namcofl.h b/src/mame/includes/namcofl.h index e60366963ce..acf2f54cefc 100644 --- a/src/mame/includes/namcofl.h +++ b/src/mame/includes/namcofl.h @@ -1,7 +1,7 @@ // license:BSD-3-Clause // copyright-holders:R. Belmont, ElSemi #include "namcos2.h" -#include "video/c116.h" +#include "video/namco_c116.h" #define NAMCOFL_HTOTAL (288) /* wrong */ #define NAMCOFL_HBSTART (288) diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h index e348f079a74..e484888e9fe 100644 --- a/src/mame/includes/namconb1.h +++ b/src/mame/includes/namconb1.h @@ -8,7 +8,7 @@ #include "namcos2.h" #include "machine/eeprompar.h" -#include "video/c116.h" +#include "video/namco_c116.h" #define NAMCONB1_HTOTAL (288) /* wrong */ #define NAMCONB1_HBSTART (288) diff --git a/src/mame/includes/namcos1.h b/src/mame/includes/namcos1.h index ceb5034f539..5b1ea68346c 100644 --- a/src/mame/includes/namcos1.h +++ b/src/mame/includes/namcos1.h @@ -3,7 +3,7 @@ #include "machine/c117.h" #include "sound/dac.h" #include "sound/namco.h" -#include "video/c116.h" +#include "video/namco_c116.h" class namcos1_state : public driver_device { diff --git a/src/mame/machine/namco_c139.h b/src/mame/machine/namco_c139.h index 05acdfbdd83..08a38e74425 100644 --- a/src/mame/machine/namco_c139.h +++ b/src/mame/machine/namco_c139.h @@ -1,8 +1,8 @@ // license:BSD-3-Clause -// copyright-holders: +// copyright-holders:Angelo Salese /*************************************************************************** -Template for skeleton device + Namco C139 - Serial I/F Controller ***************************************************************************/ diff --git a/src/mame/video/c116.cpp b/src/mame/video/namco_c116.cpp similarity index 99% rename from src/mame/video/c116.cpp rename to src/mame/video/namco_c116.cpp index 19d76184c11..e03424ad211 100644 --- a/src/mame/video/c116.cpp +++ b/src/mame/video/namco_c116.cpp @@ -66,7 +66,7 @@ i960 CPU, needs to write its clip and raster values byteswapped. */ #include "emu.h" -#include "video/c116.h" +#include "video/namco_c116.h" //------------------------------------------------- diff --git a/src/mame/video/c116.h b/src/mame/video/namco_c116.h similarity index 100% rename from src/mame/video/c116.h rename to src/mame/video/namco_c116.h