Famicom Party: Making NES Games in Assembly
famicom.party
Famicom Party: Making NES Games in Assembly
1–10 of 28 posts
Re: Famicom Party: Making NES Games in Assembly
#2Some other cool resources for NES:
Re: Famicom Party: Making NES Games in Assembly
#3Re: Famicom Party: Making NES Games in Assembly
#4Re: Famicom Party: Making NES Games in Assembly
#5Anyone know what resources developers actually used for programming consoles back in the days of the NES/SNES (and even the PSX)? Nowadays we have a lot of resources and open source games, but it's still pretty hard to make good homebrew. Was it just a matter of the mindset of the time that most programmers don't have anymore?
Re: Famicom Party: Making NES Games in Assembly
#6Anyone know what resources developers actually used for programming consoles back in the days of the NES/SNES (and even the PSX)? Nowadays we have a lot of resources and open source games, but it's still pretty hard to make good homebrew. Was it just a matter of the mindset of the time that most programmers don't have anymore?
At that time, if you were lucky, you'd have a 20Mbyte hard drive on the PC and 600k or so of Ram.
In our case we had written a few custom graphics tools but in the main graphics were either hand drawn onto graph paper, or drawn in deluxe paint on the Amiga.
Some of the Japanese companies had very peculiar rules.I know of one well known company who kept their programmers and artists in entirely separate offices. Artists would burn their finished graphics onto an eeprom and the poor programmers would simply be presented with the rom images to do what they could with.
Re: Famicom Party: Making NES Games in Assembly
#7Re: Famicom Party: Making NES Games in Assembly
#8Anyone know what resources developers actually used for programming consoles back in the days of the NES/SNES (and even the PSX)? Nowadays we have a lot of resources and open source games, but it's still pretty hard to make good homebrew. Was it just a matter of the mindset of the time that most programmers don't have anymore?
Usually a simple 6502 assembler, debugger combination with an integrated editor on a dedicated PC, hooked up a cable into some kind of magic box on the target NES. In the UK at least a system called PDS was popular though it wasn't uncommon for development houses to have custom written development environments. At that time, if you were lucky, you'd have a 20Mbyte hard drive on the PC and 600k or so of Ram. In our ca…
Re: Famicom Party: Making NES Games in Assembly
#9"Super Mario Bros. is quite likely the most iconic NES game of all time, and it, like Donkey Kong, was produced by a team of five people, two of whom were programmers."
Now, I know how they did it, but I'm no less in awe of them, because they did these things with development tools that were barely anything. Remarkable generation of developers, laying creative and technical ground work for an entire planet of gamers.