summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamecube.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-249/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+5
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+4
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-4/+5
* update and fix various comments (nw) Lord-Nightmare2018-09-131-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-5/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* srcclean (nw) Vas Crabb2017-08-271-7/+7
* fix typo c&p error (nw) Lord-Nightmare2017-08-231-3/+3
* add build dates in comments for each gamecube ipl version (nw) Lord-Nightmare2017-08-231-10/+10
* (nw) Housekeeping. Robbbert2017-08-121-5/+5
* gamecube.cpp: update licensing; update copyright date per request; Separated ... Lord-Nightmare2017-08-091-29/+39
* gamecube: Fix regions so that non-US correctly executes too Dirk Best2017-08-091-3/+3
* New skeleton driver: Nintendo GameCube Dirk Best2017-08-091-0/+235