summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/buster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/buster.cpp')
-rw-r--r--src/mame/drivers/buster.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/buster.cpp b/src/mame/drivers/buster.cpp
index 144384d7e46..dda17312e78 100644
--- a/src/mame/drivers/buster.cpp
+++ b/src/mame/drivers/buster.cpp
@@ -315,7 +315,7 @@ static const gfx_layout tiles8x8_layout =
8*4
};
-static GFXDECODE_START( buster )
+static GFXDECODE_START( gfx_buster )
GFXDECODE_ENTRY( "gfx1", 0, tiles8x8_layout, 0, 1 )
GFXDECODE_END
@@ -339,7 +339,7 @@ MACHINE_CONFIG_START(buster_state::buster)
MCFG_MC6845_SHOW_BORDER_AREA(false)
MCFG_MC6845_CHAR_WIDTH(8)
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", buster)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_buster)
MCFG_PALETTE_ADD_3BIT_RGB("palette")