changeset 36:ad6acc8144bd

Adjust some field titles.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Sep 2014 02:37:34 +0300
parents 79e6d08b473f
children 1d62d7a4958a
files sidinfo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Fri Sep 26 02:26:43 2014 +0300
+++ b/sidinfo.c	Fri Sep 26 02:37:34 2014 +0300
@@ -70,7 +70,7 @@
     { SIF_FILENAME       , "Filename"   , NULL },
 
     { SIF_PLAYER_TYPE    , "PlayerType" , "Player type" },
-    { SIF_PLAYSID_TUNE   , "PlaySIDTune", "PlaySID tune" },
+    { SIF_PLAYSID_TUNE   , "PlayerCompat", "Player compatibility" },
     { SIF_VIDEO_CLOCK    , "VideoClock" , "Video clock speed" },
     { SIF_SID_MODEL      , "SIDModel"   , "SID model" },
 
@@ -490,7 +490,7 @@
     if (psid->version >= 2)
     {
         char *str;
-        PR(15, "%s", NULL, (psid->flags & PSF_PLAYSID_TUNE) ? "C64 compatible" : "PlaySID");
+        PR(15, "%s", NULL, (psid->flags & PSF_PLAYSID_TUNE) ? "PlaySID" : "C64 compatible");
 
         switch (psid->flags & PSF_CLOCK_MASK)
         {