summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/msm5232.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/msm5232.h')
-rw-r--r--src/devices/sound/msm5232.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/msm5232.h b/src/devices/sound/msm5232.h
index 552cd7669e3..0ee73ae1d32 100644
--- a/src/devices/sound/msm5232.h
+++ b/src/devices/sound/msm5232.h
@@ -10,13 +10,13 @@ class msm5232_device : public device_t,
public device_sound_interface
{
public:
- msm5232_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ msm5232_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void set_capacitors(double cap1, double cap2, double cap3, double cap4, double cap5, double cap6, double cap7, double cap8);
auto gate() { return m_gate_handler_cb.bind(); }
void write(offs_t offset, uint8_t data);
- void set_clock(int clock);
+ void set_clock(const XTAL &clock);
protected:
// device-level overrides