X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fjaguar.h;h=aeb449d4080e3e2a93f1f541eddffd7a908640a7;hb=4fc7c64eac42b571ee64ec693e6da1d5a458344f;hp=f35a69fe4fd513352c274e48765b5b4cd98a8873;hpb=aaa37222bec76a065e74830b363e8c9dfa4709ae;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__