summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-232-11/+5
* Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] Vas Crabb2026-03-182-9/+12
* general: merge wayward speakers Olivier Galibert2026-01-061-6/+5
* bus/coco/coco_xsid.cpp: Corrected X-SID clock. Nigel Barnes2025-11-061-1/+1
* bus/coco: Added CoCo X-SID cartridge. Nigel Barnes2025-10-243-1/+78
* New sound infrastructure. Olivier Galibert2025-04-273-16/+11
* ds1215: modernize and complete emulation Patrick Mackinlay2025-01-021-1/+0
* Cleanup: Vas Crabb2024-11-253-10/+10
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-2/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2731-92/+92
* bus/coco/dragon_serial: Fixed Rx/Tx clocks and removed cartridge autoboot. Nigel Barnes2024-02-172-101/+46
* misc mcfg: remove pia6821 clock freq param, hap2023-09-204-6/+6
* Miscellaneous cleanup Vas Crabb2023-06-242-3/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-4/+0
* coco_fdc: Allow FLEX to work on CoCo machines (#11329) Michael R. Furman2023-06-111-3/+5
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0116-30/+30
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-236-37/+28
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-4/+4
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-1/+1
* Small fixes and cleanup: Vas Crabb2023-04-041-2/+2
* bus/coco/coco_fdc.cpp: Use device BIOS options to reduce proliferation of slo... tim lindner2023-04-014-177/+99
* API change for device_image_interface AJR2023-03-302-4/+4
* srcclean in preparation for 0.251 branch Vas Crabb2022-12-251-3/+3
* bus/coco: Minor cleanup of base cartridge class. (#10647) tim lindner2022-12-122-9/+7
* trs/coco12.cpp, trs/coco3.cpp: Moved real-time clocks to where they belong (a... tim lindner2022-12-058-417/+960
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-27/+34
* Revert initialisation of device members in headers. Vas Crabb2022-04-033-11/+11
* init vars for coverity (bus/a-l) Robbbert2022-04-023-11/+11
* The MAME CoCo driver now identifies RS-DOS and OS-9 as relevant file systems ... npwoods2022-03-131-0/+5
* bus/coco: Added Glenside IDE Adapter. Nigel Barnes2022-02-193-0/+313
* formats/jvc_disk: Changed code to verify image geometry against floppy drive ... tim lindner2022-02-171-4/+8
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* Miscellaneous #include cleanup AJR2021-11-201-1/+1
* coco: audit save state and enable it (#8750) tim lindner2021-11-077-4/+31
* 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
* osd: Return would block when reading a socket with no data available - no err... Vas Crabb2021-08-271-2/+2
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-22/+19
* dragon_msx2: Renamed as 6x09 SuperSprite FM+. Nigel Barnes2021-08-212-4/+4
* srcclean in preparation for release Vas Crabb2021-06-271-7/+7
* bus/coco/coco_wpk: Fix duplicate short name. Nigel Barnes2021-06-141-1/+1
* bus/coco: Added the Dragon MSX 2+, The Dragon's Claw, Peaksoft Prestel, and C... Nigel Barnes2021-06-1414-47/+1258
* coco: add additional disk drives (#8135) tim lindner2021-06-051-3/+5
* fix style. fix mask. (#8129) tim lindner2021-06-011-6/+4
* bus/coco: add CoCo Max Hi Res Input Module (#8104) tim lindner2021-05-313-0/+188
* CoCo Speech/Sound Pak: fix noise on reset (#8098) tim lindner2021-05-261-26/+21
* srcclean in preparation for branching release Vas Crabb2021-04-251-1/+1