diff options
Diffstat (limited to 'src/devices/machine/8530scc.h')
-rw-r--r-- | src/devices/machine/8530scc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/8530scc.h b/src/devices/machine/8530scc.h index e4af88b3e97..cb82b923587 100644 --- a/src/devices/machine/8530scc.h +++ b/src/devices/machine/8530scc.h @@ -26,7 +26,7 @@ public: IRQ_B_EXT }; - scc8530_legacy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + scc8530_legacy_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto intrq_callback() { return intrq_cb.bind(); } |