summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/cpc_ssa1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/cpc_ssa1.h')
-rw-r--r--src/devices/bus/cpc/cpc_ssa1.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/cpc/cpc_ssa1.h b/src/devices/bus/cpc/cpc_ssa1.h
index 0fb2c7a0e87..7157d9a0475 100644
--- a/src/devices/bus/cpc/cpc_ssa1.h
+++ b/src/devices/bus/cpc/cpc_ssa1.h
@@ -61,8 +61,8 @@ public:
void set_sby(uint8_t state) { m_sby = state; }
uint8_t get_sby() { return m_sby; }
- DECLARE_READ8_MEMBER(ssa1_r);
- DECLARE_WRITE8_MEMBER(ssa1_w);
+ uint8_t ssa1_r();
+ void ssa1_w(uint8_t data);
protected:
// device-level overrides
@@ -98,8 +98,8 @@ public:
void set_sby(uint8_t state) { m_sby = state; }
uint8_t get_sby() { return m_sby; }
- DECLARE_READ8_MEMBER(dkspeech_r);
- DECLARE_WRITE8_MEMBER(dkspeech_w);
+ uint8_t dkspeech_r();
+ void dkspeech_w(uint8_t data);
protected:
// device-level overrides