Jump to content

Mindebug : The Basis For A Jaguar Debugger


Zerosquare

Recommended Posts

Since sergi requested it, here's an old source of mine that could be used as a basis for a Jaguar debugger, or anything that needs reliable bidirectional communication between a PC and a Jaguar. It's very rudimentary, because I was too lazy to finish it ;)

 

MinDebug.zip

 

I wanted to test this very interresting tool but I can not make it work. :blink:

 

I managed to get the green screen (loading mindebug.jag at $ 4000) but I have not managed to load my binary using the following command : mindebug u foo.bin 4000

I get a "Transfert Error" message.

 

I must have missed something ... Is there something else to do ?

Link to comment
Share on other sites

I think because you upload the mindebug.jag to $4000, in fact, you should upload mindebug.jag to $1FF000 (don't tried, read into the Makefile.bat) else you will erase the mindebug program when upload the new program with it.

 

Link to comment
Share on other sites

Indeed. By the way, MinDebug.jag has a header, so if you don't specify an address in the BJL uploader command line, it will be uploaded at the correct address automatically.

 

Ok....I was uploading mindebug.jag on $4000...So I was erasing the mindebug.jag while uploading my foo.bin ... :sweating:

 

I'll do some tests.

 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...