diff src/gb/GB.h @ 522:5596cd4a3fc6

added RAM display.
author Robert McIntyre <rlm@mit.edu>
date Sat, 23 Jun 2012 19:12:26 -0500
parents a6d060a64246
children d00096b6bf17
line wrap: on
line diff
     1.1 --- a/src/gb/GB.h	Sat Jun 23 17:45:38 2012 -0500
     1.2 +++ b/src/gb/GB.h	Sat Jun 23 19:12:26 2012 -0500
     1.3 @@ -63,6 +63,8 @@
     1.4  
     1.5  extern long gbWriteMemSaveStatePos(char *, int);
     1.6  
     1.7 +extern u8 gbReadMemory(u16 address);
     1.8 +
     1.9  extern struct EmulatedSystem GBSystem;
    1.10  extern struct EmulatedSystemCounters &GBSystemCounters;
    1.11