diff options
author | 2012-09-19 13:06:55 +0000 | |
---|---|---|
committer | 2012-09-19 13:06:55 +0000 | |
commit | 7f775f2fbeced5be55e59fe636fad0d8de589e23 (patch) | |
tree | 5b1256b79c66c68ed05da116bfda32c9d20a85e4 /src/mess/includes/ti89.h | |
parent | c6f3718f551b0ad5381f1f9c63bcc137d7c45f23 (diff) |
Modernized INPUT_CHANGED in MESS part of tree (no whatsnew)
Diffstat (limited to 'src/mess/includes/ti89.h')
-rw-r--r-- | src/mess/includes/ti89.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/ti89.h b/src/mess/includes/ti89.h index c16b51598f2..0d03111e2a8 100644 --- a/src/mess/includes/ti89.h +++ b/src/mess/includes/ti89.h @@ -62,6 +62,7 @@ public: DECLARE_READ16_MEMBER ( flash_r ); UINT64 m_timer; virtual void palette_init(); + DECLARE_INPUT_CHANGED_MEMBER(ti68k_on_key); }; #endif // TI89_H_ |