diff src/xs_sidplay.h @ 115:54e4557859dc

Added SID-prefix to chip names
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Jan 2004 00:09:01 +0000
parents 98a72c44f56b
children 84bff1a4bb1c
line wrap: on
line diff
--- a/src/xs_sidplay.h	Tue Jan 13 00:09:00 2004 +0000
+++ b/src/xs_sidplay.h	Tue Jan 13 00:09:01 2004 +0000
@@ -70,7 +70,7 @@
 	ptInput->track_number	= iSubTune;
 	ptInput->album_name	= NULL;
 	ptInput->performer	= pfInfo->infoString[1];
-	ptInput->date		= g_strdup((pfInfo->sidModel == SIDTUNE_SIDMODEL_6581) ? "6581" : "8580");
+	ptInput->date		= g_strdup((pfInfo->sidModel == SIDTUNE_SIDMODEL_6581) ? "SID6581" : "SID8580");
 
 	ptInput->year		= 0;
 	ptInput->genre		= g_strdup("SID-tune");