diff --git a/es-app/src/PlatformId.cpp b/es-app/src/PlatformId.cpp
index 49ec5d5ab..74c23c012 100644
--- a/es-app/src/PlatformId.cpp
+++ b/es-app/src/PlatformId.cpp
@@ -116,6 +116,7 @@ namespace PlatformIds
"satellaview", // Nintendo Satellaview
"saturn", // Sega Saturn
"scummvm", // ScummVM Game Engine
+ "scv", // Epoch Super Cassette Vision
"sega32x", // Sega Mega Drive 32X
"segacd", // Sega CD
"sg-1000", // Sega SG-1000
diff --git a/es-app/src/PlatformId.h b/es-app/src/PlatformId.h
index 5ac066f17..72d47ae0d 100644
--- a/es-app/src/PlatformId.h
+++ b/es-app/src/PlatformId.h
@@ -115,6 +115,7 @@ namespace PlatformIds
NINTENDO_SATELLAVIEW,
SEGA_SATURN,
GAMEENGINE_SCUMMVM,
+ EPOCH_SCV,
SEGA_32X,
SEGA_CD,
SEGA_SG1000,
diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp
index 5b525761e..ad4f7a459 100644
--- a/es-app/src/scrapers/ScreenScraper.cpp
+++ b/es-app/src/scrapers/ScreenScraper.cpp
@@ -60,6 +60,7 @@ namespace
{COMMODORE_VIC20, 73},
{CREATRONIC_MEGA_DUCK, 90},
{DAPHNE, 49},
+ {EPOCH_SCV, 67},
{FUJITSU_FM_TOWNS, 253},
{INTELLIVISION, 115},
{GAMEENGINE_LUTRO, 206},
diff --git a/resources/sorting/hwtype_year/es_systems_sorting.xml b/resources/sorting/hwtype_year/es_systems_sorting.xml
index 8e0d90952..f6d3301ac 100644
--- a/resources/sorting/hwtype_year/es_systems_sorting.xml
+++ b/resources/sorting/hwtype_year/es_systems_sorting.xml
@@ -509,6 +509,10 @@
scummvm
Engine - 2001
+
+ scv
+ Console - 1984
+
sega32x
Peripheral - 1994
diff --git a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml
index c347b320f..b8ef8856c 100644
--- a/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml
+++ b/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml
@@ -509,6 +509,10 @@
scummvm
ScummVM - Engine - 2001
+
+ scv
+ Epoch - Console - 1984
+
sega32x
Sega - Peripheral - 1994
diff --git a/resources/sorting/manufacturer_year/es_systems_sorting.xml b/resources/sorting/manufacturer_year/es_systems_sorting.xml
index 182de1ce6..ff8e09fa7 100644
--- a/resources/sorting/manufacturer_year/es_systems_sorting.xml
+++ b/resources/sorting/manufacturer_year/es_systems_sorting.xml
@@ -509,6 +509,10 @@
scummvm
ScummVM - 2001
+
+ scv
+ Epoch - 1984
+
sega32x
Sega - 1994
diff --git a/resources/sorting/year/es_systems_sorting.xml b/resources/sorting/year/es_systems_sorting.xml
index 3dcbf90f0..2572007af 100644
--- a/resources/sorting/year/es_systems_sorting.xml
+++ b/resources/sorting/year/es_systems_sorting.xml
@@ -509,6 +509,10 @@
scummvm
2001
+
+ scv
+ 1984
+
sega32x
1994
diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml
index 876e70e46..6ff34bd23 100644
--- a/resources/systems/macos/es_systems.xml
+++ b/resources/systems/macos/es_systems.xml
@@ -1402,6 +1402,15 @@
scummvm
scummvm
+
+ scv
+ Epoch Super Cassette Vision
+ %ROMPATH%/scv
+ .0 .bin .BIN .7z .7Z .zip .ZIP
+ %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/scv scv -cart %ROM%
+ scv
+ scv
+
sega32x
Sega Mega Drive 32X
diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml
index f70f521bc..3089df224 100644
--- a/resources/systems/unix/es_systems.xml
+++ b/resources/systems/unix/es_systems.xml
@@ -1448,6 +1448,15 @@
scummvm
scummvm
+
+ scv
+ Epoch Super Cassette Vision
+ %ROMPATH%/scv
+ .0 .bin .BIN .7z .7Z .zip .ZIP
+ %STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/scv scv -cart %ROM%
+ scv
+ scv
+
sega32x
Sega Mega Drive 32X
diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml
index 91d9e8357..8891b000e 100644
--- a/resources/systems/windows/es_systems.xml
+++ b/resources/systems/windows/es_systems.xml
@@ -1450,6 +1450,15 @@
scummvm
scummvm
+
+ scv
+ Epoch Super Cassette Vision
+ %ROMPATH%\scv
+ .0 .bin .BIN .7z .7Z .zip .ZIP
+ %HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\scv scv -cart %ROM%
+ scv
+ scv
+
sega32x
Sega Mega Drive 32X