I like to decompile and find out how does the developers make these games.
Is it possible and how should i go about it?
And also is it ok to take images from these games
Thanks
I like to decompile and find out how does the developers make these games.
Is it possible and how should i go about it?
And also is it ok to take images from these games
Thanks
this is likely offtopic but here's an answer anyway.
all images are likely to be copyrighted so you can't 'take' them from the games.
decompiling the games themselves will likely require machine-code level knowledge of the system itself. a good place to start reading about this would be an emulator for the system you're looking at.
If the games are copyrighted it's illegal to reverse-engineer them (in most cases.)
I imagine games back then were often written in assembly language. What you're looking for is a disassembler for Motorola 68k (Genesis/Mega Drive) or 65c816 (SNES).
In order to make any sense of the disassembly, you should join a community of other old school enthusiasts and check out the documentation available.