Bulk rename video/c116.cpp into namco_c116.cpp

This commit is contained in:
angelosa 2017-01-01 23:55:05 +01:00
parent 9fcb8359e6
commit 294efe0d36
7 changed files with 8 additions and 8 deletions

View File

@ -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",
}

View File

@ -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)

View File

@ -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)

View File

@ -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
{

View File

@ -1,8 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:<author_name>
// copyright-holders:Angelo Salese
/***************************************************************************
Template for skeleton device
Namco C139 - Serial I/F Controller
***************************************************************************/

View File

@ -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"
//-------------------------------------------------