diff options
author | 2012-10-03 09:27:22 +0000 | |
---|---|---|
committer | 2012-10-03 09:27:22 +0000 | |
commit | e52d60b7f8ce03e5c1f8c801fd5caa234b3aa3cf (patch) | |
tree | be8ce4af035c60e33f580cf3a983cc3c9b684c75 /src/mess/includes/xerox820.h | |
parent | 92b1c4eebd358d5138fc51662daead09f4a4c72e (diff) |
Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew)
Diffstat (limited to 'src/mess/includes/xerox820.h')
-rw-r--r-- | src/mess/includes/xerox820.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/xerox820.h b/src/mess/includes/xerox820.h index 606896eccaf..0bde6c7b9a9 100644 --- a/src/mess/includes/xerox820.h +++ b/src/mess/includes/xerox820.h @@ -85,6 +85,8 @@ public: TIMER_CALLBACK_MEMBER(bigboard_beepoff); TIMER_DEVICE_CALLBACK_MEMBER(xerox820_keyboard_tick); TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick); + DECLARE_WRITE_LINE_MEMBER(ctc_z0_w); + DECLARE_WRITE_LINE_MEMBER(ctc_z2_w); }; class xerox820ii_state : public xerox820_state |