summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rd100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rd100.cpp')
-rw-r--r--src/mame/drivers/rd100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rd100.cpp b/src/mame/drivers/rd100.cpp
index c4512c8a075..01f7fd0a265 100644
--- a/src/mame/drivers/rd100.cpp
+++ b/src/mame/drivers/rd100.cpp
@@ -116,7 +116,7 @@ MACHINE_CONFIG_START(rd100_state::rd100)
MCFG_SCREEN_SIZE(64*6, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0, 64*6-1, 0, 32*8-1)
MCFG_PALETTE_ADD_MONOCHROME("palette")
- //MCFG_GFXDECODE_ADD("gfxdecode", "palette", rd100)
+ //MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_rd100)
MACHINE_CONFIG_END
ROM_START( rd100 )