summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mgavegas.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-18/+18
* a little more macro removal (nw) Ivan Vangelista2020-05-181-4/+4
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-21/+15
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-15/+21
* ay8910.cpp : Updates cam9002019-02-151-3/+3
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* -sound/msm5205: Removed MCFG macros, nw mooglyguy2019-01-041-18/+12
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-4/+4
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-10/+6
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* 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-8/+8
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* 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-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+3
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-3/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-57/+57
* 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-32/+32
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-32/+32
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+659