summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gameboy/carts.cpp
Commit message (Expand)AuthorAgeFilesLines
* bus/gameboy: Added support for Kong Feng and BBD cartridges. Vas Crabb2022-11-131-0/+4
* bus/gameboy: Added support for bootleg Telefang translations. Vas Crabb2022-11-121-0/+2
* bus/gameboy: Added support for Liebao Technology cartridges. Vas Crabb2022-11-121-0/+3
* bus/gameboy: Added support for newer NT/Makon cartridges. Vas Crabb2022-11-101-2/+3
* bus/gameboy: Moved MBC3/MBC30 to their own file as separate devices. Vas Crabb2022-10-041-1/+2
* bus/gameboy: Fixes for multi-game cartridges. Vas Crabb2022-09-191-2/+3
* bus/gameboy: Added partial support for some Chinese multi-game cartridges. Vas Crabb2022-09-181-0/+3
* bus/gameboy/mbc.cpp: Added support for HK0701 and HK0819 bootlegs. Vas Crabb2022-09-151-0/+2
* Fixes and cleanup: Vas Crabb2022-09-151-1/+1
* bus/gameboy: Added basic HuC-3 real-time clock simulation, and cleanup. Vas Crabb2022-09-141-0/+2
* Reimplemented Game Boy and Mega Duck cartridge slots: Vas Crabb2022-09-131-31/+86
* -nintendo/gb.cpp: Use taps to handle the boot ROM overlay. Vas Crabb2022-08-241-0/+48