summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sauro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sauro.cpp')
-rw-r--r--src/mame/drivers/sauro.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/sauro.cpp b/src/mame/drivers/sauro.cpp
index e9dc8607e1c..ea2affedadc 100644
--- a/src/mame/drivers/sauro.cpp
+++ b/src/mame/drivers/sauro.cpp
@@ -442,7 +442,7 @@ static GFXDECODE_START( trckydoc )
GFXDECODE_END
-static MACHINE_CONFIG_START( tecfri )
+MACHINE_CONFIG_START(sauro_state::tecfri)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_20MHz/4) /* verified on pcb */
@@ -473,7 +473,7 @@ static MACHINE_CONFIG_START( tecfri )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( trckydoc, tecfri )
+MACHINE_CONFIG_DERIVED(sauro_state::trckydoc, tecfri)
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(trckydoc_map)
@@ -491,7 +491,7 @@ static MACHINE_CONFIG_DERIVED( trckydoc, tecfri )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( sauro, tecfri )
+MACHINE_CONFIG_DERIVED(sauro_state::sauro, tecfri)
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(sauro_map)
@@ -522,7 +522,7 @@ static MACHINE_CONFIG_DERIVED( sauro, tecfri )
MCFG_SOUND_ROUTE(ALL_OUTPUTS