summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/megacd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-83/+90
* rf5c68.cpp: Implement some chip variant differences, Verify,Implement RF5C164... cam9002020-06-081-4/+2
* drivers with m, n: some macro removal (nw) Ivan Vangelista2020-05-301-1/+1
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-4/+4
* Spring cleaning: Vas Crabb2019-11-011-2/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-20/+20
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-4/+4
* devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-131-16/+17
* 315_5313.cpp DMA / Timer Updates, Correct refresh rate and timer rate related... cam9002019-08-131-1/+2
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-10/+10
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-10/+10
* megacdcd: Eliminate machine().device (nw) AJR2019-05-161-0/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-41/+40
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-40/+41
* rf5c68.cpp : Remove unnecessary arguments in handlers cam9002019-02-041-36/+35
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-4/+4
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-071-2/+3
* -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
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* rf5c68.cpp Updates, etc (#3515) cam9002018-05-111-10/+17
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+41
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-4/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+4
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-4/+4
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-9/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+40
* rand() corrections in src/mame/* (nw) hap2017-04-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-25/+25
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* fixes (nw) Miodrag Milanovic2016-01-101-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* clang-modernize part 7 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1914