File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,13 @@ static std::vector<RomTraits> roms = {
505505 .released = " March 2024" ,
506506 .model = " " ,
507507 .vendor = RomVendor::EMUTOS
508+ },{
509+ .crc = CRC32_EMUTOS14,
510+ .title = " EmuTOS Kickstart replacement" ,
511+ .revision = " Version 1.4" ,
512+ .released = " June 2025" ,
513+ .model = " " ,
514+ .vendor = RomVendor::EMUTOS
508515 },{
509516 .crc = CRC32_DIAG11,
510517 .title = " Amiga DiagROM" ,
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ static const u32 CRC32_AROS_20250219 = 0xA3232963;
109109static const u32 CRC32_AROS_20250219_EXT = 0x9E4253EC ;
110110
111111static const u32 CRC32_EMUTOS13 = 0x7123C1C1 ;
112+ static const u32 CRC32_EMUTOS14 = 0x9DBDC96A ;
112113
113114static const u32 CRC32_DIAG11 = 0x4C4B5C05 ;
114115static const u32 CRC32_DIAG12 = 0x771CD0EA ;
You can’t perform that action at this time.
0 commit comments