Release Sidplay


I'm not very good at shell scripts or anything. Plus, I can't figure out how to mount a pnd on my Linux PC.
 
Mounting the PND is easy enough. Just create a mount point and mount it as a loopback device. eg:



Code:
mkdir mnt 

sudo mount -o loop path/to/PND mnt


- Neelix
 
Wanted to mention two things:


1) There is also http://sourceforge.n...idplay-residfp/ which demands more cpu-power, but has better sound-emulation. I think the Pandora can't handle this. No idea if the DSP would help.


2)There is a python-based gui called "cplay", which is lean and can configured to use rather any command-line-player. Though I had to write sort of a bash-script-wrapper to use sidplay with it. Could be also used for uade. More information here. I didn't work on this any further so far after getting stuck in compilation-frustration.
 
Last edited by a moderator:
Back
Top