summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/circus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/circus.cpp')
-rw-r--r--src/mame/drivers/circus.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/circus.cpp b/src/mame/drivers/circus.cpp
index 4c7cd546801..2a1f9bd0c0d 100644
--- a/src/mame/drivers/circus.cpp
+++ b/src/mame/drivers/circus.cpp
@@ -301,7 +301,7 @@ void circus_state::circus(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, gfx_circus);
- PALETTE(config, m_palette, 2).set_init("palette", FUNC(palette_device::palette_init_monochrome));
+ PALETTE(config, m_palette, palette_device::MONOCHROME);
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -333,7 +333,7 @@ void circus_state::robotbwl(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, gfx_robotbwl);
- PALETTE(config, m_palette, 2).set_init("palette", FUNC(palette_device::palette_init_monochrome));
+ PALETTE(config, m_palette, palette_device::MONOCHROME);
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -373,7 +373,7 @@ void circus_state::crash(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, gfx_circus);
- PALETTE(config, m_palette, 2).set_init("palette", FUNC(palette_device::palette_init_monochrome));
+ PALETTE(config, m_palette, palette_device::MONOCHROME);
/* sound hardware */
SPEAKER(config, "mono").front_center();
@@ -405,7 +405,7 @@ void circus_state::ripcord(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, gfx_circus);
- PALETTE(config, m_palette, 2).set_init("palette", FUNC(palette_device::palette_init_monochrome));
+ PALETTE(config, m_palette, palette_device::MONOCHROME);
/* sound hardware */
SPEAKER(config, "mono").front_center();