summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sshot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sshot.cpp')
-rw-r--r--src/mame/drivers/sshot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sshot.cpp b/src/mame/drivers/sshot.cpp
index dcec2c3f005..be1bbf0e708 100644
--- a/src/mame/drivers/sshot.cpp
+++ b/src/mame/drivers/sshot.cpp
@@ -336,7 +336,7 @@ static const gfx_layout supershot_charlayout =
8*8
};
-static GFXDECODE_START( supershot )
+static GFXDECODE_START( gfx_supershot )
GFXDECODE_ENTRY( "gfx", 0, supershot_charlayout, 0, 1 )
GFXDECODE_END
@@ -355,7 +355,7 @@ MACHINE_CONFIG_START(supershot_state::supershot)
MCFG_SCREEN_UPDATE_DRIVER(supershot_state, screen_update_supershot)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", "palette", supershot)
+ MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_supershot)
MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */