summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ltcasino.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ltcasino.cpp')
-rw-r--r--src/mame/drivers/ltcasino.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ltcasino.cpp b/src/mame/drivers/ltcasino.cpp
index 37035b365e8..6daaa8adbd3 100644
--- a/src/mame/drivers/ltcasino.cpp
+++ b/src/mame/drivers/ltcasino.cpp
@@ -43,6 +43,7 @@ public:
uint32_t screen_update_ltcasino(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
+ void ltcasino(machine_config &config);
};
@@ -651,7 +652,7 @@ uint32_t ltcasino_state::screen_update_ltcasino(screen_device &screen, bitmap_in
}
-static MACHINE_CONFIG_START( ltcasino )
+MACHINE_CONFIG_START(ltcasino_state::ltcasino)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6502,2000000) /* ? MHz */
MCFG_CPU_PROGRAM_MAP(ltcasino_map)