summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dcheese.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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-15/+15
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-21/+23
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* 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-2/+2
* 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-1/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+1
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-1/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* crospang, crshrace, dcheese: More soundlatch cleanups Dirk Best2017-01-031-25/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-11/+7
* Make watchdog timer a separate device AJR2016-04-301-2/+5
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+799