pixelmischief #1 Posted May 16, 2020 Where can I get assembler source, for commercial-quality games, that has been released to the public domain. I want to get a look at how the big boys are accomplishing a few things that I am simply at a loss for how to do. Quote Share this post Link to post Share on other sites
Wrathchild #2 Posted May 16, 2020 You recently had Plastron sources: @MaPa generously includes many of his sources Way back there was also Jellybeans Though more a disassembly, you could also study Mastertronic's Colony Quote Share this post Link to post Share on other sites
Irgendwer #3 Posted May 16, 2020 (edited) Donkey Kong: https://atariage.com/forums/topic/130904-donkey-kong-source-code/ Edited May 16, 2020 by Irgendwer Quote Share this post Link to post Share on other sites
Rybags #4 Posted May 17, 2020 A few Atari games out there, even including Star Raiders. Though I'd not recommend it as a learning example. A more simple 2D game would be better. Plus plenty of scene/homebrew games over time have had the source code released, some even in parallel with the game itself. Quote Share this post Link to post Share on other sites
fantômas #5 Posted May 17, 2020 https://atariwiki.org/wiki/Wiki.jsp?page=Articles#section-Articles-SourceCode Quote Share this post Link to post Share on other sites
Graham Dearsley #6 Posted May 18, 2020 I would love to have a look at the source code for the Atari Galaxians cartridge or does anyone just know how they managed to put so many colours on the moving Galaxians ? Quote Share this post Link to post Share on other sites
+Stephen #7 Posted May 18, 2020 1 hour ago, Graham Dearsley said: I would love to have a look at the source code for the Atari Galaxians cartridge or does anyone just know how they managed to put so many colours on the moving Galaxians ? I believe that game used characters for the main formation, allowing for 5 colours per object. Quote Share this post Link to post Share on other sites
ivop #8 Posted May 18, 2020 On 5/16/2020 at 11:00 PM, pixelmischief said: I want to get a look at how the big boys are accomplishing a few things that I am simply at a loss for how to do. Also, don't forget to just ask stuff here Lot of knowledge among the AA users. 1 Quote Share this post Link to post Share on other sites
danwinslow #9 Posted May 18, 2020 36 minutes ago, ivop said: Also, don't forget to just ask stuff here Lot of knowledge among the AA users. Lol, that's putting it mildly. You guys collectively know more about the computers than the original devs did. 1 Quote Share this post Link to post Share on other sites
FifthPlayer #10 Posted May 19, 2020 14 hours ago, Graham Dearsley said: I would love to have a look at the source code for the Atari Galaxians cartridge or does anyone just know how they managed to put so many colours on the moving Galaxians ? Source code for the 5200 version of Galaxian is here. 1 Quote Share this post Link to post Share on other sites
R0ger #11 Posted May 21, 2020 Things like this can be easily analyzed in Altirra. Use ctrl+F8 to switch layer mode, that will show you what is PMG, and that is which field. Next ctrl+F8 will show you color registers changes during the frame. And if you break into debugger using F8, you can then use Alt+click on screen, to see what is the current Antic mode, VRAM address and DLIST address for line. That can give you some idea. 1 1 Quote Share this post Link to post Share on other sites