summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/konami/mystwarr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/konami/mystwarr.cpp')
-rw-r--r--src/mame/konami/mystwarr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/konami/mystwarr.cpp b/src/mame/konami/mystwarr.cpp
index 96a51473a0f..6bd1da396e5 100644
--- a/src/mame/konami/mystwarr.cpp
+++ b/src/mame/konami/mystwarr.cpp
@@ -976,7 +976,7 @@ void mystwarr_state::mystwarr(machine_config &config)
PALETTE(config, m_palette).set_format(palette_device::xRGB_888, 2048);
m_palette->enable_shadows();
- m_palette->enable_hilights();
+ m_palette->enable_highlights();
K056832(config, m_k056832, 0);
m_k056832->set_tile_callback(FUNC(mystwarr_state::mystwarr_tile_callback));