How were SEGA games made?

cyberdine

Honorable
Mar 24, 2013
2
0
10,510
just wondering how sega games were created and what programmes did developers use to create the games? thinking of using a modern programme/software to create a game for phone apps.

any advice will be appreciated thanks
 
Back in the old days, most of the coding was done in VERY low level assembly. I'm actually fairly active in teh ROM hacking community, and I've seen some of the low-level hacks in the assembly code to "make things work". I suspect mid-level tools existed, but a lot of work was done via hardcoded assembly edits.
 


Yeah your right 8 Bit CPU's can only handle assembler, they were also only running about 64kb of RAM so there wasn't a whole lot of memory adresses available for the rom itself.
 


Fun fact: in the first Sonic game, the SEGA intro screen took up 25% of the ROM. That sound sample took up that much space.

Still, when you hardcode everything, you can do with that little amount of RAM.