PDA

View Full Version : OpenGenie - SMS/MD rom diggin' Opensource framework v1.0.0.8



wraggster
September 13th, 2009, 23:02
Conle over at Neoflash has posted a rather awesome tool for genesis roms, heres the release info:


All the project is coded in C and supports GCC 4.3+ new function allocators.
Also to port this project to another platform all you have to do is to checkout "port.h"
in "framework" directory , add your own directives/code and then make sure that you
have ported the "directory_iterator.c" so that it uses the native functions of your OS.

Please keep the code clean and optimized as it is now. Thx.

What this framework can do:
-Supports .SMD,BIN,GEN roms
-Is able to patch region code with simple commands
-Is able to patch linked roms with .IPS translated files on-the-fly
-Is able to patch IO device addresses
-Is able to patch all information without writting low level code
-Is able to recognize incorrect checksums and re-calculate & patch them
-Is able to convert roms to BIN(clean dumps)
-Supports bitfields for easy and efficient patching
-Includes a smart directory iterator for direct access to the wanted content
-Includes basic html generator for info dumping

Downloads Here --> http://www.neoflash.com/forum/index.php/topic,5760.msg40928/topicseen.html#msg40928