summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/82s129.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/82s129.h')
-rw-r--r--src/devices/machine/82s129.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/82s129.h b/src/devices/machine/82s129.h
index 2c90fd6d896..96f278c85e9 100644
--- a/src/devices/machine/82s129.h
+++ b/src/devices/machine/82s129.h
@@ -58,7 +58,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( ce1_w );
DECLARE_WRITE_LINE_MEMBER( ce2_w );
- DECLARE_WRITE8_MEMBER( a_w );
+ void a_w(uint8_t data);
DECLARE_WRITE_LINE_MEMBER( a0_w );
DECLARE_WRITE_LINE_MEMBER( a1_w );
DECLARE_WRITE_LINE_MEMBER( a2_w );
@@ -68,7 +68,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( a6_w );
DECLARE_WRITE_LINE_MEMBER( a7_w );
- DECLARE_READ8_MEMBER( output_r );
+ uint8_t output_r();
DECLARE_READ_LINE_MEMBER( o1_r );
DECLARE_READ_LINE_MEMBER( o2_r );
DECLARE_READ_LINE_MEMBER( o3_r );