summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goldngam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goldngam.cpp')
-rw-r--r--src/mame/drivers/goldngam.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/goldngam.cpp b/src/mame/drivers/goldngam.cpp
index ab1a3f8df24..63041066079 100644
--- a/src/mame/drivers/goldngam.cpp
+++ b/src/mame/drivers/goldngam.cpp
@@ -255,6 +255,8 @@ public:
DECLARE_PALETTE_INIT(goldngam);
uint32_t screen_update_goldngam(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
+ void swisspkr(machine_config &config);
+ void moviecrd(machine_config &config);
};
@@ -546,7 +548,7 @@ GFXDECODE_END
*************************/
-static MACHINE_CONFIG_START( swisspkr )
+MACHINE_CONFIG_START(goldngam_state::swisspkr)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M68000, MASTER_CLOCK)
@@ -575,7 +577,7 @@ static MACHINE_CONFIG_START( swisspkr )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( moviecrd, swisspkr )
+MACHINE_CONFIG_DERIVED(goldngam_state::moviecrd, swisspkr)
/* basic machine hardware */
MCFG_CPU_MODIFY("maincpu")