summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc8401a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc8401a.h')
-rw-r--r--src/mame/includes/pc8401a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pc8401a.h b/src/mame/includes/pc8401a.h
index d01cc5982a3..115abacb7d8 100644
--- a/src/mame/includes/pc8401a.h
+++ b/src/mame/includes/pc8401a.h
@@ -81,8 +81,8 @@ public:
DECLARE_READ8_MEMBER( port71_r );
DECLARE_WRITE8_MEMBER( port70_w );
DECLARE_WRITE8_MEMBER( port71_w );
- DECLARE_READ8_MEMBER( ppi_pc_r );
- DECLARE_WRITE8_MEMBER( ppi_pc_w );
+ uint8_t ppi_pc_r();
+ void ppi_pc_w(uint8_t data);
void pc8401a_palette(palette_device &palette) const;
void scan_keyboard();