mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 08:26:28 +00:00
Add Apple II SCSI ROM to the catalogue.
This commit is contained in:
@@ -420,6 +420,9 @@ Description::Description(Name name) {
|
|||||||
case Name::AppleIIEnhancedECharacter:
|
case Name::AppleIIEnhancedECharacter:
|
||||||
*this = Description(name, "AppleII", "the Enhanced Apple IIe character ROM", "apple2e-character.rom", 4*1024, 0x2651014du);
|
*this = Description(name, "AppleII", "the Enhanced Apple IIe character ROM", "apple2e-character.rom", 4*1024, 0x2651014du);
|
||||||
break;
|
break;
|
||||||
|
case Name::AppleIISCSICard:
|
||||||
|
*this = Description(name, "AppleII", "the Apple II SCSI card ROM", "scsi.rom", 16*1024, 0x5aff85d3u);
|
||||||
|
break;
|
||||||
|
|
||||||
case Name::AppleIIgsROM00: /* TODO */
|
case Name::AppleIIgsROM00: /* TODO */
|
||||||
case Name::AppleIIgsROM01: *this = Description(name, "AppleIIgs", "the Apple IIgs ROM01", "apple2gs.rom", 128*1024, 0x42f124b0u); break;
|
case Name::AppleIIgsROM01: *this = Description(name, "AppleIIgs", "the Apple IIgs ROM01", "apple2gs.rom", 128*1024, 0x42f124b0u); break;
|
||||||
|
@@ -58,6 +58,7 @@ enum Name {
|
|||||||
AppleIIeCharacter,
|
AppleIIeCharacter,
|
||||||
AppleIIEnhancedE,
|
AppleIIEnhancedE,
|
||||||
AppleIIEnhancedECharacter,
|
AppleIIEnhancedECharacter,
|
||||||
|
AppleIISCSICard,
|
||||||
|
|
||||||
// Apple IIgs.
|
// Apple IIgs.
|
||||||
AppleIIgsROM00,
|
AppleIIgsROM00,
|
||||||
|
@@ -11,4 +11,6 @@ apple2-character.rom — a 2kb image of the Apple IIe's character ROM.
|
|||||||
apple2eu-character.rom — a 4kb image of the Unenhanced IIe's character ROM.
|
apple2eu-character.rom — a 4kb image of the Unenhanced IIe's character ROM.
|
||||||
apple2e-character.rom — a 4kb image of the Enhanced IIe's character ROM.
|
apple2e-character.rom — a 4kb image of the Enhanced IIe's character ROM.
|
||||||
|
|
||||||
|
scsi.rom — a 16kb image of the Apple II SCSI card ROM.
|
||||||
|
|
||||||
Apologies for the wackiness around "at least xkb big", it's to allow for use of files such as those on ftp.apple.asimov.net, which tend to be a bunch of other things, then the system ROM.
|
Apologies for the wackiness around "at least xkb big", it's to allow for use of files such as those on ftp.apple.asimov.net, which tend to be a bunch of other things, then the system ROM.
|
Reference in New Issue
Block a user