summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cxg_sphinx40.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cxg_sphinx40.cpp')
-rw-r--r--src/mame/drivers/cxg_sphinx40.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cxg_sphinx40.cpp b/src/mame/drivers/cxg_sphinx40.cpp
index 8eb1d94d8ae..0c689f19412 100644
--- a/src/mame/drivers/cxg_sphinx40.cpp
+++ b/src/mame/drivers/cxg_sphinx40.cpp
@@ -74,7 +74,7 @@ public:
m_out_lcd(*this, "lcd%u", 0U)
{ }
- // machine drivers
+ // machine configs
void sphinx40(machine_config &config);
protected:
@@ -269,7 +269,7 @@ INPUT_PORTS_END
/******************************************************************************
- Machine Drivers
+ Machine Configs
******************************************************************************/
void sphinx40_state::sphinx40(machine_config &config)