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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/lordgun.c b/src/mame/drivers/lordgun.c
index bcae664bcb9..06436aa90e4 100644
--- a/src/mame/drivers/lordgun.c
+++ b/src/mame/drivers/lordgun.c
@@ -685,6 +685,7 @@ static MACHINE_CONFIG_START( lordgun, lordgun_state )
MCFG_SCREEN_SIZE(0x200, 0x100)
MCFG_SCREEN_VISIBLE_AREA(0,0x1c0-1, 0,0xe0-1)
MCFG_SCREEN_UPDATE_DRIVER(lordgun_state, screen_update_lordgun)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", lordgun)
MCFG_PALETTE_ADD("palette", 0x800 * 8) // 0x800 real colors, repeated per priority level
@@ -721,6 +722,7 @@ static MACHINE_CONFIG_START( aliencha, lordgun_state )
MCFG_SCREEN_SIZE(0x200, 0x100)
MCFG_SCREEN_VISIBLE_AREA(0,0x1c0-1, 0,0xe0-1)
MCFG_SCREEN_UPDATE_DRIVER(lordgun_state, screen_update_lordgun)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", lordgun)
MCFG_PALETTE_ADD("palette", 0x800 * 8) // 0x800 real colors, repeated per priority level