summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m107.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* m107.cpp: fixed MT7457 (nw) Ivan Vangelista2019-10-221-1/+7
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-45/+40
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-5/+4
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-5/+5
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-3/+3
* m107.cpp : Add buffered_spriteram16_device for buffered spriteram, Minor clea... cam9002018-07-131-21/+33
* vgmplay.cpp : Add GA20 Support cam9002018-07-131-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-5/+5
* 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
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* 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