summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-298/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* cp2000: put sboard interface on left side like everywhere else hap2020-07-271-6/+6
* companyname correction (nw) hap2020-04-261-5/+5
* Spring cleaning: Vas Crabb2019-11-011-68/+46
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) removal of wave.h part 2 Robbbert2019-07-061-2/+2
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-4/+2
* (nw) more cassette wave sound Robbbert2019-06-301-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-71/+70
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-70/+71
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-3/+3
* -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw mooglyguy2019-02-031-51/+50
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-8/+8
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-10/+10
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+2
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-4/+4
* 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