summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tispellb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tispellb.cpp')
-rw-r--r--src/mame/drivers/tispellb.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/tispellb.cpp b/src/mame/drivers/tispellb.cpp
index 1c73e9d6692..50d6006c896 100644
--- a/src/mame/drivers/tispellb.cpp
+++ b/src/mame/drivers/tispellb.cpp
@@ -101,6 +101,8 @@ public:
DECLARE_WRITE16_MEMBER(rev2_write_o);
DECLARE_WRITE16_MEMBER(rev2_write_r);
+ void rev1(machine_config &config);
+ void rev2(machine_config &config);
protected:
virtual void machine_start() override;
};
@@ -341,7 +343,7 @@ INPUT_PORTS_END
***************************************************************************/
-static MACHINE_CONFIG_START( rev1 )
+MACHINE_CONFIG_START(tispellb_state::rev1)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", TMS0270, 350000) // approximation
@@ -365,7 +367,7 @@ static MACHINE_CONFIG_START( rev1 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( rev2 )
+MACHINE_CONFIG_START(tispellb_state::rev2)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", TMS0270, 350000) // approximation