summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midyunit.cpp')
-rw-r--r--src/mame/drivers/midyunit.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/midyunit.cpp b/src/mame/drivers/midyunit.cpp
index df2382c0027..8a63bfb2fd1 100644
--- a/src/mame/drivers/midyunit.cpp
+++ b/src/mame/drivers/midyunit.cpp
@@ -1181,7 +1181,7 @@ MACHINE_CONFIG_START(midyunit_state::yunit_cvsd_4bit_slow)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)
/* video hardware */
- MCFG_PALETTE_MODIFY("palette")
+ MCFG_DEVICE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(256)
MCFG_VIDEO_START_OVERRIDE(midyunit_state,midyunit_4bit)
MACHINE_CONFIG_END
@@ -1198,7 +1198,7 @@ MACHINE_CONFIG_START(midyunit_state::yunit_cvsd_4bit_fast)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)
/* video hardware */
- MCFG_PALETTE_MODIFY("palette")
+ MCFG_DEVICE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(256)
MCFG_VIDEO_START_OVERRIDE(midyunit_state,midyunit_4bit)
MACHINE_CONFIG_END
@@ -1212,7 +1212,7 @@ MACHINE_CONFIG_START(midyunit_state::yunit_cvsd_6bit_slow)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)
/* video hardware */
- MCFG_PALETTE_MODIFY("palette")
+ MCFG_DEVICE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(4096)
MCFG_VIDEO_START_OVERRIDE(midyunit_state,midyunit_6bit)
MACHINE_CONFIG_END
@@ -1229,7 +1229,7 @@ MACHINE_CONFIG_START(midyunit_state::yunit_adpcm_6bit_fast)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)
/* video hardware */
- MCFG_PALETTE_MODIFY("palette")
+ MCFG_DEVICE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(4096)
MCFG_VIDEO_START_OVERRIDE(midyunit_state,midyunit_6bit)
MACHINE_CONFIG_END
@@ -1246,7 +1246,7 @@ MACHINE_CONFIG_START(midyunit_state::yunit_adpcm_6bit_faster)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)
/* video hardware */
- MCFG_PALETTE_MODIFY("palette")
+ MCFG_DEVICE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(4096)
MCFG_VIDEO_START_OVERRIDE(midyunit_state,midyunit_6bit)
MACHINE_CONFIG_END
@@ -1272,7 +1272,7 @@ MACHINE_CONFIG_START(midyunit_state::mkyawdim)
MCFG_DEVICE_PROGRAM_MAP(yawdim_sound_map)
/* video hardware */
- MCFG_PALETTE_MODIFY("palette")
+ MCFG_DEVICE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(4096)
MCFG_VIDEO_START_OVERRIDE(midyunit_state,mkyawdim)