summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc1403.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc1403.h')
-rw-r--r--src/mame/includes/pc1403.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pc1403.h b/src/mame/includes/pc1403.h
index 0b6d1641150..56c285f80aa 100644
--- a/src/mame/includes/pc1403.h
+++ b/src/mame/includes/pc1403.h
@@ -36,8 +36,8 @@ protected:
void pc1421_writemem(address_map &map);
DECLARE_READ_LINE_MEMBER(reset_r);
- DECLARE_WRITE8_MEMBER(out_c_w);
- DECLARE_READ8_MEMBER(in_a_r);
+ void out_c_w(uint8_t data);
+ uint8_t in_a_r();
DECLARE_READ8_MEMBER(asic_read);
DECLARE_WRITE8_MEMBER(asic_write);