X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fjaguar.h;h=aeb449d4080e3e2a93f1f541eddffd7a908640a7;hb=0031c06df2f7f099ca5ecf1632f46b92f6b0dd79;hp=f35a69fe4fd513352c274e48765b5b4cd98a8873;hpb=fe38472e196819be270458a2a3343935fed11b0a;p=virtualjaguar diff --git a/src/include/jaguar.h b/src/include/jaguar.h index f35a69f..aeb449d 100644 --- a/src/include/jaguar.h +++ b/src/include/jaguar.h @@ -46,4 +46,9 @@ void jaguar_long_write(unsigned offset, unsigned data); uint32 jaguar_interrupt_handler_is_valid(uint32 i); void jaguar_dasm(uint32 offset, uint32 qt); +//Temp debug stuff + +void DumpMainMemory(void); +uint8 * GetRamPtr(void); + #endif // #ifndef __JAGUAR_H__