changeset 115:54e4557859dc

Added SID-prefix to chip names
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Jan 2004 00:09:01 +0000
parents d2543dbd0e04
children 01496c6f85c3
files src/xs_sidplay.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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");