| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix error handling (nw) |  smf- | 2024-10-17 | 1 | -1/+1 |
| * | Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. |  Vas Crabb | 2024-03-28 | 1 | -23/+19 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 4 | -33/+50 |
| * | Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... |  Vas Crabb | 2023-04-11 | 15 | -122/+122 |
| * | bus/generic/slot.h: Added a variant of the non-power-of-two installer functio... |  Vas Crabb | 2023-04-10 | 3 | -6/+0 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 6 | -40/+19 |
| * | gameboy/slot.cpp: Fix error return for loose software |  AJR | 2023-04-05 | 1 | -1/+1 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 21 | -182/+191 |
| * | Miscellaneous cleanup: |  Vas Crabb | 2022-11-16 | 1 | -0/+5 |
| * | bus/gameboy: Added support for Kong Feng and BBD cartridges. |  Vas Crabb | 2022-11-13 | 7 | -15/+299 |
| * | bus/gameboy: Added support for bootleg Telefang translations. |  Vas Crabb | 2022-11-12 | 9 | -13/+154 |
| * | bus/gameboy: Added support for Liebao Technology cartridges. |  Vas Crabb | 2022-11-12 | 6 | -1/+186 |
| * | bus/gameboy: Added comments about the "new" NT/Makon memory controller. |  Vas Crabb | 2022-11-11 | 1 | -2/+15 |
| * | bus/gameboy: Added support for newer NT/Makon cartridges. |  Vas Crabb | 2022-11-10 | 12 | -178/+345 |
| * | -bus/gameboy: Support MBC6 ROMs in GBX format. |  Vas Crabb | 2022-10-14 | 2 | -0/+4 |
| * | bus/gameboy: Moved MBC3/MBC30 to their own file as separate devices. |  Vas Crabb | 2022-10-04 | 5 | -545/+742 |
| * | bus/gameboy: Fixed a HK0701/HK0819 protection read. |  Vas Crabb | 2022-09-28 | 1 | -1/+1 |
| * | Debugger updates: |  Vas Crabb | 2022-09-20 | 2 | -0/+8 |
| * | bus/gameboy: Improved GBCHK003 notes. |  Vas Crabb | 2022-09-19 | 1 | -4/+7 |
| * | bus/gameboy: Fixes for multi-game cartridges. |  Vas Crabb | 2022-09-19 | 8 | -172/+361 |
| * | bus/gameboy: Added support for banked RAM games in multi-game carts. |  Vas Crabb | 2022-09-18 | 1 | -5/+33 |
| * | bus/gameboy: Added support for two Vast Fame multi-game cartridges. |  Vas Crabb | 2022-09-18 | 2 | -50/+123 |
| * | bus/gameboy: Added partial support for some Chinese multi-game cartridges. |  Vas Crabb | 2022-09-18 | 7 | -24/+289 |
| * | debugger/win: Added capability to save/restore window arrangement. |  Vas Crabb | 2022-09-16 | 2 | -5/+9 |
| * | bus/gameboy/mbc.cpp: Added support for HK0701 and HK0819 bootlegs. |  Vas Crabb | 2022-09-15 | 6 | -4/+126 |
| * | Fixes and cleanup: |  Vas Crabb | 2022-09-15 | 2 | -2/+1 |
| * | bus/nes_ctrl: Cleaned up Famicom keyboard inputs; bus/gameboy: Shut up a coup... |  Vas Crabb | 2022-09-14 | 2 | -2/+4 |
| * | bus/gameboy: Added basic HuC-3 real-time clock simulation, and cleanup. |  Vas Crabb | 2022-09-14 | 5 | -19/+334 |
| * | bus/gameboy/mbc.cpp: Fixed up some details. |  Vas Crabb | 2022-09-13 | 2 | -11/+29 |
| * | bus/gameboy: Some header comment corrections. |  Vas Crabb | 2022-09-13 | 3 | -3/+3 |
| * | Reimplemented Game Boy and Mega Duck cartridge slots: |  Vas Crabb | 2022-09-13 | 36 | -3238/+9112 |
| * | -nintendo/gb.cpp: Use taps to handle the boot ROM overlay. |  Vas Crabb | 2022-08-24 | 6 | -619/+665 |
| * | nintendo/gb.cpp: A bit of cleanup. |  Vas Crabb | 2022-08-21 | 3 | -0/+287 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 2 | -7/+5 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -11/+3 |
| * | Revert "gb.cpp: Improved MBC3 RTC handling. (#9035)" |  Vas Crabb | 2021-12-26 | 2 | -107/+32 |
| * | gb.cpp: Improved MBC3 RTC handling. (#9035) |  wilbertpol | 2021-12-24 | 2 | -32/+107 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -7/+7 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -1/+1 |
| * | gameboy: Fixed crash with momocol2 and varpack |  Robbbert | 2021-04-02 | 1 | -4/+3 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
| * | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -4/+3 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -15/+17 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -14/+14 |
| * | src/devices: Replace output().set_value with output finders (nw) |  AJR | 2019-10-30 | 2 | -2/+5 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 6 | -182/+182 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 6 | -182/+182 |
| * | bus/gameboy, bus/snes: Simplify read/write handlers (nw) |  AJR | 2019-03-09 | 6 | -182/+182 |
| * | -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... |  mooglyguy | 2018-12-17 | 1 | -14/+18 |