summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-3/+3
* m6502: Eliminate the disable_cache hack (nw) AJR2019-11-021-3/+0
* Spring cleaning: Vas Crabb2019-11-011-8/+7
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-111-20/+10
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-8/+5
* srcclean (nw) Vas Crabb2019-05-261-15/+15
* c64: Route LORAM to expansion port interface for BusCard. [Curt Coder] Curt Coder2019-05-111-2/+2
* c64: Added enhanced disassembly for zero page locations and Kernal vectors. [... Curt Coder2019-05-061-0/+177
* (nw) Clean up the mess on master Vas Crabb2019-03-261-29/+29
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-29/+29
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-9/+9
* bus/c64: Eliminate address_space arguments from handlers (nw) AJR2019-02-191-2/+2
* 6525tpi, mos6526, bus/vic10: Eliminate address_space argument from handlers (nw) AJR2019-02-191-8/+8
* mos6566, mos6581, bus/plus4: Eliminate address_space argument from handlers (nw) AJR2019-02-191-4/+4
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-6/+6
* -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