summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slapfght.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/slapfght.cpp')
-rw-r--r--src/mame/drivers/slapfght.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/slapfght.cpp b/src/mame/drivers/slapfght.cpp
index c5c5bb753b6..8f6f10397e6 100644
--- a/src/mame/drivers/slapfght.cpp
+++ b/src/mame/drivers/slapfght.cpp
@@ -952,7 +952,7 @@ static MACHINE_CONFIG_START( perfrman )
MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", "palette", perfrman)
- MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 256)
+ MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
MCFG_VIDEO_START_OVERRIDE(slapfght_state, perfrman)
/* sound hardware */
@@ -999,7 +999,7 @@ static MACHINE_CONFIG_START( tigerh )
MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", "palette", slapfght)
- MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 256)
+ MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
MCFG_VIDEO_START_OVERRIDE(slapfght_state, slapfight)
/* sound hardware */
@@ -1064,7 +1064,7 @@ static MACHINE_CONFIG_START( slapfigh )
MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", "palette", slapfght)
- MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", 256)
+ MCFG_PALETTE_ADD_RRRRGGGGBBBB_PROMS("palette", "proms", 256)
MCFG_VIDEO_START_OVERRIDE(slapfght_state, slapfight)
/* sound hardware */