summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lordgun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lordgun.c')
-rw-r--r--src/mame/drivers/lordgun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lordgun.c b/src/mame/drivers/lordgun.c
index 70f57f816df..bcae664bcb9 100644
--- a/src/mame/drivers/lordgun.c
+++ b/src/mame/drivers/lordgun.c
@@ -687,7 +687,7 @@ static MACHINE_CONFIG_START( lordgun, lordgun_state )
MCFG_SCREEN_UPDATE_DRIVER(lordgun_state, screen_update_lordgun)
MCFG_GFXDECODE_ADD("gfxdecode", lordgun)
- MCFG_PALETTE_LENGTH(0x800 * 8) // 0x800 real colors, repeated per priority level
+ MCFG_PALETTE_ADD("palette", 0x800 * 8) // 0x800 real colors, repeated per priority level
// sound hardware
MCFG_SPEAKER_STANDARD_MONO("mono")
@@ -723,7 +723,7 @@ static MACHINE_CONFIG_START( aliencha, lordgun_state )
MCFG_SCREEN_UPDATE_DRIVER(lordgun_state, screen_update_lordgun)
MCFG_GFXDECODE_ADD("gfxdecode", lordgun)
- MCFG_PALETTE_LENGTH(0x800 * 8) // 0x800 real colors, repeated per priority level
+ MCFG_PALETTE_ADD("palette", 0x800 * 8) // 0x800 real colors, repeated per priority level
// sound hardware
MCFG_SPEAKER_STANDARD_MONO("mono")