summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr68.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-20/+20
* 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-13/+13
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-46/+49
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* mcr68.cpp: Hardware note (nw) AJR2017-11-131-0/+3
* spyhunt2: Add ADC0844 (nw) AJR2017-11-071-3/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* More DAC identification and sound stuff AJR2017-01-121-5/+5
* mcr68: Move zwackery to its own driver. Dirk Best2016-12-171-256/+1
* Stupid git, fix previous commit Dirk Best2016-12-161-8/+8
* mcr68: Use standard 6840 PTM core Dirk Best2016-12-161-8/+16
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-18/+18
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Make watchdog timer a separate device AJR2016-04-301-7/+9
* Typo fix: threshholds → thresholds Jordi Mallach2016-03-311-1/+1
* mcr: small cleanup hap2016-02-231-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1854