summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gb.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+4
* moar (nw) Vas Crabb2018-05-141-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-18/+18
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-35/+37
* Gameboy camera rom functional (#3442) Risugami2018-04-161-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-70/+74
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* More misc stuff (nw) Olivier Galibert2018-01-271-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* FYI when the company is unknown, we use "<unknown>". If it's an unknown bootl... hap2018-01-161-1/+1
* new working clone (#3053) incog2018-01-121-1/+9
* gameboy: remove spurious sentence from MBC1 documentation Tauwasser2017-06-211-2/+0
* gameboy: update MBC1--MBC5 mapper documentation Tauwasser2017-06-211-51/+32
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Flag all gameboy/gbcolor/supergb sets as having imperfect sound until fixes a... Scott Stone2016-11-041-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* gb.cpp: Some cpu, sound, and video updates (nw) Wilbert Pol2016-09-301-210/+98
* gameboy: Added DMG v0 boot rom. [gekkio] Wilbert Pol2016-06-141-24/+27
* Gameboy: remove M12 from M161 mapper designation Tauwasser2016-05-241-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+984