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