diff options
Diffstat (limited to 'src/devices/machine/kb3600.h')
-rw-r--r-- | src/devices/machine/kb3600.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/kb3600.h b/src/devices/machine/kb3600.h index c65bbea3a6f..c1a663c2f5c 100644 --- a/src/devices/machine/kb3600.h +++ b/src/devices/machine/kb3600.h @@ -60,7 +60,7 @@ class ay3600_device : public device_t { public: // construction/destruction - ay3600_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ay3600_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // public interface uint16_t b_r(); |