summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/orion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orion.cpp')
-rw-r--r--src/mame/drivers/orion.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/orion.cpp b/src/mame/drivers/orion.cpp
index 212627f56e6..f3f85130ca2 100644
--- a/src/mame/drivers/orion.cpp
+++ b/src/mame/drivers/orion.cpp
@@ -147,7 +147,8 @@ MACHINE_CONFIG_START(orion_state::orion128)
MCFG_RAM_DEFAULT_VALUE(0x00)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(orion_state::orion128ms, orion128)
+MACHINE_CONFIG_START(orion_state::orion128ms)
+ orion128(config);
MCFG_DEVICE_REMOVE("ppi8255_2")
MCFG_DEVICE_ADD("ppi8255_2", I8255A, 0)
MCFG_I8255_OUT_PORTA_CB(WRITE8(radio86_state, radio86_8255_porta_w2))
@@ -226,7 +227,8 @@ MACHINE_CONFIG_START(orion_state::orionz80)
MCFG_RAM_DEFAULT_VALUE(0x00)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(orion_state::orionz80ms, orionz80)
+MACHINE_CONFIG_START(orion_state::orionz80ms)
+ orionz80(config);
MCFG_DEVICE_REMOVE("ppi8255_2")
MCFG_DEVICE_ADD("ppi8255_2", I8255A, 0)