summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephisto_modular_tm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephisto_modular_tm.cpp')
-rw-r--r--src/mame/drivers/mephisto_modular_tm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mephisto_modular_tm.cpp b/src/mame/drivers/mephisto_modular_tm.cpp
index 80b4e909701..e27296a17e8 100644
--- a/src/mame/drivers/mephisto_modular_tm.cpp
+++ b/src/mame/drivers/mephisto_modular_tm.cpp
@@ -67,7 +67,7 @@ public:
m_fake(*this, "FAKE")
{ }
- // machine drivers
+ // machine configs
void mmtm_v(machine_config &config);
void mmtm_t(machine_config &config);
@@ -195,7 +195,7 @@ INPUT_PORTS_END
/******************************************************************************
- Machine Drivers
+ Machine Configs
******************************************************************************/
void mmtm_state::mmtm_v(machine_config &config)