summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp48.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp48.cpp')
-rw-r--r--src/mame/drivers/hp48.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hp48.cpp b/src/mame/drivers/hp48.cpp
index a199517ede4..5288b93b638 100644
--- a/src/mame/drivers/hp48.cpp
+++ b/src/mame/drivers/hp48.cpp
@@ -1165,7 +1165,7 @@ void hp48_state::hp48_common(machine_config &config)
m_screen->set_palette(m_palette);
/* monochrome, but with varying contrast and grayscale */
- PALETTE(config, m_palette, 256).set_init(FUNC(hp48_state::palette_init_hp48));
+ PALETTE(config, m_palette, FUNC(hp48_state::hp48_palette), 256);
/* sound */
SPEAKER(config, "speaker").front_center();