summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/transtape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/transtape.h')
-rw-r--r--src/devices/bus/cpc/transtape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cpc/transtape.h b/src/devices/bus/cpc/transtape.h
index 6b7e4539023..451c3b1bd2a 100644
--- a/src/devices/bus/cpc/transtape.h
+++ b/src/devices/bus/cpc/transtape.h
@@ -28,8 +28,8 @@ public:
virtual void set_mapping(uint8_t type) override;
virtual WRITE_LINE_MEMBER( romen_w ) override { m_romen = state; }
- DECLARE_READ8_MEMBER(input_r);
- DECLARE_WRITE8_MEMBER(output_w);
+ uint8_t input_r();
+ void output_w(uint8_t data);
DECLARE_INPUT_CHANGED_MEMBER(button_red_w);
DECLARE_INPUT_CHANGED_MEMBER(button_black_w);