summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c128.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* c128.cpp: Corrected software lists associated with the machine which had a r... Scott Stone2020-08-151-4/+7
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-16/+16
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-30/+30
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-1/+1
* m6502: Eliminate the disable_cache hack (nw) AJR2019-11-021-2/+0
* Spring cleaning: Vas Crabb2019-11-011-16/+8
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-111-14/+7
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-6/+4
* c64: Route LORAM to expansion port interface for BusCard. [Curt Coder] Curt Coder2019-05-111-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-44/+44
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-44/+44
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-7/+7
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-18/+18
* 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
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-4/+4
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-187/+209
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-6/+10
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+2
* c64_expansion_slot, pet_user_port: Eliminate all remaining MCFG_ macro use (nw) AJR2018-08-131-124/+79
* mos6566, cbm2_user_port, vic10_expansion_slot: Replace MCFG_ macros with devc... AJR2018-08-131-14/+16
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-24/+24
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* mos8563: Use device_palette_interface instead of creating palette subdevice (nw) AJR2018-06-011-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-16/+16
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-19/+19
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* 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-120/+120
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+24
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-18/+18
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+14
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-4/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+21
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-9/+4
* required_ioport_array. (nw) Curt Coder2016-10-091-16/+240
* Don't rely on macro expansion to supply parentheses around condition for if s... Vas Crabb2016-08-161-2/+2
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1977