Skip to content

Commit 7a21c10

Browse files
authored
CoCo: updated needed BIOS file
1 parent f37b88b commit 7a21c10

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/Coco.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _The Tandy Colour Computer series were home computers originally released by the
66

77
| Emulator | Rom Folder | Extension | BIOS | Controller Config |
88
| :---: | :---: | :---: | :---: | :---: |
9-
| [XRoar](http://www.6809.org.uk/xroar/) | coco | .cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna | bas13.rom | hardcoded |
9+
| [XRoar](http://www.6809.org.uk/xroar/) | coco | .cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna | bas13.rom, extbas11.rom, coco3.rom, coco3p.rom | hardcoded |
1010

1111
## Emulator: [XRoar](http://www.6809.org.uk/xroar/)
1212

@@ -19,9 +19,15 @@ Place your CoCo ROMs in
1919
```
2020
## BIOS
2121

22-
The file needed is **bas13.rom**
22+
Depending on the emulated model, different BIOS files are need to be copied to
2323

24-
Place your bas13.rom BIOS file in
2524
```
2625
/home/pi/RetroPie/BIOS
27-
```
26+
```
27+
28+
| Machine | BIOS file name | Size |
29+
| :- | :- | :- |
30+
| Tandy Colour BASIC | bas13.rom | 8K |
31+
| Tandy Extended BASIC | extbas11.rom | 8K |
32+
| Tandy Super ECB (CoCo 3) | coco3.rom 32K | (32768 bytes) |
33+
| Tandy Super ECB (PAL CoCo 3) | coco3p.rom | 32K (32768 bytes) |

0 commit comments

Comments
 (0)