From ef8bb312d8b89201b09e3e5ba4c3b47c3dc7046f Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Tue, 19 May 2020 17:59:29 +0200 Subject: more macro removal (nw) --- src/mame/includes/sage2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mame/includes/sage2.h') diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h index 0ef2f11d127..fe6d1a54e98 100644 --- a/src/mame/includes/sage2.h +++ b/src/mame/includes/sage2.h @@ -58,9 +58,9 @@ private: DECLARE_READ16_MEMBER(rom_r); DECLARE_WRITE_LINE_MEMBER( br1_w ); DECLARE_WRITE_LINE_MEMBER( br2_w ); - DECLARE_WRITE8_MEMBER( ppi0_pc_w ); - DECLARE_READ8_MEMBER( ppi1_pb_r ); - DECLARE_WRITE8_MEMBER( ppi1_pc_w ); + void ppi0_pc_w(uint8_t data); + uint8_t ppi1_pb_r(); + void ppi1_pc_w(uint8_t data); DECLARE_WRITE_LINE_MEMBER( fdc_irq ); -- cgit v1.2.3