summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a800 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-40/+45
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-22/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* device_add_mconfig: a small start in devices\bus (nw) Ivan Vangelista2017-06-022-9/+2
* 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-1413-191/+204
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-2/+2
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-20/+14
* Made a few random methods 'const' Nathan Woods2017-04-092-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-276-21/+21
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2212-84/+84
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-5/+5
* 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-3/+3
* 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-11/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* a5200: fixed regression when loading headerless carts from etabeta782016-04-281-2/+8
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-6/+6
* reverting: Miodrag Milanovic2016-01-2012-65/+66
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-208-10/+10
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-168-10/+10
* tags are now strings (nw) Miodrag Milanovic2016-01-1612-66/+65
* 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-12/+12
* cleanups (nw) Miodrag Milanovic2015-12-251-3/+3
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-064-32/+32
* override part 1 (nw) Miodrag Milanovic2015-12-056-54/+54
* 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
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* clang-modernize part 2 Miodrag Milanovic2015-12-043-9/+9
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-4/+4
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-146-31/+34
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* Moved bus\a8sio files to bus\a800 to avoid redundancy (nw) Scott Stone2015-09-244-0/+534
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-139-0/+1912