summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco
Commit message (Expand)AuthorAgeFilesLines
* 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
* bus/coco: Renamed Games Master cartdige slot option to gmc to match the Drago... tim lindner2021-03-311-1/+1
* src/devices/bus/coco/coco_fdc.cpp: Call base device_start from derived class.... tim lindner2021-03-301-0/+2
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-8/+10
* Ensure validation of device tags in non-default slot options AJR2021-02-201-1/+1
* Miscellaneous cleanup. Vas Crabb2021-01-101-1/+3
* coco_midi: tidy namespace Patrick Mackinlay2021-01-081-3/+1
* coco_midi: fix msvc build Patrick Mackinlay2021-01-042-6/+10
* srcclean for 0.227 Vas Crabb2020-12-274-12/+12
* bus/coco Added CoCo and Dragon MIDI cartridges. (#7589) tim lindner2020-12-253-1/+129
* Adjust CoCo 3 PIA mirrors (#7551) tim lindner2020-12-124-17/+57
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Cleanups and corrections for CoCo cartridge slot configuration (#7502) npwoods2020-11-233-33/+72
* bus/coco: Fixed coco_ssc fix speech in Pegsaus and the Phantom Riders. (#7496) tim lindner2020-11-222-102/+62
* coco_ssc.cpp: adjust rounding to fix music regression in pitfall2 for coco3 Ivan Vangelista2020-11-171-1/+1
* bus/coco: Added symphony 12 music device. (#7472) tim lindner2020-11-173-0/+195
* -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. Vas Crabb2020-11-061-5/+5
* bus/coco: Added Speech Systems Stereo Composer cartridge. (#7379) tim lindner2020-10-264-32/+133
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-11/+11
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-5/+5
* -bus/coco/coco_ram.cpp: fix a rather obvious bug in shift/mask Vas Crabb2020-06-251-12/+11
* srcclean and cleanup (nw) Vas Crabb2020-06-212-4/+4
* bus/coco: Simplify handler signatures and uint type names (nw) AJR2020-06-0727-298/+298
* coco_fdc.cpp: fixed most coco drivers not working in devnoclear builds (nw) Ivan Vangelista2020-05-311-0/+2
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-202-14/+14
* CoCo: added Disto no-halt disk controller (#6632) tim lindner2020-05-091-40/+227
* CoCo: Added Disto RAM cartridge (#6664) tim lindner2020-05-083-0/+200
* Fixed ROM fill routine tim lindner2020-04-301-1/+1
* srcclean (nw) Vas Crabb2020-03-221-9/+9
* bus/coco: Added CoCo PSG cartridge device. [Roberto Fernandez, Nigel Barnes, ... Nigel Barnes2020-03-212-0/+328
* cxd1095, msm6242: Simplify handler signatures; use shorter type names (nw) AJR2020-03-111-2/+2
* use C++ library includes (nw) firewave2020-01-221-2/+2
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9