I forgot just how cool this thing was, especially for its time. Sure you can't access 3/4ths of the www now because it doesn't support java, but that doesn't matter!! because for some strange and perhaps sick reason...browsing with this thing is fun! That and I can still remember some CRAZY fullscreen, lag - free virtual on matches all those years ago (wonder if I still got the juice with Viper 2??).
About a year ago, I was trying like all hell to get an output signal from the Saturn for forcefeedback or really really crude multiplayer over tcp/ip, so I did something not too bright...
I opened a digital saturn pad, soldered wires to the traces of the U, D, L, R, START, and I think B buttons. Then I soldered the other ends of those wires to a parallel port connector. Using QB and its wicked INP & OUT commands, I wrote a simple program that logged keypresses on the saturn pad and saved them in a file. Then, when you were done 'recording' you could 'playback' the file. Truth be told, the thing was really accurate! In games like Last Bronx & DOA it played back combos perfectly. Well, stuff like: B, BB, BBB, UDLRBBB, RR, DB, UB, BB, B, D, START.
And while it was good in shooters too, I noticed that the longer you played, the more it would desynch.
There used to be a programming language called Euphoria where it was pretty easy to set up inp/out & tcp. Lo & behold the signals went through from one computer to the next, but they were incredibly delayed!! At times Hayabusa would punch like 2 seconds after I pressed the button. There were 2 libraries that you could use for networking, tcp4eu and eulib. One checked and made sure every bit of data got through okay and the other just blasted data through UDP style and didn't care whether the other computer got it or not (it was faster, though it was still too slow for realtime play...)
:lol:, it was just interesting then. If you ever wanted to try it, my advice would be: DON'T!! Its incredibly easy to fry your stuff and my brain must've been stuck on stupid those few days...but if you're hellbent, at least do it with a breadboard. I just remembered that I did end up frying the 1P port of that saturn. Ha! guess I'll leave saturn networking to someone more skilled (using the netlink sure would be cool!), or emulation. Hope this made for an interesting read at least.
Sorry for digging up an old post!!