summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd7752.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd7752.cpp')
-rw-r--r--src/devices/sound/upd7752.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd7752.cpp b/src/devices/sound/upd7752.cpp
index 7c063fbee95..31949384492 100644
--- a/src/devices/sound/upd7752.cpp
+++ b/src/devices/sound/upd7752.cpp
@@ -43,7 +43,7 @@ void upd7752_device::upd7752_ram(address_map &map)
// upd7752_device - constructor
//-------------------------------------------------
-upd7752_device::upd7752_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+upd7752_device::upd7752_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, UPD7752, tag, owner, clock),
device_sound_interface(mconfig, *this),
device_memory_interface(mconfig, *this), m_stream(nullptr),
an class='gravatar'> AJR2020-03-181-1/+1 * Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3 * (nw) Clean up the mess on master Vas Crabb2019-03-261-26/+28 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-28/+26 * -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw mooglyguy2019-02-031-17/+18 * output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-5/+6 * imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4 * bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-7/+7 * i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-4/+2 * wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1 * -i8255: Removed MCFG, nw mooglyguy2018-09-031-4/+4 * z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-5/+5 * i8251: Removed MCFG, nw mooglyguy2018-08-291-13/+13 * -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1 * wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2 * (nw) xor100 : notes Robbbert2018-08-021-62/+39 * devcb3 Vas Crabb2018-07-071-5/+5 * com8116: Standardize nibble-packed write handlers; disable FX4 timer if not n... AJR2018-06-221-7/+1 * acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-1/+1 * wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-7/+7 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-30/+30 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+8 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-22/+24 * Grammar police (nw) Olivier Galibert2018-02-241-1/+1 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * S-100 bus refinements AJR2017-10-171-12/+17 * (nw) removed some trampolines Robbbert2017-09-301-16/+4 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1 * Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1 * Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1 * moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3 * Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1 * z80: added crude implementation of WAIT pin hap2016-02-071-4/+4 * clang-modernize part 4 Miodrag Milanovic2015-12-041-14/+14 * SDK80, Sage2, XOR100, Softbox: Fixed regression reported by Tafoid (nw). Robbbert2015-11-291-0/+1