summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/cococart.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-3/+3
* bus/coco/coco_fdc.cpp: Use device BIOS options to reduce proliferation of slo... tim lindner2023-04-011-5/+1
* API change for device_image_interface AJR2023-03-301-3/+3
* bus/coco: Minor cleanup of base cartridge class. (#10647) tim lindner2022-12-121-8/+6
* trs/coco12.cpp, trs/coco3.cpp: Moved real-time clocks to where they belong (a... tim lindner2022-12-051-0/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-26/+27
* bus/coco: Added Glenside IDE Adapter. Nigel Barnes2022-02-191-0/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* device_image_interface: Interface overhaul AJR2022-01-061-1/+1
* coco: audit save state and enable it (#8750) tim lindner2021-11-071-0/+20
* cococart.cpp: Fix copy-and-paste mistake AJR2021-10-271-1/+1
* cococart.cpp: Remove superfluous #include AJR2021-10-221-2/+0
* cococart.cpp: Fix build (was broken after 84970b9090f99ca6a06cb0133b108aabf3c... AJR2021-10-221-2/+10
* Initial RPK support for CoCo (#8541) npwoods2021-10-221-6/+103
* dragon_msx2: Renamed as 6x09 SuperSprite FM+. Nigel Barnes2021-08-211-2/+2
* bus/coco: Added the Dragon MSX 2+, The Dragon's Claw, Peaksoft Prestel, and C... Nigel Barnes2021-06-141-0/+65
* bus/coco: add CoCo Max Hi Res Input Module (#8104) tim lindner2021-05-311-0/+2
* bus/coco: Renamed Games Master cartdige slot option to gmc to match the Drago... tim lindner2021-03-311-1/+1
* bus/coco Added CoCo and Dragon MIDI cartridges. (#7589) tim lindner2020-12-251-1/+3
* Adjust CoCo 3 PIA mirrors (#7551) tim lindner2020-12-121-7/+29
* Cleanups and corrections for CoCo cartridge slot configuration (#7502) npwoods2020-11-231-0/+62
* bus/coco: Simplify handler signatures and uint type names (nw) AJR2020-06-071-21/+21
* Fixed ROM fill routine tim lindner2020-04-301-1/+1
* Spring cleaning: Vas Crabb2019-11-011-7/+7
* coco2: Converted all coco/dragon extension devices to use cts handlers. Nigel Barnes2019-05-251-7/+1
* coco12.cpp: Added handlers for CTS region $C000-$FEFF, allows cartridges to i... Nigel Barnes2019-05-111-1/+52
* (nw) Clean up the mess on master Vas Crabb2019-03-261-37/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+37
* coco: Fixed loading Orchestra-90, RS-232 Program Pak, Modem Pak from softlist... Nigel Barnes2019-03-231-3/+3
* ay8910.cpp : Updates cam9002019-02-151-34/+0
* Fixed Zumwalt banking thru the Multi-Pak. tim lindner2018-10-071-7/+25
* Avoid multiple explicit instantiations definition of templates Stefan Brüns2018-06-291-0/+3
* (nw) misc follow-up Vas Crabb2018-05-061-1/+0
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-0/+1
* The great CoCo/Dragon clock correction (nw) AJR2017-12-301-1/+1
* coco3: Make banked cartridges actually work AJR2017-09-281-3/+25
* srcclean (nw) Vas Crabb2017-06-251-11/+11
* [CoCo] Follow up hygiene on CoCo cartridge slot refactoring (#2371) npwoods2017-06-111-1/+13
* [CoCo] Changed device_cococart_interface implementations to do dynamic_casts ... npwoods2017-06-041-7/+29
* CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup... npwoods2017-06-011-39/+137
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-1/+1
* [CoCo] Further cleanups in CoCo cartridge slot signal handling Nathan Woods2017-03-191-18/+47
* CoCo: Implementing support for enabling and disabling cartridge-specific sound Nathan Woods2017-03-111-1/+12
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-14/+0
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1