rebmaboss Posted July 3, 2011 Share Posted July 3, 2011 I have the source code for Commando, as well as the Atari 7800 Development System. Assuming that I have knowledge on programming for the system, what are the steps I need to take to compile the code and run it in a tester/debugger? Quote Link to comment Share on other sites More sharing options...
GroovyBee Posted July 3, 2011 Share Posted July 3, 2011 Look at the pinned thread at the top of this forum. There is plenty of information in there to get you going. Personally I wouldn't develop anything using the ST based development system (if that's what you mean by the "Atari 7800 Development System"). You would be much better off using modern PC tools e.g. DASM, CC65 assembler and something like the ProSystem emulator to get going. Quote Link to comment Share on other sites More sharing options...
rebmaboss Posted July 3, 2011 Author Share Posted July 3, 2011 Look at the pinned thread at the top of this forum. There is plenty of information in there to get you going. Personally I wouldn't develop anything using the ST based development system (if that's what you mean by the "Atari 7800 Development System"). You would be much better off using modern PC tools e.g. DASM, CC65 assembler and something like the ProSystem emulator to get going. While I see where you're coming from, prosystem doesn't have any debugging tools. Or does it? Quote Link to comment Share on other sites More sharing options...
GroovyBee Posted July 3, 2011 Share Posted July 3, 2011 While I see where you're coming from, prosystem doesn't have any debugging tools. Or does it? Correct! There is a debugger in MESS (which also emulates the 7800), however I'm not a MESS user. Quote Link to comment Share on other sites More sharing options...
rebmaboss Posted July 3, 2011 Author Share Posted July 3, 2011 While I see where you're coming from, prosystem doesn't have any debugging tools. Or does it? Correct! There is a debugger in MESS (which also emulates the 7800), however I'm not a MESS user. Okay, MESS debugger working. So indeed, newer tools are better Quote Link to comment Share on other sites More sharing options...
GroovyBee Posted July 3, 2011 Share Posted July 3, 2011 Okay, MESS debugger working. So indeed, newer tools are better Have fun on your project(s). Quote Link to comment Share on other sites More sharing options...
cdoty Posted July 24, 2011 Share Posted July 24, 2011 (edited) Okay, MESS debugger working. So indeed, newer tools are better I'm not sure why people overlook the MESS debugger. MESS isn't the most accurate emulator, but the debugger is better than any I've seen in emulators. I typically use a more accurate emulator for testing and MESS for debugging. Edited July 24, 2011 by cdoty Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.