summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Self-registering devices prep: Vas Crabb2017-02-276-27/+27
* device_image_interface cleanups (nw) AJR2017-02-271-2/+2
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-213-16/+16
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-193-16/+16
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2212-145/+145
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-2/+2
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-5/+5
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-12/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* reverting: Miodrag Milanovic2016-01-2012-62/+62