Update of /cvsroot/vba/VisualBoyAdvance/src/gb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17142
Modified Files:
GB.cpp
Log Message:
Use structure for emulation functions
Index: GB.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/gb/GB.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** GB.cpp 28 Jan 2004 17:45:13 -0000 1.15
--- GB.cpp 28 Jan 2004 17:58:59 -0000 1.16
***************
*** 3165,3168 ****
--- 3165,3172 ----
// emuWriteBMP
gbWriteBMPFile,
+ // emuUpdateCPSR
+ NULL,
+ // emuHasDebugger
+ false,
// emuCount
#ifdef FINAL_VERSION
|