summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cbm2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-4/+5
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-7/+7
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-57/+63
* mos6551: Eliminate MCFG_ macros (nw) AJR2018-08-201-30/+30
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-9/+8
* mos6566, cbm2_user_port, vic10_expansion_slot: Replace MCFG_ macros with devc... AJR2018-08-131-113/+79
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-101-51/+58
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-14/+14
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-27/+27
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-27/+30
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-47/+47
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-47/+47
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* 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-193/+193
* (nw) address map modernisation for a2600, asst128, osborne1, atom, cbm2, deco... Robbbert2018-04-121-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-12/+16
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-23/+36
* 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-22/+22
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-28/+46
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+8
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-6/+6
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* 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
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-42/+42
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+0
* required_ioport_array. (nw) Curt Coder2016-10-091-18/+306
* Misc. keyboard input improvements AJR2016-10-081-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-18/+18
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2767