summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gameboy
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-4/+1
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* fix error handling (nw) smf-2024-10-171-1/+1
* Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. Vas Crabb2024-03-281-23/+19
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-254-33/+50
* Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... Vas Crabb2023-04-1115-122/+122
* bus/generic/slot.h: Added a variant of the non-power-of-two installer functio... Vas Crabb2023-04-103-6/+0
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-086-40/+19
* gameboy/slot.cpp: Fix error return for loose software AJR2023-04-051-1/+1
* API change for device_image_interface AJR2023-03-3021-182/+191
* Miscellaneous cleanup: Vas Crabb2022-11-161-0/+5
* bus/gameboy: Added support for Kong Feng and BBD cartridges. Vas Crabb2022-11-137-15/+299
* bus/gameboy: Added support for bootleg Telefang translations. Vas Crabb2022-11-129-13/+154
* bus/gameboy: Added support for Liebao Technology cartridges. Vas Crabb2022-11-126-1/+186
* bus/gameboy: Added comments about the "new" NT/Makon memory controller. Vas Crabb2022-11-111-2/+15
* bus/gameboy: Added support for newer NT/Makon cartridges. Vas Crabb2022-11-1012-178/+345
* -bus/gameboy: Support MBC6 ROMs in GBX format. Vas Crabb2022-10-142-0/+4
* bus/gameboy: Moved MBC3/MBC30 to their own file as separate devices. Vas Crabb2022-10-045-545/+742
* bus/gameboy: Fixed a HK0701/HK0819 protection read. Vas Crabb2022-09-281-1/+1
* Debugger updates: Vas Crabb2022-09-202-0/+8
* bus/gameboy: Improved GBCHK003 notes. Vas Crabb2022-09-191-4/+7
* bus/gameboy: Fixes for multi-game cartridges. Vas Crabb2022-09-198-172/+361
* bus/gameboy: Added support for banked RAM games in multi-game carts. Vas Crabb2022-09-181-5/+33
* bus/gameboy: Added support for two Vast Fame multi-game cartridges. Vas Crabb2022-09-182-50/+123
* bus/gameboy: Added partial support for some Chinese multi-game cartridges. Vas Crabb2022-09-187-24/+289
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-162-5/+9
* bus/gameboy/mbc.cpp: Added support for HK0701 and HK0819 bootlegs. Vas Crabb2022-09-156-4/+126
* Fixes and cleanup: Vas Crabb2022-09-152-2/+1
* bus/nes_ctrl: Cleaned up Famicom keyboard inputs; bus/gameboy: Shut up a coup... Vas Crabb2022-09-142-2/+4
* bus/gameboy: Added basic HuC-3 real-time clock simulation, and cleanup. Vas Crabb2022-09-145-19/+334
* bus/gameboy/mbc.cpp: Fixed up some details. Vas Crabb2022-09-132-11/+29
* bus/gameboy: Some header comment corrections. Vas Crabb2022-09-133-3/+3
* Reimplemented Game Boy and Mega Duck cartridge slots: Vas Crabb2022-09-1336-3238/+9112
* -nintendo/gb.cpp: Use taps to handle the boot ROM overlay. Vas Crabb2022-08-246-619/+665
* nintendo/gb.cpp: A bit of cleanup. Vas Crabb2022-08-213-0/+287
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-202-7/+5
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* Revert "gb.cpp: Improved MBC3 RTC handling. (#9035)" Vas Crabb2021-12-262-107/+32
* gb.cpp: Improved MBC3 RTC handling. (#9035) wilbertpol2021-12-242-32/+107
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-7/+7
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* gameboy: Fixed crash with momocol2 and varpack Robbbert2021-04-021-4/+3
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-4/+3
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-15/+17
* Spring cleaning: Vas Crabb2019-11-012-14/+14
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-302-2/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-266-182/+182
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-182/+182