1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Separate BBC BASIC ROM from the Electron.

This commit is contained in:
Thomas Harte
2025-09-12 23:25:21 -04:00
parent c5fbbe8a69
commit 868c498e28
4 changed files with 20 additions and 2 deletions
+12
View File
@@ -71,6 +71,18 @@ const std::vector<Description> &Description::all_roms() {
0x00c7a3d3u
},
//
// Acorn 8-bit.
//
{
AcornBASICII,
"Acorn",
"the Acorn BASIC II ROM",
Files{"basic.rom", "basic2.rom"},
16_kb,
0x79434781u
},
//
// Acorn Electron.
//
+3 -1
View File
@@ -28,8 +28,10 @@ enum Name {
AcornRISCOS311,
AcornRISCOS319,
// Acorn Electron.
// Acorn 8-bit.
AcornBASICII,
// Acorn Electron.
AcornElectronMOS100,
PRESADFSSlot1,
PRESADFSSlot2,
+5
View File
@@ -0,0 +1,5 @@
ROM files would ordinarily go here; the copyright status of these is uncertain so they have not been included in this repository.
Expected files:
basic.rom
-1
View File
@@ -2,5 +2,4 @@ ROM files would ordinarily go here; the copyright status of these is uncertain s
Expected files:
basic2.rom
os12.rom