summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prestige.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-21/+21
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-26/+29
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-8/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+18
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* New NOT working software list Sandro Ronco2017-08-081-1/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-22/+22
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* New NOT WORKING machine Sandro Ronco2016-11-121-0/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-11/+11
* fix after pass through the diff Vas Crabb2016-08-011-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* New NOT WORKING systems Sandro Ronco2016-07-091-0/+9
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* corrected software list connection for snotec, snotecex, pc1000 and ordisava sparrowred2016-02-031-0/+1
* Fix remainder of this == NULL checks from Tafoids run mooglyguy2016-01-231-2/+8
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* New NOT WORKING systems Sandro Ronco2015-12-131-5/+29
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+893