diff options
Diffstat (limited to 'src/mame/sega/315_5649.h')
-rw-r--r-- | src/mame/sega/315_5649.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/315_5649.h b/src/mame/sega/315_5649.h index 9eaae8cb95f..bc76ef30d1a 100644 --- a/src/mame/sega/315_5649.h +++ b/src/mame/sega/315_5649.h @@ -22,7 +22,7 @@ class sega_315_5649_device : public device_t { public: // construction/destruction - sega_315_5649_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sega_315_5649_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration auto in_pa_callback() { return m_in_port_cb[0].bind(); } |