summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at28c64b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at28c64b.h')
-rw-r--r--src/devices/machine/at28c64b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/at28c64b.h b/src/devices/machine/at28c64b.h
index c94ac1eec62..d07b45e3ecf 100644
--- a/src/devices/machine/at28c64b.h
+++ b/src/devices/machine/at28c64b.h
@@ -27,7 +27,7 @@ class at28c64b_device :
{
public:
// construction/destruction
- at28c64b_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ at28c64b_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void write(offs_t offset, u8 data);
u8 read(offs_t offset);