summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/a2600.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* devices/bus/vcs: removed read / write macros (nw) Ivan Vangelista2020-06-141-24/+29
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-23/+13
* mame/video: simplified some handlers (nw) Ivan Vangelista2020-04-131-5/+5
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-4/+4
* m6502: Eliminate the disable_cache hack (nw) AJR2019-11-021-2/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-19/+19
* tia_video: Use device_palette_interface; save bitmaps; convert update method ... AJR2019-09-021-2/+0
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-1/+1
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-25/+26
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-20/+20
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-10/+9
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-101-12/+12
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-8/+8
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Fix remaining validation errors from 2fedd39d2baffe6adb881a2fda9067299f117bf8... AJR2018-05-281-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* 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-30/+30
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-27/+28
* (nw) more address map modernisation Robbbert2018-04-121-1/+1
* (nw) address map modernisation for a2600, asst128, osborne1, atom, cbm2, deco... Robbbert2018-04-121-6/+7
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* Untangle cartslot from TV Boy, replace unnecessary bankdev with ROM Vas Crabb2018-02-231-96/+104
* more cleanup and encapsulation (nw) Vas Crabb2018-02-221-5/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* Add Systema TV Boy II (#3127) David Shah2018-01-251-82/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* a2600: Remove direct update handler [O. Galibert] Olivier Galibert2017-03-081-1/+0
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-15/+15
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+680