diff options
Diffstat (limited to 'src/devices/bus/a2bus/a2softcard.h')
-rw-r--r-- | src/devices/bus/a2bus/a2softcard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/a2bus/a2softcard.h b/src/devices/bus/a2bus/a2softcard.h index de2ee0e220b..2767f6b73f7 100644 --- a/src/devices/bus/a2bus/a2softcard.h +++ b/src/devices/bus/a2bus/a2softcard.h @@ -23,10 +23,10 @@ class a2bus_softcard_device: { public: // construction/destruction - a2bus_softcard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + a2bus_softcard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: - a2bus_softcard_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + a2bus_softcard_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, const XTAL &clock); virtual void device_start() override; virtual void device_reset() override; |