Given your advice, i've also added a little piece of code to my start() function to copy initialized data into ram, so i don't have to worry about initialized vars when coding.
Hi to everyone! I recently started to look into Megadrive/Genesis programming. So far i've been able to build little binaries writing directly in 68k asm and assembling, but when i tried to use the GenesisDev04 the problems started: First of all, i don't use windows, so i had to build my own ...