summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68153bim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68153bim.h')
-rw-r--r--src/devices/machine/68153bim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/68153bim.h b/src/devices/machine/68153bim.h
index 3528005c787..124870b8194 100644
--- a/src/devices/machine/68153bim.h
+++ b/src/devices/machine/68153bim.h
@@ -122,8 +122,8 @@ public:
auto out_iack2_callback() { return m_chn[CHN_2]->m_out_iack_cb.bind(); }
auto out_iack3_callback() { return m_chn[CHN_3]->m_out_iack_cb.bind(); }
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
DECLARE_WRITE_LINE_MEMBER( iackin_w ) { m_iackin = state; }