summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cxg_ch2001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cxg_ch2001.cpp')
-rw-r--r--src/mame/drivers/cxg_ch2001.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cxg_ch2001.cpp b/src/mame/drivers/cxg_ch2001.cpp
index afa4fdab5e1..b418229acf8 100644
--- a/src/mame/drivers/cxg_ch2001.cpp
+++ b/src/mame/drivers/cxg_ch2001.cpp
@@ -47,7 +47,7 @@ public:
m_inputs(*this, "IN.%u", 0)
{ }
- // machine drivers
+ // machine configs
void ch2001(machine_config &config);
protected:
@@ -179,7 +179,7 @@ INPUT_PORTS_END
/******************************************************************************
- Machine Drivers
+ Machine Configs
******************************************************************************/
void ch2001_state::ch2001(machine_config &config)