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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/733_asr.cpp b/src/mame/video/733_asr.cpp
index eb87ffe6acb..b00287e68ae 100644
--- a/src/mame/video/733_asr.cpp
+++ b/src/mame/video/733_asr.cpp
@@ -710,7 +710,7 @@ uint32_t asr733_device::screen_update(screen_device &screen, bitmap_ind16 &bitma
return 0;
}
-static MACHINE_CONFIG_FRAGMENT( asr733 )
+static MACHINE_CONFIG_START( asr733 )
MCFG_PALETTE_ADD("palette", 2)
MCFG_PALETTE_INIT_OWNER(asr733_device, asr733)