summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am9519.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/am9519.h')
-rw-r--r--src/devices/machine/am9519.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/am9519.h b/src/devices/machine/am9519.h
index 315e0bd890d..ec84cd50e52 100644
--- a/src/devices/machine/am9519.h
+++ b/src/devices/machine/am9519.h
@@ -32,7 +32,7 @@
class am9519_device : public device_t
{
public:
- am9519_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ am9519_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0);
auto out_int_callback() { return m_out_int_func.bind(); }