summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco_mlc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* deco_mlc: had to make a copy of the memmap to fix fatalerror hap2016-06-201-3/+25
* Fix deco crypt separate compile (nw) Miodrag Milanovic2016-04-301-1/+1
* New Stadium '96 clone briantro2016-01-091-5/+29
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+877