Mercurial > vba-clojure
diff src/gb/GB.h @ 496:a6d060a64246
pixel introspection. but entire image is upside down.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 11 Jun 2012 06:04:25 -0500 |
parents | 893c753f8088 |
children | 5596cd4a3fc6 |
line wrap: on
line diff
1.1 --- a/src/gb/GB.h Mon Jun 11 00:55:51 2012 -0500 1.2 +++ b/src/gb/GB.h Mon Jun 11 06:04:25 2012 -0500 1.3 @@ -44,6 +44,8 @@ 1.4 extern bool gbWriteBMPFile(const char *); 1.5 extern bool gbReadGSASnapshot(const char *); 1.6 1.7 +extern void getPixels32(int32 *); 1.8 + 1.9 extern int getRamSize(); 1.10 extern int getRomSize(); 1.11