Sidplay plugin together with libsidplayfp is not able to play tunes which 
require rom images. Such as MUSICIANS/W/Welle_Erdball/Monoton_und_Minimal.sid 
from High Voltage Sid Collection. I would like to introduce new configuration 
options. Load rom dumps for "kernal", "basic" and "chargen".

Code refers to libsidplayfp documentation. Your recommended alternative to 
using iostreams?


--- user.xml.old        2017-01-03 11:23:31.924000000 +0100
+++ user.xml    2017-01-03 13:29:18.476000000 +0100
@@ -1982,6 +1982,7 @@

         <para>
           C64 SID decoder based on
+          <application>libsidplayfp</application> or
           <application>libsidplay</application>.
         </para>

@@ -2029,6 +2030,42 @@
                   Turns the SID filter emulation on or off.
                 </entry>
               </row>
+
+              <row>
+                <entry>
+                  <varname>kernal</varname>
+                  <parameter>PATH</parameter>
+                </entry>
+                <entry>
+                  Only libsidplayfp. Some SID tunes require rom images
+                  to play. C64 rom dumps are included in Frodo or VICE
+                  emulation software tarballs. Absolute path to kernal
+                 rom image file.
+                </entry>
+              </row>
+
+              <row>
+                <entry>
+                  <varname>basic</varname>
+                  <parameter>PATH</parameter>
+                </entry>
+                <entry>
+                  Only libsidplayfp. Absolute path to basic rom image
+                  file.
+                </entry>
+              </row>
+
+              <row>
+                <entry>
+                  <varname>chargen</varname>
+                  <parameter>PATH</parameter>
+                </entry>
+                <entry>
+                  Only libsidplayfp. Absolute path to chargen rom image
+                  file.
+                </entry>
+              </row>
+
             </tbody>
           </tgroup>
         </informaltable>


> Max Kellermann <m...@duempel.org> hat am 3. Januar 2017 um 10:58 geschrieben:
> 
> On 2017/01/03 10:55, Jörg Raftopoulos <jo...@raftopoulos.net> wrote:
> 
> > Darn webmailer. Patch attached as a zip file.
> 
> But... what is it? No description, no documentation.
> 
> Oh, and please don't use iostreams. It's a bloated mess.
_______________________________________________
mpd-devel mailing list
mpd-devel@musicpd.org
http://mailman.blarg.de/listinfo/mpd-devel

Reply via email to