summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tonton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tonton.cpp')
-rw-r--r--src/mame/drivers/tonton.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/tonton.cpp b/src/mame/drivers/tonton.cpp
index b1c07e2eca6..bccd4ae0981 100644
--- a/src/mame/drivers/tonton.cpp
+++ b/src/mame/drivers/tonton.cpp
@@ -50,6 +50,7 @@ public:
virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
required_device<ticket_dispenser_device> m_hopper;
+ void tonton(machine_config &config);
};
#define MAIN_CLOCK XTAL_21_4772MHz
@@ -215,7 +216,7 @@ WRITE8_MEMBER(tonton_state::ay_bout_w)
* Machine Driver *
*************************************************/
-static MACHINE_CONFIG_START( tonton )
+MACHINE_CONFIG_START(tonton_state::tonton)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu",Z80, CPU_CLOCK) /* Guess. According to other MSX2 based gambling games */