-
InsertDisk2: Alleine ne einfache "Stereoanzeige" würde schon ausreichen da man dann zumindest weiß warum das SID File so "kaputt" klingt.
Da ja je nach verwendeter "Stereo SID" Hardware die Umschaltung der Adresse für den zweiten SID unterschiedlich realisiert wird gibt es ja keine
"Patentlösung" mit der man in jedem Fall eine Problemfreie Umschaltung im laufenden Betrieb gewährleisten kann, da müssten ja dann die betroffenen
User oder die Entwickler der jeweiligen Hardware eine für den jeweiligen Fall passende Lösung finden.
Ich habe wie gesagt die Widerstände nachgerüstet und mir eine kleine Schaltung zusammengefrickelt die aus einem Taster, einem 4017 IC und ein paar Reed Relais
besteht die dann die Verbindungen die sonst durch Jumper am StereoInSID eingestellt werden über die Relaiskontakte herstellt.
-
-trb- : In dem 64er den ich als "SID Player" nutze Habe ich nen StereoInSID drin, dort habe ich für den zweiten SID an der /CS
Leitung einen Pullup und an der R/W Leitung einen Pulldown Widerstand nachgerüstet da der 64er ansonsten abstürzt wenn man
die Adresse des 2ten SID im Betrieb umschaltet. Alleine schon weil das bestimmt nicht jeder nachgerüstet hat wäre solch eine Anzeige
sinnvoll.
-
Hab grad mal nach dem Sid File format gegooglet und bin auf das hier gestoßen: https://gist.github.com/cbmeek…a8d36fc461ebb056e94b2f4d6
Interessant wird es ab Zeile 277, anscheinend ist das alles in einem 16 Bit Wert zusammengefasst bezüglich SID 1-3 Typ usw.
In den Zeilen 347 und 357 steht dann was zu den Adressen der weiteren SIDs.
-
InsertDisk2: Eines davon war das hier: https://csdb.dk/sid/?id=44985
Bei dem SID wo es mir ursprünglich aufgefallen ist bin ich mir grad nicht so sicher,
Ich glaube das war Hexadecimal von Dane kann allerdings sein das ich mich da irre.
Ich weiß bloß das SIDs die mehr als einen SID unterstützen meist einen entsprechenden
Vermerk im Filenamen haben (2SID, 3SID...) ob da auch etwas im Fileheader vermerkt ist
weiß ich leider auch nicht, allerdings zeigt soweit ich weiß der SID Player der Ultimate 1541 II+
an wenn ein SID File mehrere SIDs unterstützt und auf welchen Adressen diese liegen.
-
Bin seit kurzem auch WIC-64 Besitzer und habe das SID-Radio auch schon mal ne ganze Weile nebenher laufen lassen.
Einige SIDs klangen etwas kaputt bis ich dann mal auf die Idee gekommen bin auf Stereobetrieb umzuschalten.
Also wäre es sinnvoll sowas wie ne "Stereoanzeige" mit einzubauen damit man weiß das es sich um ein Stereo SID File handelt.
-
Ramirez : Sind das die Richtigen Widerstandsnetzwerke? Das sieht für mich nach einem aus bei dem die Widerstände einen gemeinsamen Anschluß haben,
soweit ich das im Easyflash Schaltplan erkennen kann wird aber eines mit "einzelnen" Widerständen benötigt.
Ef1snippet.jpg
Ich kann das auf dem Bild nicht richtig erkennen aber kann es sein das es keine 100 Ohm (101) sondern 100k Ohm (104) Widerstandsnetzwerke sind die du da drauf hast?
-
Das Endergebnis sollte dann so oder zumindest ähnlich aussehen ;-).

-
Port 2 ist zur Gehäuseaußenseite hin, Port 2 zur Videobuchse hin.

-
Es sollten jedenfalls keine Zeichen sondern nur Nummern dargestellt werden wenn man die Programme laufen lässt, sonst ist da noch was anderes im Argen.
-
Die korrekten Ergebnisse die dieses Programm liefern müsste Wären:
Port 1 (56321): unbetätigt = 255, Oben = 254, Unten = 253, Links = 251, Rechts = 247, Feuer = 239
Port 2 (56320): unbetätigt = 127, Oben = 126, Unten = 125, Links = 123, Rechts = 119, Feuer = 111
-
64k_or_64bit : Um mit dem Programm den Port 2 testen zu können muss das "PEEK (56321)" auch auf "PEEK (56320)" abgeändert werden
da der Port 2 an ner anderen Adresse liegt.
-
Fabuseta: As far as I know there is no search function integrated in Sidplay 64
kim_jorgensen: I fully understand that it is beyond the capabilities of the KFF to emulate a REU,
what I meant was like you said to use a REU and a KFF in an Expansion Port Expander together.
-
kim_jorgensen: Ok, it works but thats not very intuitive, it would be better if you had just to press CLR/HOME in order to load more files but of course that isn't your fault.
Anyway, thanks for pointing this out, i looked into the Readme but i overlooked the "while loading" part ;-).
Is there a way to make the Sidplay 64 version with REU support work with KFF or is it impossible?
-
In the readme there is also mentioned that you can also push the Joystick to the right to load more files but that also doesn't work.
Navigating with the Joystick works flawless.
-
kim_jorgensen : Yes, in the Readme they mention the CLR/HOME Key but it doesnt seem to do anything, regardless of which version of Sidplay 64 i use.
-
ivandiazalvarez: Just put the Sidplay 64 with SD2IEC support as .PRG on your SD Card in the KFF but instead of pressing Return press SHIFT and Return at the same time.
then a Menu pops up, select "Mount and Load" and enjoy Sidplay 64 on the KFF ;-). Dont't forget to put some .SID files or even the whole HVSC on your SD Card beforehand :-).
The only limitation at the moment ist that just 164 files per folder are shown.
-
Fabuseta: Yes, fo course. This would be also a good workaround for the file limit, not as comfortable as loading all files at once but at least better than just with the limit.
Now that you mention it I wonder if there maybe already is such a key combination
. I also don't know if the REU version of Sidplay 64 has also other advantages over
the version without REU support, like that you can playback bigger .SID files or some with big samples in it.
-
I think that there is a reason why the programmer of Sidplay 64 made a seperate version with REU support in order to show more files per folder.
I suppose that the intention behind this is to use as less RAM as possible so that the RAM adressspaces which are usually used for SID tunes are avaiable.
If you would modify the "standard" version of Sidplay 64 then .SID files which use certain RAM adressspaces are no longer playable and the overall compability
of Sidplay 64 would suffer. So the best solution would be to be able to use some kind of RAM expansion together with the Kung Fu Flash and Sidplay 64.
-
Fabuseta: A way to show more than 164 files would be to use a REU and a Sidplay 64 version with REU support but as i already pointed out several times
this Version doesn't work with the Kung Fu Flash. If I use a SD2IEC and a REU the according Sidplay 64 version works great.
I don't know if a GeoRam would work with the Kung Fu Flash and if it would be possible to patch Sidplay 64 to use a GeoRam instead of an REU.
-
Jood : I know that someone is developing a combined REU + EF3 Cartridge but this wouldn't change anything
because Sidplay 64 still wouldn't run on the KFF. I could use another Device for storage but that is not the point,
I want to use just a KFF and a REU with Sidplay 64.