summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/64h156.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/64h156.h')
-rw-r--r--src/devices/machine/64h156.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/64h156.h b/src/devices/machine/64h156.h
index 0db1c0a2883..c8ef50cc3ea 100644
--- a/src/devices/machine/64h156.h
+++ b/src/devices/machine/64h156.h
@@ -82,8 +82,8 @@ public:
auto sync_callback() { return m_write_sync.bind(); }
auto byte_callback() { return m_write_byte.bind(); }
- DECLARE_READ8_MEMBER( yb_r );
- DECLARE_WRITE8_MEMBER( yb_w );
+ uint8_t yb_r();
+ void yb_w(uint8_t data);
DECLARE_WRITE_LINE_MEMBER( test_w );
DECLARE_WRITE_LINE_MEMBER( accl_w );