summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/segaspeech.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-06-16 12:47:52 +0200
committer Olivier Galibert <galibert@pobox.com>2025-04-29 23:06:41 +0200
commit45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff (patch)
tree4e8d8fcb7382a5e9e0bce5ec59939bcfbe67155a /src/mame/sega/segaspeech.cpp
parent5c14bcdfcb4aefb71b5b62387c4ad05dbeb3814e (diff)
full xtal conversionxtal
Diffstat (limited to 'src/mame/sega/segaspeech.cpp')
-rw-r--r--src/mame/sega/segaspeech.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/sega/segaspeech.cpp b/src/mame/sega/segaspeech.cpp
index 48b49b8c796..38682cdb4fa 100644
--- a/src/mame/sega/segaspeech.cpp
+++ b/src/mame/sega/segaspeech.cpp
@@ -27,7 +27,7 @@
CONSTANTS
***************************************************************************/
-#define SPEECH_MASTER_CLOCK 3120000
+#define SPEECH_MASTER_CLOCK XTAL::u(3120000)
@@ -37,7 +37,7 @@
DEFINE_DEVICE_TYPE(SEGA_SPEECH_BOARD, sega_speech_device, "sega_speech_device", "Sega Speech Sound Board")
-sega_speech_device::sega_speech_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) :
+sega_speech_device::sega_speech_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, SEGA_SPEECH_BOARD, tag, owner, clock),
device_mixer_interface(mconfig, *this),
m_speech(*this, "data"),