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:
@@ -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.
|
||||
//
|
||||
|
||||
@@ -28,8 +28,10 @@ enum Name {
|
||||
AcornRISCOS311,
|
||||
AcornRISCOS319,
|
||||
|
||||
// Acorn Electron.
|
||||
// Acorn 8-bit.
|
||||
AcornBASICII,
|
||||
|
||||
// Acorn Electron.
|
||||
AcornElectronMOS100,
|
||||
PRESADFSSlot1,
|
||||
PRESADFSSlot2,
|
||||
|
||||
@@ -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
|
||||
@@ -2,5 +2,4 @@ ROM files would ordinarily go here; the copyright status of these is uncertain s
|
||||
|
||||
Expected files:
|
||||
|
||||
basic2.rom
|
||||
os12.rom
|
||||
|
||||
Reference in New Issue
Block a user