diff options
author | 2013-04-19 14:47:35 +0000 | |
---|---|---|
committer | 2013-04-19 14:47:35 +0000 | |
commit | be5e1248c44af7616e0c5bbfc6d625622c285768 (patch) | |
tree | a3fdec8a735cbeb66f4c8c15905fda5f01502c9e /src/mess/includes/comx35.h | |
parent | 1cf6d1965d49a46e2f5930a652c0ce56194cb194 (diff) |
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Diffstat (limited to 'src/mess/includes/comx35.h')
-rw-r--r-- | src/mess/includes/comx35.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/comx35.h b/src/mess/includes/comx35.h index 3a590400b39..c83ee50d6f5 100644 --- a/src/mess/includes/comx35.h +++ b/src/mess/includes/comx35.h @@ -91,6 +91,7 @@ public: DECLARE_WRITE_LINE_MEMBER( int_w ); DECLARE_WRITE_LINE_MEMBER( prd_w ); DECLARE_INPUT_CHANGED_MEMBER( trigger_reset ); + DECLARE_QUICKLOAD_LOAD_MEMBER( comx35_comx ); // processor state int m_clear; // CPU mode |