From fd6ca3b7acc0c3b73479d4ef139fe6954250800a Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 15 Sep 2007 14:53:21 +0000 Subject: - added PC-98 platform entry - added Kyrandia 1 PC-98 detection entries svn-id: r28907 --- common/util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/util.cpp') diff --git a/common/util.cpp b/common/util.cpp index ff6f02609b..389e229a78 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -212,6 +212,7 @@ const PlatformDescription g_platforms[] = { {"atari", "atari-st", "st", "Atari ST", kPlatformAtariST}, {"c64", "c64", "c64", "Commodore 64", kPlatformC64}, {"pc", "dos", "ibm", "DOS", kPlatformPC}, + {"pc98", "pc98", "pc98", "PC-98", kPlatformPC98}, // The 'official' spelling seems to be "FM-TOWNS" (e.g. in the Indy4 demo). // However, on the net many variations can be seen, like "FMTOWNS", -- cgit v1.2.3