summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m107.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-52/+58
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* m107.cpp: Finish soundlatch modernization and clean up a few things (nw) AJR2017-08-251-30/+19
* m107.cpp: Do away with IRQ hacks (nw) AJR2017-08-251-37/+6
* m107.cpp: Commence soundlatch modernization (nw) AJR2017-08-241-24/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Remove redundant DSWs (#2250) Bad-A-Billy2017-04-301-21/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-3/+5
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1085