From 57cf17dc52bcd4571a68576dd6597ddf9fae41a8 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 18 Jun 2020 20:13:33 +0200 Subject: finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) --- src/devices/cpu/i86/i186.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/cpu/i86/i186.h') diff --git a/src/devices/cpu/i86/i186.h b/src/devices/cpu/i86/i186.h index 46055622486..f1bd6aa91b5 100644 --- a/src/devices/cpu/i86/i186.h +++ b/src/devices/cpu/i86/i186.h @@ -91,8 +91,8 @@ private: void update_dma_control(int which, int new_control); void drq_callback(int which); void inc_timer(int which); - DECLARE_READ16_MEMBER(internal_port_r); - DECLARE_WRITE16_MEMBER(internal_port_w); + uint16_t internal_port_r(offs_t offset, uint16_t mem_mask = ~0); + void internal_port_w(offs_t offset, uint16_t data); struct mem_state { -- cgit v1.2.3-70-g09d2