summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/airbustr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/airbustr.c')
-rw-r--r--src/mame/drivers/airbustr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/airbustr.c b/src/mame/drivers/airbustr.c
index 44bff962e86..d624cff9ea6 100644
--- a/src/mame/drivers/airbustr.c
+++ b/src/mame/drivers/airbustr.c
@@ -627,7 +627,7 @@ static MACHINE_CONFIG_START( airbustr, airbustr_state )
MCFG_SCREEN_VBLANK_DRIVER(airbustr_state, screen_eof_airbustr)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", airbustr)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", airbustr)
MCFG_PALETTE_ADD("palette", 768)
MCFG_PALETTE_FORMAT(xGGGGGRRRRRBBBBB)