summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco (follow)
Commit message (Expand)AuthorAgeFilesLines
* dragon32: Corrected release year and company of Spanish clones Nigel Barnes2017-04-172-4/+12
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Removing stray declaration Nathan Woods2017-03-191-1/+0
* [CoCo] Further cleanups in CoCo cartridge slot signal handling Nathan Woods2017-03-197-98/+231
* CoCo: Implementing support for enabling and disabling cartridge-specific sound Nathan Woods2017-03-114-2/+27
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-15/+0
* Self-registering devices. Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-2710-18/+21
* [CoCo] Made third and fourth floppy drives on by default, and made "fixed" (#... npwoods2017-02-271-2/+2
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-117-7/+0
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-058-11/+52
* srcclean (nw) Vas Crabb2017-01-221-3/+3
* first stab at cart PIA and the ROM banking (nw) Joakim Larsson Edstrom2017-01-012-19/+101
* first srcclean pass (nw) Vas Crabb2016-12-251-3/+3
* Added coco2 clone t4426 (nw) (#1819) Joakim Larsson Edström2016-12-162-0/+257
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2215-62/+62
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-172-15/+14
* srcclean (nw) Vas Crabb2016-09-265-95/+95
* Split CoCo and Dragon FDC code, added save state support, fixed regression in... Nathan Woods2016-09-163-580/+639
* Rough C++ modernization of CoCo cartridge infrastructure (usage of 'enum clas... Nathan Woods2016-08-184-79/+78
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+2
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-064-14/+14
* | Devfind revision phase 2 (nw) AJR2016-08-055-10/+15
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-3/+3
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* 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-13/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Merge pull request #776 from jmallach/typos R. Belmont2016-04-121-4/+4
|\
| * Typo fix: controler → controller Jordi Mallach2016-04-011-4/+4
* | Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
|/
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-142-18/+17
* some NULL -> nullptr hap2016-01-241-2/+1
* reverting: Miodrag Milanovic2016-01-2014-32/+32
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-1614-32/+32
* 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-3/+3
* cleanups (nw) Miodrag Milanovic2015-12-252-3/+3
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-065-10/+10
* override part 1 (nw) Miodrag Milanovic2015-12-057-46/+46
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-052-7/+7
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-052-7/+7
* cleanup Miodrag Milanovic2015-12-052-2/+1
* clang-modernize part 2 Miodrag Milanovic2015-12-045-20/+20
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-146-15/+15
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-087-0/+0