Revision: 46095
http://sourceforge.net/p/vice-emu/code/46095
Author: gpz
Date: 2026-05-10 14:58:45 +0000 (Sun, 10 May 2026)
Log Message:
-----------
fix 8580+digifix with residfp
Modified Paths:
--------------
trunk/vice/src/sid/sid-resources.c
Modified: trunk/vice/src/sid/sid-resources.c
===================================================================
--- trunk/vice/src/sid/sid-resources.c 2026-05-07 20:23:41 UTC (rev 46094)
+++ trunk/vice/src/sid/sid-resources.c 2026-05-10 14:58:45 UTC (rev 46095)
@@ -806,6 +806,7 @@
#ifdef HAVE_RESIDFP
case SID_RESIDFP_6581:
case SID_RESIDFP_8580:
+ case SID_RESIDFP_8580D:
#endif
return 0;
#ifdef HAVE_RESID_DTV
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|