diff options
Diffstat (limited to 'src/devices/bus/isa/ne1000.h')
-rw-r--r-- | src/devices/bus/isa/ne1000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/ne1000.h b/src/devices/bus/isa/ne1000.h index fa6011b45e1..af1e4fbfdbd 100644 --- a/src/devices/bus/isa/ne1000.h +++ b/src/devices/bus/isa/ne1000.h @@ -14,7 +14,7 @@ class ne1000_device: public device_t, public device_isa8_card_interface { public: - ne1000_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ne1000_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t ne1000_port_r(offs_t offset); void ne1000_port_w(offs_t offset, uint8_t data); |