summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sage2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sage2.h')
-rw-r--r--src/mame/includes/sage2.h6
1 files changed, 3 insertions, 3 deletions
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 );