summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarigt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarigt.cpp')
-rw-r--r--src/mame/drivers/atarigt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarigt.cpp b/src/mame/drivers/atarigt.cpp
index 1a4e99d4c5a..78ce47bb16a 100644
--- a/src/mame/drivers/atarigt.cpp
+++ b/src/mame/drivers/atarigt.cpp
@@ -831,7 +831,7 @@ MACHINE_CONFIG_START(atarigt_state::atarigt)
MCFG_VIDEO_START_OVERRIDE(atarigt_state,atarigt)
- MCFG_ATARIRLE_ADD("rle", modesc)
+ ATARI_RLE_OBJECTS(config, m_rle, 0, modesc);
/* sound hardware */
ATARI_CAGE(config, m_cage, 0);