diff options
Diffstat (limited to 'src/mess/machine/kb3600.c')
-rw-r--r-- | src/mess/machine/kb3600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/kb3600.c b/src/mess/machine/kb3600.c index c9018f0732b..984377c3a76 100644 --- a/src/mess/machine/kb3600.c +++ b/src/mess/machine/kb3600.c @@ -75,7 +75,7 @@ void ay3600_device::device_config_complete() //------------------------------------------------- ay3600_device::ay3600_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, AY3600, "AY-5-3600", tag, owner, clock) + : device_t(mconfig, AY3600, "AY-5-3600", tag, owner, clock) { } |