summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gei.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-73/+73
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-30/+30
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-24/+24
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-147/+156
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-9/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* Misc stuff (nw) Olivier Galibert2018-01-271-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+20
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-2/+2
* gei.cpp: cleanup (nw) Vas Crabb2017-11-091-169/+63
* gei.cpp: fixed MT04651 (nw) Ivan Vangelista2017-11-071-20/+7
* gei.cpp: misc refactoring: (nw) Ivan Vangelista2017-10-311-218/+253
* gei.cpp: Counting is hard ;-p (nw) briantro2017-10-301-3/+3
* gei.cpp: Restore accidental overwrite (nw) briantro2017-10-301-1/+1
* gei.cpp: Fix cut-n-paste (nw) briantro2017-10-301-3/+3
* new machine promoted to working briantro2017-10-301-3/+76
* gei.cpp: added default nvram to bigjoke (nw) Ivan Vangelista2017-10-301-1/+4
* new non working machine briantro2017-10-301-0/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-64/+64
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* srcclean (nw) Vas Crabb2016-10-231-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-8/+9
* New NOT WORKING machine Ivan Vangelista2016-10-041-0/+14
* Fix typo: uknown → unknown Jordi Mallach2016-03-311-2/+2
* Fix typo: defualt → default Jordi Mallach2016-03-311-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-15/+15
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-15/+15
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1937