summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-2/+1
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-5/+4
* -Improved some Lua APIs: Vas Crabb2023-04-072-7/+5
* API change for device_image_interface AJR2023-03-302-6/+6
* srcclean in preparation for release Vas Crabb2022-08-281-2/+2
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-1/+1
* bus/vcs: Avoid trampolines in cartridge accesses. (#10174) wilbertpol2022-08-0510-776/+464
* Clean up whitespace with srcclean Vas Crabb2022-07-242-8/+8
* More minor cleanup. Vas Crabb2022-07-243-28/+18
* atari/a2600.cpp: Remove device lookups. (#10094) wilbertpol2022-07-2312-749/+748
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-21/+13
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-7/+7
* init vars for coverity (bus/l-w) Robbbert2022-04-021-7/+7
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-6/+6
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* devices/bus/vcs: removed read / write macros (nw) Ivan Vangelista2020-06-1412-114/+114
* 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
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-13/+16
* Spring cleaning: Vas Crabb2019-11-012-8/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-263-16/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-18/+16
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-092-7/+9
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-9/+9
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-14/+11
* srcclean and other cleanup (nw) Vas Crabb2018-06-243-0/+0
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-2/+3
* Grammar police (nw) Olivier Galibert2018-02-242-14/+14
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-7/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* 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-146-28/+13
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1412-214/+232
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-7/+5
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-102-32/+32
* a2600: Remove direct update handler [O. Galibert] Olivier Galibert2017-03-086-42/+1
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-023-16/+16