summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/kc.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/kc.h
parent1cf6d1965d49a46e2f5930a652c0ce56194cb194 (diff)
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Diffstat (limited to 'src/mess/includes/kc.h')
-rw-r--r--src/mess/includes/kc.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mess/includes/kc.h b/src/mess/includes/kc.h
index 7907d63bd89..7b4ce9eb3d5 100644
--- a/src/mess/includes/kc.h
+++ b/src/mess/includes/kc.h
@@ -149,6 +149,8 @@ public:
TIMER_CALLBACK_MEMBER(kc_cassette_oneshot_timer);
TIMER_CALLBACK_MEMBER(kc_cassette_timer_callback);
TIMER_DEVICE_CALLBACK_MEMBER(kc_scanline);
+
+ DECLARE_QUICKLOAD_LOAD_MEMBER( kc );
};
@@ -182,9 +184,4 @@ public:
UINT8 * m_display_video_ram;
};
-
-/*----------- defined in machine/kc.c -----------*/
-
-QUICKLOAD_LOAD( kc );
-
#endif /* KC_H_ */