[Scummvm-git-logs] scummvm master -> 5ee734b844aef66f0985a92aa92c8e0ead52f0b3

neuromancer noreply at scummvm.org
Mon Dec 26 12:15:25 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5ee734b844 COMMON: added Amstrad CPC as a platform


Commit: 5ee734b844aef66f0985a92aa92c8e0ead52f0b3
    https://github.com/scummvm/scummvm/commit/5ee734b844aef66f0985a92aa92c8e0ead52f0b3
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-26T09:12:26-03:00

Commit Message:
COMMON: added Amstrad CPC as a platform

Changed paths:
    common/platform.cpp
    common/platform.h


diff --git a/common/platform.cpp b/common/platform.cpp
index 315ade937d1..140a575b92b 100644
--- a/common/platform.cpp
+++ b/common/platform.cpp
@@ -31,6 +31,7 @@ const PlatformDescription g_platforms[] = {
 	{ "3do", "3do", "3do", "3DO", kPlatform3DO },
 	{ "acorn", "acorn", "acorn", "Acorn", kPlatformAcorn },
 	{ "amiga", "ami", "amiga", "Amiga", kPlatformAmiga },
+	{ "amstrad", "ams", "amstrad", "Amstrad CPC", kPlatformAmstrad },
 	{ "atari8", "atari8", "atari8", "Atari 8-bit", kPlatformAtari8Bit },
 	{ "atari", "atari-st", "st", "Atari ST", kPlatformAtariST },
 	{ "c64", "c64", "c64", "Commodore 64", kPlatformC64 },
diff --git a/common/platform.h b/common/platform.h
index c0602661652..061561b95b9 100644
--- a/common/platform.h
+++ b/common/platform.h
@@ -46,6 +46,7 @@ class String;
 enum Platform : int8 {
 	kPlatformDOS,
 	kPlatformAmiga,
+	kPlatformAmstrad,
 	kPlatformAtari8Bit,
 	kPlatformAtariST,
 	kPlatformMacintosh,




More information about the Scummvm-git-logs mailing list