diff options
Diffstat (limited to 'src/devices/sound/okim6258.h')
-rw-r--r-- | src/devices/sound/okim6258.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/okim6258.h b/src/devices/sound/okim6258.h index 95189f0ef3c..e5c37327645 100644 --- a/src/devices/sound/okim6258.h +++ b/src/devices/sound/okim6258.h @@ -26,7 +26,7 @@ public: static constexpr int OUTPUT_10BITS = 10; static constexpr int OUTPUT_12BITS = 12; - okim6258_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + okim6258_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration void set_start_div(int div) { m_start_divider = div; } |