libretro / gambatte-libretro

Hard fork of Gambatte to the libretro API.
http://sourceforge.net/projects/gambatte/
GNU General Public License v2.0
105 stars 79 forks source link

MBC7 ROM support - Game Boy Color #96

Closed edwardsd97 closed 6 years ago

edwardsd97 commented 6 years ago

Roms like Kirby Tilt n Tumble do not work as they use a data format that gambatte does not support.

Apparently Visual Boy Advance has some code that might be portable for this

https://github.com/visualboyadvance-m/visualboyadvance-m/blob/master/src/gb/gbMemory.h#L50 https://github.com/visualboyadvance-m/visualboyadvance-m/blob/master/src/gb/gbMemory.cpp#L664

I took a look at doing the port myself but the differences in operations between VBA and gambatte are a bit mysterious to me. Someone with more experience with these codebases might have a better time with it.

sergiobenrocha2 commented 6 years ago

See #33

hizzlekizzle commented 6 years ago

Closed for duplicate issue.