diff src/gb/GB.h @ 76:d7c38ce83421

working on disk-backup for save-states
author Robert McIntyre <rlm@mit.edu>
date Thu, 08 Mar 2012 19:48:54 -0600
parents 4699c7bab77d
children 1ff2c546f5ad
line wrap: on
line diff
     1.1 --- a/src/gb/GB.h	Thu Mar 08 06:01:09 2012 -0600
     1.2 +++ b/src/gb/GB.h	Thu Mar 08 19:48:54 2012 -0600
     1.3 @@ -51,6 +51,7 @@
     1.4  extern void storeWRam(int32 *);
     1.5  extern void storeVRam(int32 *);
     1.6  extern void storeRegisters(int32 *);
     1.7 +extern long gbWriteMemSaveStatePos(char *, int);
     1.8  
     1.9  extern struct EmulatedSystem GBSystem;
    1.10  extern struct EmulatedSystemCounters &GBSystemCounters;