diff options
Diffstat (limited to 'src/mame/orca/orca40c.h')
-rw-r--r-- | src/mame/orca/orca40c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/orca/orca40c.h b/src/mame/orca/orca40c.h index 66e8a0af537..19fe6a136d0 100644 --- a/src/mame/orca/orca40c.h +++ b/src/mame/orca/orca40c.h @@ -26,7 +26,7 @@ class orca_ovg_40c_device : public device_t, public device_gfx_interface, public { public: // construction/destruction - orca_ovg_40c_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + orca_ovg_40c_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration void set_percuss_hardware(bool percuss_hardware) { m_percuss_hardware = percuss_hardware; } |