summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rgum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rgum.cpp')
-rw-r--r--src/mame/drivers/rgum.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rgum.cpp b/src/mame/drivers/rgum.cpp
index 1505051e14e..5e7d7895702 100644
--- a/src/mame/drivers/rgum.cpp
+++ b/src/mame/drivers/rgum.cpp
@@ -236,7 +236,7 @@ static const gfx_layout tiles8x8_layout =
8*8
};
-static GFXDECODE_START( rgum )
+static GFXDECODE_START( gfx_rgum )
GFXDECODE_ENTRY( "gfx1", 0, tiles8x8_layout, 0, 16 )
GFXDECODE_END
@@ -265,7 +265,7 @@ MACHINE_CONFIG_START(rgum_state::rgum)
MCFG_I8255_IN_PORTB_CB(IOPORT("IN1"))
MCFG_I8255_IN_PORTC_CB(IOPORT("IN2"))
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", rgum)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_rgum)
MCFG_PALETTE_ADD("palette", 0x100)
SPEAKER(config, "mono").front_center();