diff options
| author | 2018-01-21 23:42:41 +0100 | |
|---|---|---|
| committer | 2018-01-23 10:25:25 +0100 | |
| commit | 03ba80e0ef3e021f6ff89ef91ae5cdce4e24b994 (patch) | |
| tree | f127b7f533d36df2484f82fcb05cef5f4c04f232 /src/devices/bus/c64/magic_voice.cpp | |
| parent | f61a64ea29bf46bf2deb2e1fbace5b24f3d7b0aa (diff) | |
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Diffstat (limited to 'src/devices/bus/c64/magic_voice.cpp')
| -rw-r--r-- | src/devices/bus/c64/magic_voice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/magic_voice.cpp b/src/devices/bus/c64/magic_voice.cpp index cd507231fc1..8f7b866b303 100644 --- a/src/devices/bus/c64/magic_voice.cpp +++ b/src/devices/bus/c64/magic_voice.cpp @@ -233,7 +233,7 @@ MACHINE_CONFIG_START(c64_magic_voice_cartridge_device::device_add_mconfig) MCFG_40105_DATA_IN_READY_CB(DEVWRITELINE(MOS6525_TAG, tpi6525_device, i3_w)) MCFG_SPEAKER_STANDARD_MONO("mono") - MCFG_SOUND_ADD(T6721A_TAG, T6721A, XTAL_640kHz) + MCFG_SOUND_ADD(T6721A_TAG, T6721A, XTAL(640'000)) MCFG_T6721A_EOS_HANDLER(DEVWRITELINE(MOS6525_TAG, tpi6525_device, i2_w)) MCFG_T6721A_PHI2_HANDLER(DEVWRITELINE(DEVICE_SELF, c64_magic_voice_cartridge_device, phi2_w)) MCFG_T6721A_DTRD_HANDLER(DEVWRITELINE(DEVICE_SELF, c64_magic_voice_cartridge_device, dtrd_w)) |
