add the coco cart

This commit is contained in:
Kelvin Sherlock
2024-03-10 18:16:09 -04:00
parent c2baf07256
commit 68429262c0
11 changed files with 1909 additions and 1 deletions

View File

@@ -118,7 +118,10 @@ SLOTS = (
"qbus:1", "qbus:2", "qbus:3", "qbus:4", "qbus:5",
# bbc
"rs423", "tube", "econet254", "analogue", "userport", "internal", "1mhzbus"
"rs423", "tube", "econet254", "analogue", "userport", "internal", "1mhzbus",
# coco/trs
"ext"
)
SLOT_NAMES = {
@@ -203,4 +206,7 @@ SLOT_NAMES = {
"internal": "Internal",
"1mhzbus": "1MHz Bus",
"fdc": "Disk Drives",
"ext": "Coco Cart"
}