Skip to content

Commit 4216f7c

Browse files
committed
Added EmuTOS 1.4 to ROM database (#821)
1 parent 8dac02c commit 4216f7c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Core/Storage/Media/Rom/RomDatabase.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

Core/Storage/Media/Rom/RomFileTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static const u32 CRC32_AROS_20250219 = 0xA3232963;
109109
static const u32 CRC32_AROS_20250219_EXT = 0x9E4253EC;
110110

111111
static const u32 CRC32_EMUTOS13 = 0x7123C1C1;
112+
static const u32 CRC32_EMUTOS14 = 0x9DBDC96A;
112113

113114
static const u32 CRC32_DIAG11 = 0x4C4B5C05;
114115
static const u32 CRC32_DIAG12 = 0x771CD0EA;

0 commit comments

Comments
 (0)