Giulio Zausa

Results 50 comments of Giulio Zausa

If you look it the SC55 manual there is a key combination to set whatever Reverb/Chorus you want

Yes absolutely, but unfortunately i don’t have any card image to try with. Do you have any?

Get an Arduino Mega, solder/connect the address and data lines to the card, use the Mega to read it and print it to serial, save the output into a file....

That's a good idea, but I think it would be easier to just save the internal NVRAM instead of actually supporting cards.

The SC55 and SC155 are extremely similar, so emulation is definitely possible. The program ROMs, though seems to be different according to the service manual, both the external and the...

@nikitalita great! that's only the external rom though, which it's not enough for emulation

Other tip that I used to make it work if you have a cheap 8 channels logic analyzer you can do it in two times, first dumping the lower 4...

``` out_data = [] with open("tmpl_3.txt", "r") as file: lines = file.readlines() for line in lines: line = line.strip() if line: last_chars = line[-2:] nibble = int(last_chars, 16) if nibble

Yes, you probably also need to cut the beginning as the stream doesn't start instantly.

True, my PR is mostly Mac focused, maybe i can keep the two and make it a flat during compilation with Claire cmake?