Advertisement

Does anyone know where I could get.....

Started by April 23, 2001 07:22 AM
2 comments, last by Dark Star 23 years, 9 months ago
the source code to some of the old master system or mega drive games like Sonic or Alex Kidd, or Bubble Bobble. Does anyone know if these Japanese companies release any of their old time software. Thanks Dark Star
---------------------------------------------You Only Live Once - Don't be afriad to take chances.
If you have the games, the code is on the ROMs inside the cartridges

Magmai Kai Holmlor
- The disgruntled & disillusioned
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Advertisement
Just how do I go about getting the code of these ROMS?


Dark Star

---------------------------------------------You Only Live Once - Don't be afriad to take chances.
Heh...

It will be in the machine code of the particular machine that it was designed for.

You''d need to make a machine code->assembler converter, if you can find the format of the code (whether or not it is variable sized, or fixed size instructions, what the instructions do, etc).

It''s a pretty complex task. you could even try to convert the internal assembler to C code, or if you''re even more lofty, try to make a machine code converter, so that it converts the ROM to an x86 exe.

good luck, because these things are incredibly difficult to do. If you need help, look into the emulation scene.

===============================================
Have I no control, is my soul not mine?
Am I not just man, destiny defined?
Never to be ruled, nor held to heel!
This is my signature. There are many like it, but this one is mine. My signature is my best friend. It is my life. I must master it as I must master my life. My signature, without me, is useless. Without my signature, I am useless.

This topic is closed to new replies.

Advertisement