summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-1612-62/+62
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-4/+4
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-065-46/+46
* override part 1 (nw) Miodrag Milanovic2015-12-056-53/+53
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-1/+1
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-1/+1
* cleanup Miodrag Milanovic2015-12-053-7/+0
* clang-modernize part 6 Miodrag Milanovic2015-12-042-12/+12
* clang-modernize part 2 Miodrag Milanovic2015-12-042-6/+6
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-253-22/+22
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-144-18/+32
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0