summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp48.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp48.cpp')
-rw-r--r--src/mame/drivers/hp48.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/hp48.cpp b/src/mame/drivers/hp48.cpp
index d703b139449..3613bb31872 100644
--- a/src/mame/drivers/hp48.cpp
+++ b/src/mame/drivers/hp48.cpp
@@ -1257,7 +1257,7 @@ ADDRESS_MAP_END
/*************************** driver ********************************/
-static MACHINE_CONFIG_START( hp48_common )
+MACHINE_CONFIG_START(hp48_state::hp48_common)
/* cpu */
MCFG_CPU_ADD ( "maincpu", SATURN, 3937007 ) /* almost 4 MHz */
@@ -1289,7 +1289,7 @@ static MACHINE_CONFIG_START( hp48_common )
MCFG_SOUND_ROUTE_EX(0, "dac", 1.0, DAC_VREF_POS_INPUT)
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( hp48gx, hp48_common )
+MACHINE_CONFIG_DERIVED(hp48_state::hp48gx, hp48_common)
MCFG_MACHINE_START_OVERRIDE (hp48_state, hp48gx )
/* expansion ports */
@@ -1301,7 +1301,7 @@ static MACHINE_CONFIG_DERIVED( hp48gx, hp48_common )
//MCFG_KERMIT_ADD( "rs232_k", hp48_kermit_rs232_conf )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( hp48g, hp48_common )
+MACHINE_CONFIG_DERIVED(hp48_state::hp48g, hp48_common)
MCFG_MACHINE_START_OVERRIDE (hp48_state, hp48g )
/* serial I/O */
@@ -1310,7 +1310,7 @@ static MACHINE_CONFIG_DERIVED( hp48g, hp48_common )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( hp48gp, hp48_common )
+MACHINE_CONFIG_DERIVED(hp48_state::hp48gp, hp48_common)
MCFG_MACHINE_START_OVERRIDE (hp48_state, hp48gp )
/* serial I/O */
@@ -1319,7 +1319,7 @@ static MACHINE_CONFIG_DERIVED( hp48gp, hp48_common )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( hp48sx, hp48_common )
+MACHINE_CONFIG_DERIVED(hp48_state::hp48sx, hp48_common)
MCFG_CPU_MODIFY ( "maincpu" )
MCFG_CPU_CLOCK ( 2000000 )
MCFG_MACHINE_START_OVERRIDE (hp48_state, hp48sx )
@@ -1332,7 +1332,7 @@ static MACHINE_CONFIG_DERIVED( hp48sx, hp48_common )
//MCFG_KERMIT_ADD( "rs232_k", hp48_kermit_rs232_conf )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( hp48s, hp48_common )
+MACHINE_CONFIG_DERIVED(hp48_state::hp48s, hp48_common)
MCFG_CPU_MODIFY ( "maincpu" )
MCFG_CPU_CLOCK ( 2000000 )
MCFG_MACHINE_START_OVERRIDE (hp48_state, hp48s )
@@ -1341,7 +1341,7 @@ static MACHINE_CONFIG_DERIVED( hp48s, hp48_common )
//MCFG_KERMIT_ADD( "rs232_k", hp48_kermit_rs232_conf )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_DERIVED( hp49g, hp48_common )
+MACHINE_CONFIG_DERIVED(hp48_state::hp49g, hp48_common)
MCFG_CPU_MODIFY ( "maincpu" )
MCFG_MACHINE_START_OVERRIDE (hp48_state, hp49g )