summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_ram.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-3/+3
| | | | (#12822)
* trs/coco12.cpp, trs/coco3.cpp: Moved real-time clocks to where they belong ↵ tim lindner2022-12-051-71/+85
| | | | | | | | (addresses MT08416). (#10575) *bus/coco: Remove real-time clock and no-halt functions from Radio Shack floppy disk controller. * bus/coco: Added Disto Super Controller II floppy disk controller that contains no-halt functionality * bus/coco: Added "mini expansion bus" that the SCII uses for add on cards, and added slots to SCII and Disto RAM cartridges. * bus/coco: Added Disto "Realtime Clock" MEB slot device (also includes a parallel printer interface).
* -bus/coco/coco_ram.cpp: fix a rather obvious bug in shift/mask Vas Crabb2020-06-251-12/+11
| | | | -misc. formatting consistency
* srcclean and cleanup (nw) Vas Crabb2020-06-211-3/+3
|
* bus/coco: Simplify handler signatures and uint type names (nw) AJR2020-06-071-7/+7
|
* CoCo: Added Disto RAM cartridge (#6664) tim lindner2020-05-081-0/+183
* adding disto ram cart * logging update * minor change stil no worky * DSTOTEST.BIN passed tests.