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