summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a800 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-2110-79/+79
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-15/+17
* Spring cleaning: Vas Crabb2019-11-014-19/+18
* atari810, atari1050: Add notes on format; correct mirroring (nw) AJR2019-05-182-1/+19
* a8sio: Radical excision of interface brain damage (nw) AJR2019-05-174-102/+32
* atari810, atari1050: Fix configuration bugs (nw) AJR2019-05-172-3/+3
* Add dumps of Atari 800 floppy controller ROMs [Atari Age] AJR2019-05-176-7/+378
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-6/+7
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-172-41/+41
* devcb3 Vas Crabb2018-07-071-1/+1
* 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