summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cxgz80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cxgz80.cpp')
-rw-r--r--src/mame/drivers/cxgz80.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/cxgz80.cpp b/src/mame/drivers/cxgz80.cpp
index a03e4b89686..346c70996e6 100644
--- a/src/mame/drivers/cxgz80.cpp
+++ b/src/mame/drivers/cxgz80.cpp
@@ -90,6 +90,7 @@ public:
DECLARE_WRITE8_MEMBER(ch2001_leds_w);
DECLARE_READ8_MEMBER(ch2001_input_r);
+ void ch2001(machine_config &config);
protected:
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -392,7 +393,7 @@ INPUT_PORTS_END
Machine Drivers
******************************************************************************/
-static MACHINE_CONFIG_START( ch2001 )
+MACHINE_CONFIG_START(cxgz80_state::ch2001)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_8MHz/2)