summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lcmate2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lcmate2.cpp')
-rw-r--r--src/mame/drivers/lcmate2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/lcmate2.cpp b/src/mame/drivers/lcmate2.cpp
index 868aaa38909..33c2bdd3a1f 100644
--- a/src/mame/drivers/lcmate2.cpp
+++ b/src/mame/drivers/lcmate2.cpp
@@ -62,6 +62,7 @@ public:
DECLARE_WRITE8_MEMBER( speaker_w );
DECLARE_WRITE8_MEMBER( bankswitch_w );
DECLARE_PALETTE_INIT(lcmate2);
+ void lcmate2(machine_config &config);
};
WRITE8_MEMBER( lcmate2_state::speaker_w )
@@ -223,7 +224,7 @@ static GFXDECODE_START( lcmate2 )
GFXDECODE_END
-static MACHINE_CONFIG_START( lcmate2 )
+MACHINE_CONFIG_START(lcmate2_state::lcmate2)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_3_579545MHz) // confirmed
MCFG_CPU_PROGRAM_MAP(lcmate2_mem)