summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4dpi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build fix and housekeeping (nw) AJR2019-11-181-1/+1
* New machines marked as NOT_WORKING Patrick Mackinlay2019-11-181-24/+353
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-76/+46
* sgi_gr1: small steps (nw) Patrick Mackinlay2019-10-141-5/+23
* 4dpi: duh (nw) Patrick Mackinlay2019-09-201-6/+9
* 4dpi: refactoring (nw) Patrick Mackinlay2019-09-191-1/+1
* 4dpi: wip (nw) Patrick Mackinlay2019-09-181-7/+13
* 4dpi: oops (nw) Patrick Mackinlay2019-09-131-1/+1
* 4dpi: fix retrace interrupt (nw) Patrick Mackinlay2019-09-131-5/+5
* 4dpi: graphics wip (nw) Patrick Mackinlay2019-08-291-2/+20
* 4dpi: latch timer outputs (nw) Patrick Mackinlay2019-08-161-7/+11
* fix building (nw) smf-2019-08-091-1/+1
* 4dpi: working, sorta (nw) Patrick Mackinlay2019-08-091-7/+9
* 4dpi: wip (nw) Patrick Mackinlay2019-08-081-89/+205
* 4dpi: fix lio masking (nw) Patrick Mackinlay2019-08-021-10/+28
* 4dpi: add 4D/25 (nw) Patrick Mackinlay2019-07-171-23/+60
* Move modern SCSI CD/HD devices into src/devices/bus/nscsi (nw) AJR2019-07-111-2/+2
* 4dpi: wip (nw) Patrick Mackinlay2019-07-041-19/+35
* 4dpi: wip (nw) Patrick Mackinlay2019-07-031-57/+261
* 4dpi: wip checkpoint (nw) Patrick Mackinlay2019-06-281-224/+236
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+11
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-051-11/+9
* srcclean and fixup (nw) Vas Crabb2018-11-251-5/+5
* 4dpi: comments (nw) Patrick Mackinlay2018-11-211-4/+10
* r3000: call it like it is (nw) Patrick Mackinlay2018-11-061-1/+1
* r3000: modernize, add tlb support Patrick Mackinlay2018-11-061-7/+7
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-2/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-6/+7
* 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
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Suppress some unnecessary logerrors in code I wrote, nw therealmogminer@gmail.com2016-05-041-1/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* - SGI: Added R3000 IRIS Indigo skeleton. [MooglyGuy, Jan-Jaap] therealmogminer@gmail.com2015-12-231-0/+269