Leandro Nini
Leandro Nini
Checked the vectorized image and it confirm the findings. The two circled resistors (the yellowish lines) are slightly different, the one on the left being a bit longer, meaning more...
Hi! Yeah, the code is production ready and currently used in VICE. It is more or less on par with residfp so if something sounds off it's a bug. Which...
> Also report from another user: https://bitbucket.org/zxtune/zxtune/issues/260/android-build-r5070-breaks-sid-playback link is inaccessible. Is there a specific version/commit that introduced the problem? Can't reproduce here on Linux/x86-64, maybe a platform/compiler or optimization level...
Are you changing the filter bias value? I can't reproduce with the default setting. Edit: with `FilterBias = -500` I see: ``` ../src/builders/resid-builder/resid/filter8580new.h:753:49: runtime error: index 65536 out of bounds...
With `src/sidplayfp --resid -rif /MUSICIANS/T/Tel_Jeroen/RoboCop_3.sid` I get `../src/builders/resid-builder/resid/extfilt.h:146:50: runtime error: left shift of negative value -2514` 😕
> Looks like I've found similar issue for old filter. It's actual if ReSIDBuilder::bias is not called. Dependency chain is: Vw_bias (unitialized) -> Vddt_Vw_2 (in set_w0) -> read from vcr_kVg...
Which version of HVSC are you using? Here with #81 `/MUSICIANS/F/Follin_Tim/Ghouls_n_Ghosts.sid` works fine while for `/MUSICIANS/D/Devilock/Intro_Zak_2_for_711.sid` the songlength fail to load for some reason which I have to investigate. Also...
> for `/MUSICIANS/D/Devilock/Intro_Zak_2_for_711.sid` the songlength fail to load for some reason which I have to investigate. File was corrupted, downloaded a fresh one and it stops correctly at 1:33
Hard to tell... anything in the config file or the command line? ROMs are loaded? If so which versions?
Same here, but I'm unable to reproduce. If you can find any hints, like compiler flags, configurations or whatever, let me know. Oh, and which OS are you using?