summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/733_asr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/733_asr.cpp')
-rw-r--r--src/mame/video/733_asr.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mame/video/733_asr.cpp b/src/mame/video/733_asr.cpp
index 64a50935497..59bfa3bc76f 100644
--- a/src/mame/video/733_asr.cpp
+++ b/src/mame/video/733_asr.cpp
@@ -71,12 +71,6 @@ static GFXDECODE_START( gfx_asr733 )
GFXDECODE_ENTRY( asr733_chr_region, 0, fontlayout, 0, 1 )
GFXDECODE_END
-PALETTE_INIT_MEMBER(asr733_device, asr733)
-{
- palette.set_pen_color(0, rgb_t::white()); /* white */
- palette.set_pen_color(1, rgb_t::black()); /* black */
-}
-
DEFINE_DEVICE_TYPE(ASR733, asr733_device, "asr733", "733 ASR")
@@ -784,8 +778,7 @@ ioport_constructor asr733_device::device_input_ports() const
MACHINE_CONFIG_START(asr733_device::device_add_mconfig)
- MCFG_PALETTE_ADD("palette", 2)
- MCFG_PALETTE_INIT_OWNER(asr733_device, asr733)
+ PALETTE(config, "palette", palette_device::MONOCHROME_INVERTED);
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)