summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c128.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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