changeset 267:ac6b5957b82b

Oops, second and third SID chip models were being printed out as integers instead of strings. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 00:57:52 +0200
parents 254828e9213b
children 6312d33d1361
files sidinfo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Mon Jan 06 00:26:27 2020 +0200
+++ b/sidinfo.c	Mon Jan 06 00:57:52 2020 +0200
@@ -89,8 +89,8 @@
     { "Songs"        , "Songs"                , OTYPE_INT },
     { "StartSong"    , "Start song"           , OTYPE_INT },
 
-    { "SID2Model"    , "2nd SID model"        , OTYPE_INT },
-    { "SID3Model"    , "3rd SID model"        , OTYPE_INT },
+    { "SID2Model"    , "2nd SID model"        , OTYPE_STR },
+    { "SID3Model"    , "3rd SID model"        , OTYPE_STR },
     { "SID2Addr"     , "2nd SID address"      , OTYPE_INT },
     { "SID3Addr"     , "3rd SID address"      , OTYPE_INT },