summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cv1k.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-05-06 19:19:48 +1000
committer Vas Crabb <vas@vastheman.com>2018-05-06 19:19:48 +1000
commit138b60e6c6078260b12becbc6706fa0523eea506 (patch)
tree6c5bb013da8e6ea0500148169adf2c8436e900ab /src/mame/drivers/cv1k.cpp
parent495ec11fdf79e06fb5102b395b7316fa273006a7 (diff)
(nw) misc follow-up
Fix MT06964 Fix µPD7759 class hierarchy, and reset callback before resolving it (fixed assert in Sega C2) Remove some more low-value device add indirection macros, default some more clocks Make cards inherit clock from slot by default
Diffstat (limited to 'src/mame/drivers/cv1k.cpp')
-rw-r--r--src/mame/drivers/cv1k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cv1k.cpp b/src/mame/drivers/cv1k.cpp
index ec2d8d3d5da..5f3c286cce6 100644
--- a/src/mame/drivers/cv1k.cpp
+++ b/src/mame/drivers/cv1k.cpp
@@ -488,7 +488,7 @@ MACHINE_CONFIG_START(cv1k_state::cv1k)
MCFG_PALETTE_ADD("palette", 0x10000)
MCFG_SPEAKER_STANDARD_MONO("mono")
- MCFG_YMZ770_ADD("ymz770", 16.384_MHz_XTAL)
+ MCFG_DEVICE_ADD("ymz770", YMZ770, 16.384_MHz_XTAL)
MCFG_SOUND_ROUTE(1, "mono", 1.0) // only Right output used, Left is not connected
MCFG_EPIC12_ADD("blitter")