-
it seems like I can't use the sid emulation after booting to a jiffydos kernal, is there a way to make this work? and should it even be working? when I turn the sid emulation on and then boot to jiffydos via the sidekick browser, the sound doesn't work. After booting to jiffydos I'm loading a prg through sd2iec (is there a way to load files from sidekick SD from the basic?). if I do the same thing with the standard basic the same process works out and I have a working sound (press F3 twice from the menu, load sd2iec file browser and start the prg) when loading prg files directly through sidekick browser the sid emulation works. I'm using sidekick64 v0.51c with network fork v0.51 alpha5 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The SID emulation is using reSID, which it turn it quite resource-consuming (large lookup tables, computation) -- this results in caches on the RPi completely spoiled. Communication of the bus, e.g. accesses to kernal ROMs, however, require reliable response times. That is, in principle I could implement this, but there's a good chance that it does not run 100% stable. (one reason why I made the SIDKick -- having sound emulation and all other Sidekick-features in parallel ;-)) |
Beta Was this translation helpful? Give feedback.
The SID emulation is using reSID, which it turn it quite resource-consuming (large lookup tables, computation) -- this results in caches on the RPi completely spoiled. Communication of the bus, e.g. accesses to kernal ROMs, however, require reliable response times. That is, in principle I could implement this, but there's a good chance that it does not run 100% stable. (one reason why I made the SIDKick -- having sound emulation and all other Sidekick-features in parallel ;-))