mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Bulk rename video/c116.cpp into namco_c116.cpp
This commit is contained in:
parent
9fcb8359e6
commit
294efe0d36
@ -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",
|
||||
}
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
||||
//-------------------------------------------------
|
Loading…
Reference in New Issue
Block a user