summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tia.cpp')
-rw-r--r--src/mame/video/tia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tia.cpp b/src/mame/video/tia.cpp
index 601bdb7b1f1..d6d572d63da 100644
--- a/src/mame/video/tia.cpp
+++ b/src/mame/video/tia.cpp
@@ -373,7 +373,7 @@ tia_pal_video_device::tia_pal_video_device(const machine_config &mconfig, const
{
}
-static MACHINE_CONFIG_FRAGMENT( tia_pal )
+static MACHINE_CONFIG_START( tia_pal )
MCFG_PALETTE_ADD("palette", TIA_PALETTE_LENGTH)
MCFG_PALETTE_INIT_OWNER(tia_pal_video_device, tia_pal)
MACHINE_CONFIG_END
@@ -400,7 +400,7 @@ tia_ntsc_video_device::tia_ntsc_video_device(const machine_config &mconfig, cons
{
}
-static MACHINE_CONFIG_FRAGMENT( tia_ntsc )
+static MACHINE_CONFIG_START( tia_ntsc )
MCFG_PALETTE_ADD("palette", TIA_PALETTE_LENGTH)
MCFG_PALETTE_INIT_OWNER(tia_ntsc_video_device, tia_ntsc)
MACHINE_CONFIG_END