Available Freeware ROMs with 68K ASM Source?

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Post Reply
jarrodparkes
Interested
Posts: 17
Joined: Tue Sep 04, 2012 1:03 pm
Location: United States
Contact:

Available Freeware ROMs with 68K ASM Source?

Post by jarrodparkes »

Are there any freely available ROM's with source code (68K) that are proven to work on actual hardware?

Thanks,
Jarrod
TmEE co.(TM)
Very interested
Posts: 2452
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) »

What kind of complexity are you looking for ?
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
jarrodparkes
Interested
Posts: 17
Joined: Tue Sep 04, 2012 1:03 pm
Location: United States
Contact:

Post by jarrodparkes »

Enough to get me started, but I am not getting picky if there is not much available. Ideally, something that boots correctly, displays something to the screen, has some input logic, and maybe some music.
TmEE co.(TM)
Very interested
Posts: 2452
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) »

Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
jarrodparkes
Interested
Posts: 17
Joined: Tue Sep 04, 2012 1:03 pm
Location: United States
Contact:

Post by jarrodparkes »

Awesome. I'll take a look at it tonight when I get a free moment.

Thanks,
Jarrod
slobu
Very interested
Posts: 85
Joined: Tue Apr 03, 2012 6:02 pm

Post by slobu »

Hacking-Cult has some commented code (asm)
http://www.hacking-cult.org/?r/18
jarrodparkes
Interested
Posts: 17
Joined: Tue Sep 04, 2012 1:03 pm
Location: United States
Contact:

Post by jarrodparkes »

slobu wrote:Hacking-Cult has some commented code (asm)
http://www.hacking-cult.org/?r/18
Awesome. Do you know if it will run on real hardware?
slobu
Very interested
Posts: 85
Joined: Tue Apr 03, 2012 6:02 pm

Post by slobu »

jarrodparkes wrote:
slobu wrote:Hacking-Cult has some commented code (asm)
http://www.hacking-cult.org/?r/18
Awesome. Do you know if it will run on real hardware?
Honestly, your skills are way above mine. The only way to know for sure is to compile the examples, pad them, then stick on a flash cart. They seem legit though. None of the text or comments indicate that they shouldn't (work on real hw)
jarrodparkes
Interested
Posts: 17
Joined: Tue Sep 04, 2012 1:03 pm
Location: United States
Contact:

Post by jarrodparkes »

TmEE co.(TM) wrote:I once made this :

http://www.tmeeco.eu/Fileden/TMEGALIB.RAR
It says that it can be assembled using the SNASM68K, do have an example .bat to assemble all the files?
TmEE co.(TM)
Very interested
Posts: 2452
Joined: Tue Dec 05, 2006 1:37 pm
Location: Estonia, Rapla City
Contact:

Post by TmEE co.(TM) »

SNASM68K -P inputfile.asm outputfile.bin

AS80 -i -x3 -n -z -lnul inputfile.asm
Mida sa loed ? Nagunii aru ei saa ;)
http://www.tmeeco.eu
Files of all broken links and images of mine are found here : http://www.tmeeco.eu/FileDen
Post Reply