views:

69

answers:

1

Someone has suggested to me it was assembler, though I think there were some visual design tools, too. So how did they make it?

+3  A: 

I think it was actually assembler. 68 K assembly, as this article here shows. You can even find the 68K memory map there.

If you are actually interested in doing it, this nice post, does contain a whole lot of information.

If you try, you can even find a sega genesis C compiler ( I haven't tested it myself ),

Mr.Gando