summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco_mlc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) deco_mlc.cpp: Add trivia note about what MLC stands for braintro2020-01-171-0/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) restore zero offsets in regions where more than one ROM file is loaded, ... Vas Crabb2019-09-241-7/+7
* deco_mlc.cpp : Updates cam9002019-09-111-13/+14
* deco_mlc.cpp : Update blending behavior and misc updates (#5620) cam9002019-09-101-29/+29
* deco146.cpp : Updates cam9002019-04-141-1/+1
* deco146.cpp : Simplify handlers, Reduce some unnecessary lines cam9002019-03-311-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-49/+50
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-50/+49
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-35/+35
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-10/+11
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+6
* new not working clone Ivan Vangelista2018-12-271-0/+28
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-2/+2
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-2/+2
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* deco_mlc.cpp: device_finder (nw) Ivan Vangelista2018-05-311-25/+17
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-13/+13
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* 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-44/+46
* srcclean (nw) Vas Crabb2018-02-251-12/+12
* deco_mlc.* Updates (#3233) cam9002018-02-231-64/+81
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-10/+2
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-3/+3
* use 'sh' instead of 'superh' David Haywood2017-10-021-1/+1
* move sh2 / sh4 to a folder called superh David Haywood2017-10-021-1/+1
* deco_mlc: Remove erroneous I/O ports (nw) AJR2017-09-011-3/+0
* deco146: Use DEVCB for input ports and explicitly define these in all drivers... AJR2017-08-311-0/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* Work around for Dunk Dream '95 sound routing issue (nw) angelosa2017-02-081-0/+5
* new Skull Fang clone added briantro2016-12-271-0/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-4/+4