1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Adds an entry for DiagROM.

This commit is contained in:
Thomas Harte 2021-08-07 16:56:18 -04:00
parent dcbc9847a3
commit b11dd6950c
2 changed files with 5 additions and 0 deletions

View File

@ -407,6 +407,9 @@ Description::Description(Name name) {
case Name::AmigaA500Kickstart31:
*this = Description(name, "Amiga", "the A500/A600/A2000 Kickstart 3.1 ROM", "Kickstart-v3.1-rev40.63-1993-Commodore-A500-A600-A2000.rom", 512*1024, 0xfc24ae0du);
break;
case Name::AmigaDiagROM121:
*this = Description(name, "Amiga", "DiagROM 1.2.1", "16bit.bin", 512*1024, 0xf2ac0a3b);
break;
case Name::AppleIIEnhancedE: *this = Description(name, "AppleII", "the Enhanced Apple IIe ROM", "apple2e.rom", 32*1024, 0x65989942u); break;
case Name::AppleIIe: *this = Description(name, "AppleII", "the Apple IIe ROM", "apple2eu.rom", 32*1024, 0xe12be18du); break;

View File

@ -42,6 +42,8 @@ enum Name {
AmigaA600Kickstart205,
AmigaA500Kickstart31,
AmigaDiagROM121,
// Amstrad CPC.
AMSDOS,
CPC464Firmware, CPC464BASIC,