diff options
Diffstat (limited to 'src/devices/machine/ym3802.h')
-rw-r--r-- | src/devices/machine/ym3802.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ym3802.h b/src/devices/machine/ym3802.h index 00e6683ed25..f5fd91ea35d 100644 --- a/src/devices/machine/ym3802.h +++ b/src/devices/machine/ym3802.h @@ -30,7 +30,7 @@ class ym3802_device : public device_t, public device_serial_interface { public: // construction/destruction - ym3802_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ym3802_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration helpers auto irq_handler() { return m_irq_handler.bind(); } |