summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neptunp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/neptunp2.c')
-rw-r--r--src/mame/drivers/neptunp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neptunp2.c b/src/mame/drivers/neptunp2.c
index 2eb8f49c64b..7b5f987590b 100644
--- a/src/mame/drivers/neptunp2.c
+++ b/src/mame/drivers/neptunp2.c
@@ -104,7 +104,7 @@ static MACHINE_CONFIG_START( neptunp2, neptunp2_state )
MCFG_SCREEN_SIZE(32*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 2*8, 30*8-1)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_GFXDECODE_ADD("gfxdecode", "palette", neptunp2)
MCFG_PALETTE_ADD("palette", 512)