From 889e65792ed3eb0e90c1c6cf266b6f4a08b9a26b Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 21 May 2020 19:57:43 +0200 Subject: last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-no-space branch build. (nw) --- src/devices/bus/isa/ne2000.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/bus/isa/ne2000.h') diff --git a/src/devices/bus/isa/ne2000.h b/src/devices/bus/isa/ne2000.h index 868d78b35a6..7f62e5e5167 100644 --- a/src/devices/bus/isa/ne2000.h +++ b/src/devices/bus/isa/ne2000.h @@ -26,8 +26,8 @@ protected: private: void ne2000_irq_w(int state); - DECLARE_READ8_MEMBER(ne2000_mem_read); - DECLARE_WRITE8_MEMBER(ne2000_mem_write); + uint8_t ne2000_mem_read(offs_t offset); + void ne2000_mem_write(offs_t offset, uint8_t data); required_device m_dp8390; uint8_t m_irq; -- cgit v1.2.3-70-g09d2