summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb87078.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb87078.h')
-rw-r--r--src/devices/machine/mb87078.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb87078.h b/src/devices/machine/mb87078.h
index 500a53b02a6..975a1139878 100644
--- a/src/devices/machine/mb87078.h
+++ b/src/devices/machine/mb87078.h
@@ -14,7 +14,7 @@
class mb87078_device : public device_t
{
public:
- mb87078_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ mb87078_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
auto gain_changed() { return m_gain_changed_cb.bind(); }