summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superqix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/superqix.cpp')
-rw-r--r--src/mame/drivers/superqix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/superqix.cpp b/src/mame/drivers/superqix.cpp
index b320a76fdee..d0ff32d3113 100644
--- a/src/mame/drivers/superqix.cpp
+++ b/src/mame/drivers/superqix.cpp
@@ -1376,7 +1376,7 @@ MACHINE_CONFIG_START(hotsmash_state::pbillian)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_pbillian)
MCFG_PALETTE_ADD("palette", 512)
- MCFG_PALETTE_FORMAT_CLASS(1, superqix_state, BBGGRRII)
+ MCFG_PALETTE_FORMAT_CLASS(1, hotsmash_state, BBGGRRII)
MCFG_VIDEO_START_OVERRIDE(hotsmash_state, pbillian)