]> Shamusworld >> Repos - virtualjaguar/commitdiff
New timer based execution code
authorShamus Hammons <jlhamm@acm.org>
Fri, 4 Feb 2005 06:33:02 +0000 (06:33 +0000)
committerShamus Hammons <jlhamm@acm.org>
Fri, 4 Feb 2005 06:33:02 +0000 (06:33 +0000)
src/include/jaguar.h

index daef7050b9177152259f78b3650ea4fb2d8ff5f2..6dffc26dd8fe17bebe80830e9d3a02d87198096f 100644 (file)
@@ -14,7 +14,7 @@
 #include "objectp.h"
 #include "blitter.h"
 #include "clock.h"
-#include "anajoy.h"
+//#include "anajoy.h"
 #include "joystick.h"
 #include "dac.h"
 #include "jagdasm.h"
@@ -45,6 +45,8 @@ uint32 jaguar_interrupt_handler_is_valid(uint32 i);
 void jaguar_dasm(uint32 offset, uint32 qt);
 
 void JaguarExecute(uint32 * backbuffer, bool render);
+//For testing the new system...
+void JaguarExecuteNew(void);
 
 // Some handy macros to help converting native endian to big endian (jaguar native)
 // & vice versa