summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpf1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-12/+12
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-6/+6
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-15/+15
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-6/+6
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-25/+25
* cp1.cpp, mpf1.cpp: Use output finders (nw) AJR2018-04-041-14/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-48/+55
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* duh (nw) Olivier Galibert2017-03-031-5/+0
* mpf1: Remove direct update handler, makes step work [O. Galibert] Olivier Galibert2017-03-031-16/+26
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-3/+3
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-8/+8
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-8/+8
* clang-modernize part 7 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+483