diff options
Diffstat (limited to 'src/devices/machine/at28c16.h')
-rw-r--r-- | src/devices/machine/at28c16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at28c16.h b/src/devices/machine/at28c16.h index ca412d7c0af..bab4db821e8 100644 --- a/src/devices/machine/at28c16.h +++ b/src/devices/machine/at28c16.h @@ -27,7 +27,7 @@ class at28c16_device : { public: // construction/destruction - at28c16_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + at28c16_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void write(offs_t offset, uint8_t data); uint8_t read(offs_t offset); |