summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/cps1.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-03-15 19:02:43 +1100
committer Vas Crabb <vas@vastheman.com>2018-03-15 19:02:43 +1100
commit0bf88bda8f80a824a935c2b7adb7b72e54f9938a (patch)
tree0f0c3aa3e01c4c809cba091133f1fd18ae85bf40 /src/mame/drivers/cps1.cpp
parent25652d645587c96a906a6f0b809c0c80a995aab5 (diff)
Cycle-accurate DSP16 core (disabled in QSound for performance reasons)
Diffstat (limited to 'src/mame/drivers/cps1.cpp')
-rw-r--r--src/mame/drivers/cps1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cps1.cpp b/src/mame/drivers/cps1.cpp
index 5ac0dced03b..6e63ca98bff 100644
--- a/src/mame/drivers/cps1.cpp
+++ b/src/mame/drivers/cps1.cpp
@@ -3456,7 +3456,7 @@ MACHINE_CONFIG_START(cps_state::qsound)
MCFG_DEVICE_REMOVE("2151")
MCFG_DEVICE_REMOVE("oki")
- MCFG_QSOUND_ADD("qsound", QSOUND_CLOCK)
+ MCFG_DEVICE_ADD("qsound", QSOUND, QSOUND_CLOCK)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)
MCFG_SOUND_ROUTE(1, "rspeaker", 1.0)
MACHINE_CONFIG_END