summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-10/+10
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-311-8/+9
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-16/+16
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-8/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-16/+16
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-8/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-17/+19
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-36/+40
* Fix various downcasting errors (nw) AJR2018-03-031-8/+8
* (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-4/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+2
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-2/+2
* Fixes (nw) Miodrag Milanovic2016-01-161-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+320