Page 1 of 1

MD disassemblies and source codes

Posted: Thu Dec 14, 2006 7:12 am
by stalepie
Another person here said that he had the source code to Barkley Shutup & Jam. Are there any more source files out there of commercial games? (Or homebrew games for that matter, that the makers are willing to share?) Also the NES community has collected dozens of disassemblies of ROMs from classic games, many of which have been annotated with notes for studying. I was wondering if there are any disassemblies for Genesis ROMs.

Posted: Thu Dec 14, 2006 7:49 am
by ob1
It seems to _m_e that cdoty has a disassembler.

Posted: Thu Dec 14, 2006 9:03 am
by TmEE co.(TM)
Where can I (and everyone else) get it ?

Posted: Thu Dec 14, 2006 9:11 am
by stalepie
Yes, where can I (and everyone else) get it??

Posted: Thu Dec 14, 2006 9:38 am
by ob1
http://sega-devega.net/assemblers.php

I'm beginning to miss this "files" section !

Posted: Thu Dec 14, 2006 10:57 am
by stalepie
I wish that Lewis Bassett's "Sega Megadrive Programming Basics" was finished.

Posted: Thu Dec 14, 2006 1:05 pm
by KanedaFr
I commented some games (but delete the files) with M.IDA
you can also found some Sonic disassembled with IDA too

official sources are rarest since they are under NDA :(

Posted: Thu Dec 14, 2006 1:58 pm
by stalepie
stalepie wrote:I wish that Lewis Bassett's "Sega Megadrive Programming Basics" was finished.
oh, that's the same person as metalix.

Re: MD disassemblies and source codes

Posted: Thu Dec 14, 2006 7:55 pm
by plee
stalepie wrote:Another person here said that he had the source code to Barkley Shutup & Jam. Are there any more source files out there of commercial games? (Or homebrew games for that matter, that the makers are willing to share?) Also the NES community has collected dozens of disassemblies of ROMs from classic games, many of which have been annotated with notes for studying. I was wondering if there are any disassemblies for Genesis ROMs.
I bought the source code disks to Barkley Shutup & Jam off of eBay a couple of years ago, don't know about copyright legalities with it but it pretty interesting stuff :)

I released the code to Berzerk and Charles has release some code of his own also. It's out there just need a central repository for it...

Re: MD disassemblies and source codes

Posted: Thu Dec 14, 2006 8:21 pm
by stalepie
plee wrote:
stalepie wrote:Another person here said that he had the source code to Barkley Shutup & Jam. Are there any more source files out there of commercial games? (Or homebrew games for that matter, that the makers are willing to share?) Also the NES community has collected dozens of disassemblies of ROMs from classic games, many of which have been annotated with notes for studying. I was wondering if there are any disassemblies for Genesis ROMs.
I bought the source code disks to Barkley Shutup & Jam off of eBay a couple of years ago, don't know about copyright legalities with it but it pretty interesting stuff :)

I released the code to Berzerk and Charles has release some code of his own also. It's out there just need a central repository for it...
Could you send the files to me? stalepie@hotmail.com

Posted: Thu Dec 21, 2006 8:43 pm
by stalepie
Sonic 1 and 2 disassemblies by drx:
http://www.hacking-cult.org/?x/2

I figure most readers already know about his site, but for any newcomers here, there you go.

Posted: Fri Dec 22, 2006 6:37 am
by TmEE co.(TM)
I found the Cdotys dissassemblers, go to programmersheaven.com and search for them in Sega MD/Genny dev section.

Posted: Fri Dec 22, 2006 7:50 am
by Pascal
just a idea, i'm not confident with cgi and perl, but there's a program like cfiles, which allow to upload files to the 'scene'
http://www.carrickit.com.au/scripts/cfiles/

and a example of use of it
http://www.gp32x.de/cgi-bin/cfiles.cgi

maybe that's something to dig ;)

Re: MD disassemblies and source codes

Posted: Fri Dec 22, 2006 10:19 am
by Stef
plee wrote:
stalepie wrote:Another person here said that he had the source code to Barkley Shutup & Jam. Are there any more source files out there of commercial games? (Or homebrew games for that matter, that the makers are willing to share?) Also the NES community has collected dozens of disassemblies of ROMs from classic games, many of which have been annotated with notes for studying. I was wondering if there are any disassemblies for Genesis ROMs.
I bought the source code disks to Barkley Shutup & Jam off of eBay a couple of years ago, don't know about copyright legalities with it but it pretty interesting stuff :)

I released the code to Berzerk and Charles has release some code of his own also. It's out there just need a central repository for it...
Just want to know the format of the sources : C or ASM ?

Re: MD disassemblies and source codes

Posted: Wed Feb 07, 2007 9:23 pm
by plee
Stef wrote:
plee wrote:
stalepie wrote:Another person here said that he had the source code to Barkley Shutup & Jam. Are there any more source files out there of commercial games? (Or homebrew games for that matter, that the makers are willing to share?) Also the NES community has collected dozens of disassemblies of ROMs from classic games, many of which have been annotated with notes for studying. I was wondering if there are any disassemblies for Genesis ROMs.
I bought the source code disks to Barkley Shutup & Jam off of eBay a couple of years ago, don't know about copyright legalities with it but it pretty interesting stuff :)

I released the code to Berzerk and Charles has release some code of his own also. It's out there just need a central repository for it...
Just want to know the format of the sources : C or ASM ?
It's not well organized but also included the NES version which was mainly in C and some ASM. The Genesis version is the opposite, mostly ASM with some C. I was gonna try to re-compile the code to match the "known" rom version but never got around to it. :(