Looking for Tyranyd's Saturn Debugger source

Looking for Tyranyd's Saturn Debugger source

Hi guys,

I might be wrong, but I think I saw source code for Tyranid's debugger 0.70 about half year ago. Back then my interest in Saturn coding was of a purely academical nature.

If anyone have it, please send me a private message or post an url in this forum.

Thank you very much!
 
Looking for Tyranyd's Saturn Debugger source

Thanks, bro! I owe you a beer (only in case you are 21 years old or older, no purcase necessary) 🙂

This debugger is the only upload/run tool that works with real Datel's cart 🙂

I will peek and poke bits and pieces from it to McDonalds satutil to make it work with my Gameshark. And satutil needs a nice simple MFC GUI too 🙂
 
Looking for Tyranyd's Saturn Debugger source

Originally posted by dhau@Nov 10, 2003 @ 05:26 PM

Thanks, bro! I owe you a beer (only in case you are 21 years old or older, no purcase necessary) 🙂

This debugger is the only upload/run tool that works with real Datel's cart 🙂

I will peek and poke bits and pieces from it to McDonalds satutil to make it work with my Gameshark. And satutil needs a nice simple MFC GUI too 🙂

I use a Datel cart and everything works (SSFEXE,vdp1view and satutil)

here is my Datel model ( 3 in 1)

ActionReplay.gif


ARcover.gif
 
Looking for Tyranyd's Saturn Debugger source

Quite interesting. I'll scan my card as well. It's a regular north american Saturn GameShark 1.x (not a 3-in-1 or anything like this).

The only difference in Tyranid's code between EMS and Datel bootloaders is:

Code:
; btdatel.s

_ReadPort:  .long 0x22600001

_WritePort:  .long 0x22400001

_FlagPort:  .long 0x22500001

; bootload.s

_ReadPort:  .long 0x22180001

_WritePort:  .long 0x22080001

_FlagPort:  .long 0x22100001

Funny 😉
 
Looking for Tyranyd's Saturn Debugger source

Yeah, the EMS firmware is just a hack of the Datel firmware (if you look at it you'll see a few references to Datel Electronics), the address decoding on the carts is different though.
 
Back
Top