Zerosquare Posted November 20, 2008 Report Share Posted November 20, 2008 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 Link to comment Share on other sites More sharing options...
Matmook Posted November 27, 2008 Report Share Posted November 27, 2008 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. 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 More sharing options...
SCPCD Posted November 27, 2008 Report Share Posted November 27, 2008 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 More sharing options...
Zerosquare Posted November 27, 2008 Author Report Share Posted November 27, 2008 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. Link to comment Share on other sites More sharing options...
Matmook Posted November 28, 2008 Report Share Posted November 28, 2008 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 ... I'll do some tests. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now