diff options
Diffstat (limited to 'src/mame/tvgames/generalplus_gpl16250_m.h')
-rw-r--r-- | src/mame/tvgames/generalplus_gpl16250_m.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/tvgames/generalplus_gpl16250_m.h b/src/mame/tvgames/generalplus_gpl16250_m.h index e06f34a5f62..7fae2dd47de 100644 --- a/src/mame/tvgames/generalplus_gpl16250_m.h +++ b/src/mame/tvgames/generalplus_gpl16250_m.h @@ -12,7 +12,7 @@ class full_memory_device : { public: // construction/destruction - full_memory_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + full_memory_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // configuration helpers template <typename... T> full_memory_device& set_map(T &&... args) { set_addrmap(0, std::forward<T>(args)...); return *this; } |