summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tvgames/elan_eu3a05_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/tvgames/elan_eu3a05_a.h')
-rw-r--r--src/mame/tvgames/elan_eu3a05_a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/tvgames/elan_eu3a05_a.h b/src/mame/tvgames/elan_eu3a05_a.h
index 692d685cf64..02ea58af92f 100644
--- a/src/mame/tvgames/elan_eu3a05_a.h
+++ b/src/mame/tvgames/elan_eu3a05_a.h
@@ -15,7 +15,7 @@
class elan_eu3a05_sound_device : public device_t, public device_sound_interface, public device_memory_interface
{
public:
- elan_eu3a05_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ elan_eu3a05_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto space_read_callback() { return m_space_read_cb.bind(); }