diff options
Diffstat (limited to 'src/mame/konami/k007420.h')
-rw-r--r-- | src/mame/konami/k007420.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/konami/k007420.h b/src/mame/konami/k007420.h index d9d228bfcec..032c51fd93c 100644 --- a/src/mame/konami/k007420.h +++ b/src/mame/konami/k007420.h @@ -13,7 +13,7 @@ class k007420_device : public device_t public: using sprite_delegate = device_delegate<void (int *code, int *color)>; - k007420_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + k007420_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); template <typename T> void set_palette_tag(T &&tag) { m_palette.set_tag(std::forward<T>(tag)); } void set_bank_limit(int limit) { m_banklimit = limit; } |