Experiencing a real development of a Nes cart with 80’s computers

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems. See the NESdev wiki for more information.

Moderator: Moderators

Post Reply
aureus123
Posts: 11
Joined: Mon Mar 30, 2020 10:35 am

Experiencing a real development of a Nes cart with 80’s computers

Post by aureus123 »

Hi,

I was wondering which computers did use people in the 80’s to write and compile Nes games, and if it is possible to recreate part of that experience. For instance, I’ve a c64 with sd2iec and I’m thinking in writing a Hello World rom (merlin assembler maybe?) and then extracts the executable from the .d64 and put it into an N8 for testing it on the Nes (moreover I think the sd2iec allows to directly write a file on the root directory so maybe it is not necessary to use a PC for processing that, one compile it in the c64, press the reset button of the sd2iec, drop the file in the memory card (as far the file fits in the c64 memory), extract the card and put in directly into the everdrive :) ).
User avatar
Dwedit
Posts: 4921
Joined: Fri Nov 19, 2004 7:35 pm
Contact:

Re: Experiencing a real development of a Nes cart with 80’s computers

Post by Dwedit »

I know that a few devs made their own assemblers and linkers to run on MS-DOS machines. I think some of them used RAM-based cartridges as well.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: Experiencing a real development of a Nes cart with 80’s computers

Post by tokumaru »

AFAIK we have no records of the C64 being used for NES development back in the day, but you can certainly give that a go if you want. You don't need very sophisticated tools to write 6502 programs, but they do make the whole process much more convenient.
lidnariq
Posts: 11429
Joined: Sun Apr 13, 2008 11:12 am

Re: Experiencing a real development of a Nes cart with 80’s computers

Post by lidnariq »

Maybe just read this past thread: viewtopic.php?t=19368
Oziphantom
Posts: 1565
Joined: Tue Feb 07, 2017 2:03 am

Re: Experiencing a real development of a Nes cart with 80’s computers

Post by Oziphantom »

Commodore 128s were used in NES development. so you could use a C64 it would just be a lot slower ;)
Nasir used an Apple ][ with mini assembler, so anything could be used.
But MS-DOS, PDS or Software Creations assemblers were also used.
User avatar
rainwarrior
Posts: 8731
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: Experiencing a real development of a Nes cart with 80’s computers

Post by rainwarrior »

I've also heard of Atari ST, PC88 and PC98 being used to develop NES games.

There's a story about the first Kirby GB game being largely developed on a Famicom Disk System with a custom trackball accessory.

You could really use more or less any computer that was available at that time to make your game. There were fairly powerful computers available even in the early 80s, but what people actually ended up using would have been dependent on budget and availability of tools. Like the FDS thing might seem bizarre, but it would have been a lot less expensive than some kind of PC.

Making your own tools, especially an assembler, was very common to do.
User avatar
dougeff
Posts: 3078
Joined: Fri May 08, 2015 7:17 pm

Re: Experiencing a real development of a Nes cart with 80’s computers

Post by dougeff »

I think a lot of people at that time learned programming on 6502 computers (Apple II, Atari 800/900, C64, or BBC Micro), and likely had one of those at home. They were probably experts in 6502 assembly before they even saw an NES.

By the way, in the earliest days of NES, it wasn't uncommon for graphics to be hand drawn on graph paper, and then converted to hex numbers by hand, and then typed as a string of hex values.
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
Gilbert
Posts: 564
Joined: Sun Dec 12, 2010 10:27 pm
Location: Hong Kong
Contact:

Re: Experiencing a real development of a Nes cart with 80’s computers

Post by Gilbert »

Hudson Soft initially assembled their Famicom games using ACT65 on some "expensive CP/M86 system" (probably something in the Sharp X series, as they're an OEM contractor who wrote system software on these systems, and they later moved to using PC9801VM running CP/M), before eventually writing their own assembler and graphics tools on native PC9801 (which later also ported to MS-DOS).

You can check the original source of a certain game to experience what it was like at that time. I think if you can set up an environment to successfully recreate the ROM using old tools (instead of say, converting the files to be assembled something newer like ASM6) you're right on track.
Post Reply