From 351479f33f298ecfe98bfbd8f6e0eea92e06ff72 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 15 Jun 2020 18:09:06 +0200 Subject: drivers starting with s: removed read* and write* macros (nw) --- src/mame/includes/sage2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/includes/sage2.h') diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h index fe6d1a54e98..86696d48d79 100644 --- a/src/mame/includes/sage2.h +++ b/src/mame/includes/sage2.h @@ -55,7 +55,7 @@ public: private: void update_fdc_int(); - DECLARE_READ16_MEMBER(rom_r); + uint16_t rom_r(offs_t offset); DECLARE_WRITE_LINE_MEMBER( br1_w ); DECLARE_WRITE_LINE_MEMBER( br2_w ); void ppi0_pc_w(uint8_t data); -- cgit v1.2.3