summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ti85.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-19 14:47:35 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-19 14:47:35 +0000
commitbe5e1248c44af7616e0c5bbfc6d625622c285768 (patch)
treea3fdec8a735cbeb66f4c8c15905fda5f01502c9e /src/mess/includes/ti85.h
parent1cf6d1965d49a46e2f5930a652c0ce56194cb194 (diff)
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Diffstat (limited to 'src/mess/includes/ti85.h')
-rw-r--r--src/mess/includes/ti85.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/includes/ti85.h b/src/mess/includes/ti85.h
index 1eaa364bdfe..0f89eb982ee 100644
--- a/src/mess/includes/ti85.h
+++ b/src/mess/includes/ti85.h
@@ -109,6 +109,7 @@ public:
void ti8x_snapshot_setup_registers (UINT8 * data);
void ti85_setup_snapshot (UINT8 * data);
void ti86_setup_snapshot (UINT8 * data);
+ DECLARE_SNAPSHOT_LOAD_MEMBER( ti8x );
};
@@ -116,7 +117,5 @@ public:
NVRAM_HANDLER( ti83p );
NVRAM_HANDLER( ti86 );
-SNAPSHOT_LOAD( ti8x );
-
#endif /* TI85_H_ */