diff options
Diffstat (limited to 'src/devices/bus/ep64/exdos.h')
-rw-r--r-- | src/devices/bus/ep64/exdos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ep64/exdos.h b/src/devices/bus/ep64/exdos.h index cb5f9d47cc7..9407c1056af 100644 --- a/src/devices/bus/ep64/exdos.h +++ b/src/devices/bus/ep64/exdos.h @@ -29,7 +29,7 @@ class ep64_exdos_device : public device_t, { public: // construction/destruction - ep64_exdos_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ep64_exdos_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t read(); void write(uint8_t data); |