summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd4701.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd4701.h')
-rw-r--r--src/devices/machine/upd4701.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/upd4701.h b/src/devices/machine/upd4701.h
index 09f18208c3f..bc07106d597 100644
--- a/src/devices/machine/upd4701.h
+++ b/src/devices/machine/upd4701.h
@@ -61,7 +61,9 @@ public:
DECLARE_WRITE_LINE_MEMBER(ul_w);
DECLARE_WRITE_LINE_MEMBER(resetx_w);
DECLARE_WRITE_LINE_MEMBER(resety_w);
+ DECLARE_READ8_MEMBER(reset_x);
DECLARE_WRITE8_MEMBER(reset_x);
+ DECLARE_READ8_MEMBER(reset_y);
DECLARE_WRITE8_MEMBER(reset_y);
DECLARE_READ8_MEMBER(reset_xy);
DECLARE_WRITE8_MEMBER(reset_xy);