summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pda600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pda600.cpp')
-rw-r--r--src/mame/drivers/pda600.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pda600.cpp b/src/mame/drivers/pda600.cpp
index f8097204e70..72e1ae8338e 100644
--- a/src/mame/drivers/pda600.cpp
+++ b/src/mame/drivers/pda600.cpp
@@ -221,7 +221,7 @@ void pda600_state::pda600(machine_config &config)
screen.set_palette("palette");
GFXDECODE(config, "gfxdecode", "palette", gfx_pda600);
- PALETTE(config, "palette", 2).set_init("palette", FUNC(palette_device::palette_init_monochrome));
+ PALETTE(config, "palette", palette_device::MONOCHROME);
// NVRAM needs to be filled with random data to fail the checksum and be initialized correctly
NVRAM(config, "nvram", nvram_device::DEFAULT_RANDOM);