diff options
author | 2018-07-05 23:05:45 +1000 | |
---|---|---|
committer | 2018-07-05 23:05:45 +1000 | |
commit | d4e62756908f5d5553fff62b10e4017e97a3d1c5 (patch) | |
tree | 57a28d84b0aa8b466305fea2418b7a6c4fd54795 /src/devices/machine/upd4992.h | |
parent | 827fbdbc1e5b3542ed174174c836c2fe9a2a5493 (diff) |
misc cleanup and stuff to make macro removal easier (nw)
Diffstat (limited to 'src/devices/machine/upd4992.h')
-rw-r--r-- | src/devices/machine/upd4992.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd4992.h b/src/devices/machine/upd4992.h index ad757948673..6e023bd118d 100644 --- a/src/devices/machine/upd4992.h +++ b/src/devices/machine/upd4992.h @@ -31,7 +31,7 @@ class upd4992_device : public device_t, public device_rtc_interface { public: // construction/destruction - upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 32'768); // I/O operations DECLARE_WRITE8_MEMBER( write ); |