summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gameboy/mbc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Encourage use of read/write delegate creator helpers (demo on Game Boy cartri... Vas Crabb2023-04-111-26/+26
* API change for device_image_interface AJR2023-03-301-43/+45
* bus/gameboy: Added support for Kong Feng and BBD cartridges. Vas Crabb2022-11-131-14/+282
* bus/gameboy: Added support for newer NT/Makon cartridges. Vas Crabb2022-11-101-67/+0
* bus/gameboy: Moved MBC3/MBC30 to their own file as separate devices. Vas Crabb2022-10-041-543/+0
* bus/gameboy: Fixed a HK0701/HK0819 protection read. Vas Crabb2022-09-281-1/+1
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-161-1/+5
* bus/gameboy/mbc.cpp: Added support for HK0701 and HK0819 bootlegs. Vas Crabb2022-09-151-0/+112
* bus/nes_ctrl: Cleaned up Famicom keyboard inputs; bus/gameboy: Shut up a coup... Vas Crabb2022-09-141-1/+3
* bus/gameboy: Added basic HuC-3 real-time clock simulation, and cleanup. Vas Crabb2022-09-141-4/+4
* bus/gameboy/mbc.cpp: Fixed up some details. Vas Crabb2022-09-131-9/+27
* Reimplemented Game Boy and Mega Duck cartridge slots: Vas Crabb2022-09-131-1687/+1432
* -nintendo/gb.cpp: Use taps to handle the boot ROM overlay. Vas Crabb2022-08-241-20/+432
* nintendo/gb.cpp: A bit of cleanup. Vas Crabb2022-08-211-0/+172
* Revert "gb.cpp: Improved MBC3 RTC handling. (#9035)" Vas Crabb2021-12-261-92/+31
* gb.cpp: Improved MBC3 RTC handling. (#9035) wilbertpol2021-12-241-31/+92
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-301-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-66/+66
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-66/+66
* bus/gameboy, bus/snes: Simplify read/write handlers (nw) AJR2019-03-091-66/+66
* Gameboy camera rom functional (#3442) Risugami2018-04-161-0/+87
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+8
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-8/+8
* Gameboy v8 (#2477) Tauwasser2017-07-151-1/+1
* gameboy: MBC3 init rtc_enabled field in ctor Tauwasser2017-06-211-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-62/+62
* Self-registering devices prep: Vas Crabb2017-02-271-17/+17
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-17/+16
* gb.cpp: Added Rumble emulation to the MBC-5 Game Boy etabeta782016-06-061-24/+37
* Gameboy: coding standard cleanup Tauwasser2016-05-241-12/+11
* Gameboy: add MMM01 implementation Tauwasser2016-05-241-46/+109
* Gameboy: MBC1 init member with enum, not int Tauwasser2016-05-241-2/+2
* Gameboy: add correct M161 implementation Tauwasser2016-05-241-9/+13
* Gameboy: remove M12 from M161 mapper designation Tauwasser2016-05-241-3/+3
* reverting: Miodrag Milanovic2016-01-201-21/+21
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-21/+21
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-24/+24
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1274