LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.69k stars 211 forks source link

Unsupported mappers #57

Open sczther opened 6 years ago

sczther commented 6 years ago

Several mappers are unsupported. Official: MBC6 TAMA5

Unlicensed: Rocket #303 Wisdom Tree SmartCom Datel Orbital #461 Bootleg Mappers (Probably the easiest way is to support the GBX format from Taizou - http://hhug.me/gbx )

LIJI32 commented 6 years ago

The Game Boy camera IS supported, complete with actual camera support and the brightness/contrast registers (but actual camera binding is only available in the macOS port). HuC3 has basic support (only mapper support, other features of the mapper are not emulated).

Unlicensed mappers are currently non-goals.

sczther commented 6 years ago

Fixed GB Camera, don't know why I wrote it. At least Pocket Family GB2 (HuC3) throws some error on boot.

I understand the unlicensed mappers being a lesser priority, but it would be nice once you have the cores done. They often have much more games than some of the more obscure official mappers, and it's a pain to find an emu that supports them (mostly MAME for the western and HhugBoy for the asian).

sczther commented 2 years ago

Updated with current information, added links to relevant issues