Mercurial > vba-clojure
comparison src/gb/GB.h @ 60:ef59aee6d715
added function to retrieve main RAM
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 07 Mar 2012 19:29:51 -0600 |
parents | 3ce48d803e74 |
children | dc8b383ecefa |
comparison
equal
deleted
inserted
replaced
59:3ce48d803e74 | 60:ef59aee6d715 |
---|---|
44 extern bool gbWriteBMPFile(const char *); | 44 extern bool gbWriteBMPFile(const char *); |
45 extern bool gbReadGSASnapshot(const char *); | 45 extern bool gbReadGSASnapshot(const char *); |
46 | 46 |
47 extern int getRamSize(); | 47 extern int getRamSize(); |
48 extern int getRomSize(); | 48 extern int getRomSize(); |
49 extern void storeRam(int32 *); | |
49 | 50 |
50 extern struct EmulatedSystem GBSystem; | 51 extern struct EmulatedSystem GBSystem; |
51 extern struct EmulatedSystemCounters &GBSystemCounters; | 52 extern struct EmulatedSystemCounters &GBSystemCounters; |
52 | 53 |
53 #endif // VBA_GB_H | 54 #endif // VBA_GB_H |