summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/dpc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus/vcs: Avoid trampolines in cartridge accesses. (#10174) wilbertpol2022-08-051-23/+3
* atari/a2600.cpp: Remove device lookups. (#10094) wilbertpol2022-07-231-9/+10
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-12/+7
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* devices/bus/vcs: removed read / write macros (nw) Ivan Vangelista2020-06-141-7/+7
* vcs/dpc.cpp: Eliminate machine().device (nw) AJR2019-12-091-3/+3
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-10/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+3
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-091-3/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-7/+1
* 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/+4
* a2600: Remove direct update handler [O. Galibert] Olivier Galibert2017-03-081-13/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-041-4/+4
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-3/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+300