diff options
Diffstat (limited to 'src/devices/bus/tanbus/tug8082.h')
-rw-r--r-- | src/devices/bus/tanbus/tug8082.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/tug8082.h b/src/devices/bus/tanbus/tug8082.h index 979e47180e5..ee04e7a6c08 100644 --- a/src/devices/bus/tanbus/tug8082.h +++ b/src/devices/bus/tanbus/tug8082.h @@ -31,7 +31,7 @@ public: static constexpr feature_type imperfect_features() { return feature::GRAPHICS; } // construction/destruction - tanbus_tug8082_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + tanbus_tug8082_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |