diff options
Diffstat (limited to 'src/devices/machine/ym2148.h')
-rw-r--r-- | src/devices/machine/ym2148.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ym2148.h b/src/devices/machine/ym2148.h index 07cacfbc589..525f5269c87 100644 --- a/src/devices/machine/ym2148.h +++ b/src/devices/machine/ym2148.h @@ -23,7 +23,7 @@ class ym2148_device : public device_t, public device_serial_interface { public: // construction/destruction - ym2148_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ym2148_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration helpers auto txd_handler() { return m_txd_handler.bind(); } |