summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ps2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+23
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+27
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* ps2.cpp: fix debug build validation (nw) Ivan Vangelista2016-02-291-1/+1
* at: create at motherboard device and split pci and ps2 machines into own file... cracyc2016-02-241-0/+255