summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spring cleaning: Vas Crabb2019-11-013-15/+14
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-265-10/+10
* dragon32: Added JCB Speech Synthesis cartridge. Nigel Barnes2019-09-072-0/+207
* MT #07405 (nw) AJR2019-09-012-4/+15
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-152-2/+2
* New working software list additions Nigel Barnes2019-07-162-0/+164
* srcclean (nw) Vas Crabb2019-05-261-1/+1
* Fix multipak rom switching (#5112) tim lindner2019-05-251-0/+2
* coco2: Converted all coco/dragon extension devices to use cts handlers. Nigel Barnes2019-05-2512-59/+185
* dragon.cpp: Added Premier Sprites board. Nigel Barnes2019-05-112-0/+166
* coco12.cpp: Added handlers for CTS region $C000-$FEFF, allows cartridges to i... Nigel Barnes2019-05-112-1/+58
* Fix OS-9 disk writing bug (#4925) tim lindner2019-04-262-1/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-2613-143/+132
* Revert "conflict resolution (nw)" andreasnaive2019-03-2513-132/+143
* coco: Fixed loading Orchestra-90, RS-232 Program Pak, Modem Pak from softlist... Nigel Barnes2019-03-234-3/+18
* bus/bbc/exp, bus/bbc/rom, ds1315, upd7002: Simplify read/write handlers (nw) AJR2019-03-141-3/+3
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0