summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarigx2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarigx2.cpp')
-rw-r--r--src/mame/drivers/atarigx2.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/atarigx2.cpp b/src/mame/drivers/atarigx2.cpp
index b149f7fe9bd..f9818160131 100644
--- a/src/mame/drivers/atarigx2.cpp
+++ b/src/mame/drivers/atarigx2.cpp
@@ -1534,12 +1534,14 @@ MACHINE_CONFIG_START(atarigx2_state::atarigx2)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarigx2_state::atarigx2_0x200, atarigx2)
+MACHINE_CONFIG_START(atarigx2_state::atarigx2_0x200)
+ atarigx2(config);
MCFG_DEVICE_ADD("xga", ATARI_136094_0072, 0)
MCFG_ATARIRLE_ADD("rle", modesc_0x200)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(atarigx2_state::atarigx2_0x400, atarigx2)
+MACHINE_CONFIG_START(atarigx2_state::atarigx2_0x400)
+ atarigx2(config);
MCFG_DEVICE_ADD("xga", ATARI_136095_0072, 0)
MCFG_ATARIRLE_ADD("rle", modesc_0x400)
MACHINE_CONFIG_END