summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/konami/k051960.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/konami/k051960.h')
-rw-r--r--src/mame/konami/k051960.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/konami/k051960.h b/src/mame/konami/k051960.h
index 91a4f62ce4b..f4518668fe5 100644
--- a/src/mame/konami/k051960.h
+++ b/src/mame/konami/k051960.h
@@ -28,7 +28,7 @@ class k051960_device : public device_t, public device_gfx_interface, public devi
public:
using sprite_delegate = device_delegate<void (int *code, int *color, int *priority, bool *shadow)>;
- k051960_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ k051960_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto irq_handler() { return m_irq_handler.bind(); }