1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Add Apple II SCSI ROM to the catalogue.

This commit is contained in:
Thomas Harte 2022-08-21 22:03:52 -04:00
parent 7d13768d51
commit 8e7f53751d
3 changed files with 6 additions and 0 deletions

View File

@ -420,6 +420,9 @@ Description::Description(Name name) {
case Name::AppleIIEnhancedECharacter:
*this = Description(name, "AppleII", "the Enhanced Apple IIe character ROM", "apple2e-character.rom", 4*1024, 0x2651014du);
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::AppleIIgsROM01: *this = Description(name, "AppleIIgs", "the Apple IIgs ROM01", "apple2gs.rom", 128*1024, 0x42f124b0u); break;

View File

@ -58,6 +58,7 @@ enum Name {
AppleIIeCharacter,
AppleIIEnhancedE,
AppleIIEnhancedECharacter,
AppleIISCSICard,
// Apple IIgs.
AppleIIgsROM00,

View File

@ -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.
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.