summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-185/+212
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-6/+3
* c64_expansion_slot, pet_user_port: Eliminate all remaining MCFG_ macro use (nw) AJR2018-08-131-156/+113
* mos6566, cbm2_user_port, vic10_expansion_slot: Replace MCFG_ macros with devc... AJR2018-08-131-18/+21
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-27/+27
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-37/+37
* (nw) Housekeeping Robbbert2018-05-171-1/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-18/+18
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-3/+3
* 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-152/+152
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-9/+12
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-20/+20
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+18
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-26/+26
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* required_ioport_array. (nw) Curt Coder2016-10-091-12/+203
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1847