summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74259.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74259.h')
-rw-r--r--src/devices/machine/74259.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/74259.h b/src/devices/machine/74259.h
index e4496240687..0805537d06b 100644
--- a/src/devices/machine/74259.h
+++ b/src/devices/machine/74259.h
@@ -77,7 +77,8 @@ public:
DECLARE_WRITE8_MEMBER(write_d7);
DECLARE_WRITE8_MEMBER(write_a0);
DECLARE_WRITE8_MEMBER(write_a3);
- DECLARE_WRITE8_MEMBER(write_nibble);
+ DECLARE_WRITE8_MEMBER(write_nibble_d0);
+ DECLARE_WRITE8_MEMBER(write_nibble_d3);
DECLARE_WRITE8_MEMBER(clear);
// read handlers (inlined for the sake of optimization)