diff options
Diffstat (limited to 'src/devices/bus/tanbus/tanhrg.h')
-rw-r--r-- | src/devices/bus/tanbus/tanhrg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/tanbus/tanhrg.h b/src/devices/bus/tanbus/tanhrg.h index bce2c68bd78..cfb6b4b64b8 100644 --- a/src/devices/bus/tanbus/tanhrg.h +++ b/src/devices/bus/tanbus/tanhrg.h @@ -26,7 +26,7 @@ class tanbus_tanhrg_device : { public: // construction/destruction - tanbus_tanhrg_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + tanbus_tanhrg_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides @@ -57,7 +57,7 @@ class tanbus_tanhrgc_device : { public: // construction/destruction - tanbus_tanhrgc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + tanbus_tanhrgc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |