summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/ne1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/ne1000.h')
-rw-r--r--src/devices/bus/isa/ne1000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/ne1000.h b/src/devices/bus/isa/ne1000.h
index 4be080b8a99..fa6011b45e1 100644
--- a/src/devices/bus/isa/ne1000.h
+++ b/src/devices/bus/isa/ne1000.h
@@ -16,8 +16,8 @@ class ne1000_device: public device_t,
public:
ne1000_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER(ne1000_port_r);
- DECLARE_WRITE8_MEMBER(ne1000_port_w);
+ uint8_t ne1000_port_r(offs_t offset);
+ void ne1000_port_w(offs_t offset, uint8_t data);
protected:
virtual void device_start() override;