diff options
Diffstat (limited to 'src/devices/bus/electron/mode7.h')
-rw-r--r-- | src/devices/bus/electron/mode7.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/mode7.h b/src/devices/bus/electron/mode7.h index b3c447ee87d..afd1641aceb 100644 --- a/src/devices/bus/electron/mode7.h +++ b/src/devices/bus/electron/mode7.h @@ -27,7 +27,7 @@ public: static constexpr feature_type imperfect_features() { return feature::GRAPHICS; } // construction/destruction - electron_mode7_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + electron_mode7_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); DECLARE_INPUT_CHANGED_MEMBER(break_button); |