summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mea8000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mea8000.h')
-rw-r--r--src/devices/sound/mea8000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mea8000.h b/src/devices/sound/mea8000.h
index 7538bffa62c..01cbc006129 100644
--- a/src/devices/sound/mea8000.h
+++ b/src/devices/sound/mea8000.h
@@ -19,7 +19,7 @@
class mea8000_device : public device_t, public device_sound_interface
{
public:
- mea8000_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mea8000_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto req() { return m_write_req.bind(); }