Perfect FDS 2C33 audio when not using actual FDS disks?
Moderators: B00daW, Moderators
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
I traced the connector with a multimeter and soldered the wires. It's ghetto but works. I'll take a pic and post it later.
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Wow, you directly connected it. When I back home, I will try it. Thank you.
-
- Posts: 32
- Joined: Thu Oct 31, 2013 4:55 pm
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
let us know the results.
my problem is still unresolved, I suspect my drive. I checked my cable it seems to be good, continuity through the cable and connector, I checked from the pins to stick. I don't want to solder wires to it either
so I changed the src code to print out the values returned from the function calls but they didn't mean much to me. maybe someone can add some more logic as to why "read failed" so we can debug our problems a little easier.
fdsstick works great other than that though.
my problem is still unresolved, I suspect my drive. I checked my cable it seems to be good, continuity through the cable and connector, I checked from the pins to stick. I don't want to solder wires to it either

so I changed the src code to print out the values returned from the function calls but they didn't mean much to me. maybe someone can add some more logic as to why "read failed" so we can debug our problems a little easier.
fdsstick works great other than that though.
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Hi DrDementia,
Sorry for the late. I can't get it work. My case is same as yours.
The error is from fdsstick as I understand. So, it is no easy to know what is the problem from the source I think.
I've 4 PCs, only one have better result. All others will fail when the magnet head return to the beginning of disk.
It will show error immediately. I saw Chris post, said his good PC have USB 3.0 powered. I try my PC which have USB 3.0, it can read
FDSSTICK, but not fds drive.
Then I try to add some buffer between fds drive and fdsstick. The problem still the same. No idea what is the problem at the moment.
I already rquest loopy to try more PC, I waiting for his test now. If some PC not compatible with fdsstick. I think loopy can update
firmware to fix it.
I doing Twin Famicom to fdsstick cable at the moment. It should be working well I think.
Sorry for the late. I can't get it work. My case is same as yours.
The error is from fdsstick as I understand. So, it is no easy to know what is the problem from the source I think.
I've 4 PCs, only one have better result. All others will fail when the magnet head return to the beginning of disk.
It will show error immediately. I saw Chris post, said his good PC have USB 3.0 powered. I try my PC which have USB 3.0, it can read
FDSSTICK, but not fds drive.
Then I try to add some buffer between fds drive and fdsstick. The problem still the same. No idea what is the problem at the moment.
I already rquest loopy to try more PC, I waiting for his test now. If some PC not compatible with fdsstick. I think loopy can update
firmware to fix it.
I doing Twin Famicom to fdsstick cable at the moment. It should be working well I think.
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Can someone tell me how to physically write to disks with this?
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
On read errors - I've found that a series resistor (10k or so) on the READ DATA pin ("pin 9" in my pinout diagrams) helps.
http://3dscapture.com/fdsstick/fds_res.jpg
I built a GUI, it's not quite finished but you can try it out. http://3dscapture.com/fdsstick/FDSStick.exe
I made a small change to the firmware to make using the button easier. Instead of slot numbers, you push the game number (1, 2, 3, etc..). After the game loads, the button changes disk sides (1=A, 2=B, ...)
http://3dscapture.com/fdsstick/fds_res.jpg
I built a GUI, it's not quite finished but you can try it out. http://3dscapture.com/fdsstick/FDSStick.exe
I made a small change to the firmware to make using the button easier. Instead of slot numbers, you push the game number (1, 2, 3, etc..). After the game loads, the button changes disk sides (1=A, 2=B, ...)
-
- Posts: 32
- Joined: Thu Oct 31, 2013 4:55 pm
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
I tried the 10k resistor, didn't seem to work, not one successful read yet. I tried two PCs, different ports. I don't have a usb3.0(blue) port so I can't test that. Most of the time reading fails at the beginning of the disc (right before or after click?). I reinserted the stick each time.
I'll try to test and debug some more when I have some time.
I attached my modified fds.exe. it prints out more info, maybe loopy can get some debug info from this. maybe someone can show me what a successful read looks like. I should have probably gave some more meaningful labels.
here's one of my better reads. (we need a spoiler to hide this text)
fds -r read1.fds
FDSStick console app (Aug 31 2015)
Opened FDSStick (xxxx.xxxx)
dev-readstart
readbuf
result D3118E
bytesin 0
readbuf 9F0020
dev rd result 100
buff
result FE
bytesin FE
readbuf 9F0020
dev rd result 100
buff
result FE
bytesin 1FC
readbuf 9F0020
dev rd result 100
buff
result FE
bytesin 2FA
readbuf 9F0020
dev rd result 100
buff
result FFFFFFFF
Read error.
Failed.
I'll try to test and debug some more when I have some time.
So does that rule out the fds drive? does the pc that works(have better results) always work?Tomy wrote: I've 4 PCs, only one have better result. All others will fail when the magnet head return to the beginning of disk.
It will show error immediately. I saw Chris post, said his good PC have USB 3.0 powered. I try my PC which have USB 3.0, it can read FDSSTICK, but not fds drive.
I attached my modified fds.exe. it prints out more info, maybe loopy can get some debug info from this. maybe someone can show me what a successful read looks like. I should have probably gave some more meaningful labels.
here's one of my better reads. (we need a spoiler to hide this text)
fds -r read1.fds
FDSStick console app (Aug 31 2015)
Opened FDSStick (xxxx.xxxx)
dev-readstart
readbuf
result D3118E
bytesin 0
readbuf 9F0020
dev rd result 100
buff
result FE
bytesin FE
readbuf 9F0020
dev rd result 100
buff
result FE
bytesin 1FC
readbuf 9F0020
dev rd result 100
buff
result FE
bytesin 2FA
readbuf 9F0020
dev rd result 100
buff
result FFFFFFFF
Read error.
Failed.
- Attachments
-
- fds.zip
- (45.39 KiB) Downloaded 162 times
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Hi DrDementia,
My problem solved. I can read FDS disk now. Not yet for write.
What I do is :
1) Add 10k resistor on pin 9.
2) Update fdsstick firmware to v1.03
3) FDS Drive don't mod, let it original
4) Modded Power Board v5
I've 4 PC here. Now, two PC very stable. One PC sometimes error, re-insert fdsstick, it is ok again. Only 1 PC with AMD CPU not work (never work)
The cable I make is very long (2 feet). So, "long" is not the problem.
Because I don't have 7201 drive here, I can't test write. I'm finding a way now, if I can write, I'll tell you.
I tried your fds.exe, it is not work for me. It error everytime, never success. I use loopy fds.exe v2 at the moment.
My problem solved. I can read FDS disk now. Not yet for write.
What I do is :
1) Add 10k resistor on pin 9.
2) Update fdsstick firmware to v1.03
3) FDS Drive don't mod, let it original
4) Modded Power Board v5
I've 4 PC here. Now, two PC very stable. One PC sometimes error, re-insert fdsstick, it is ok again. Only 1 PC with AMD CPU not work (never work)
The cable I make is very long (2 feet). So, "long" is not the problem.
Because I don't have 7201 drive here, I can't test write. I'm finding a way now, if I can write, I'll tell you.
I tried your fds.exe, it is not work for me. It error everytime, never success. I use loopy fds.exe v2 at the moment.
Last edited by Tomy on Thu Oct 08, 2015 7:48 am, edited 1 time in total.
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Hi DrDementia,
I can write FDS disk now.
What I do is :
1) Add 10k resistor on cable pin 9.
2) Update fdsstick firmware to v1.03
3) FDS Drive with 7201 chip (no need to mod)
4) Modded Power Board v5
All my 3 PCs ok, only the one with AMD CPU not ok.
I can Read and Write FDS disk.
I can write FDS disk now.
What I do is :
1) Add 10k resistor on cable pin 9.
2) Update fdsstick firmware to v1.03
3) FDS Drive with 7201 chip (no need to mod)
4) Modded Power Board v5
All my 3 PCs ok, only the one with AMD CPU not ok.
I can Read and Write FDS disk.
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Where can I download the firmware with edited button function? Thanks
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Download this : http://3dscapture.com/fdsstick/FDSStick.exe
Plug in fdsstick to your PC and run FDSStick.exe
It will auto update your fdsstick firmware.
(It will show updating on screen, don't remove your fdsstick at that time. If not, I afraid it may die.)
Plug in fdsstick to your PC and run FDSStick.exe
It will auto update your fdsstick firmware.
(It will show updating on screen, don't remove your fdsstick at that time. If not, I afraid it may die.)
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
I updated the windows GUI (fdsstick.exe) to allow disk reading/writing.
-
- Posts: 32
- Joined: Thu Oct 31, 2013 4:55 pm
Re: Perfect FDS 2C33 audio when not using actual FDS disks?
thanks for clarifying the cable length, mine is a little too short.Tomy wrote: The cable I make is very long (2 feet). So, "long" is not the problem.
I tried your fds.exe, it is not work for me. It error everytime, never success. I use loopy fds.exe v2 at the moment.
Thanks for testing. does loopy' fds.exe v3 work for you? why use v2?
My further testing. I tried the new gui (fdsstick.exe) I could only get it to read the first 0x33 bytes or so of the disks- sometimes less. I tried most of my discs around 20, some multiple times. I got part of the header the "NINTENDO HVC". I could never get a whole block. I always get - crc failure and 508 bytes lost.
My setup was similar to Tomy's. I tried with and without the resistor, same results.
1) 10k resistor on pin 9.
2) 3206 FDS Drive unmodded
3) Modded Power Board v5
I got another FDS

Re: Perfect FDS 2C33 audio when not using actual FDS disks?
Is it an old computer?