Jump to content

RobertDaleSmith

New Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by RobertDaleSmith

  1. With what I learned from tinkering with the code previously posted here, and hundreds of hours of development, I went on to create my own full featured SNES23DO product from scratch. https://controlleradapter.com/ I have thought about offering it unassembled as a kit that you can build from the component level. But for now I just have a pre-order waiting list you can signup for and I am building them as fast as I can. Over the last year that repository evolved well beyond the code posted on this thread, so it got renamed and made private. Everything that was in that repo when I originally posted it can be found in this thread though.
  2. I know there is this one but not tried it yet. http://www.tototek.com/store/index.php?main_page=product_info&products_id=49
  3. @tripletopper I was able to get my hands on a 3DZero and it looks like it has the same issue with 8BitDo's wireless SNES receivers as my adapter. (incorrect button mapping, but hope to find a solution soon) My SNES23DO adapter works great with Paatank and now supports multiplayer with two SNES controllers. Now I am working on adding a passthrough to allow additional 3DO controllers to daisy chain to my adapter. Last night I was able to solve my problem with my adapter not working with MNEMO's 3DO USB Host device menu screen. ? Once I get 3DO controller daisy-chaining working with my adapter, I am going to look at adding support for the SNES mouse. I picked up 3DO mouse recently and analyzed the signals under an oscilloscope. It should be possible to translate SNES mouse signals to match the 3DO mouse's signals. ? Makes me wonder if I can make an NES Zapper work
  4. Does the 3DO use the same data signals spec as Philips CD-I outlined in these docs?
  5. My custom SNES to 3DO adapter works fine with all games booted from the USB Host. It just does not work with the main boot screen of the USB Host with any SNES controller. But with the 8BitDo, maybe my question was unclear. It is unrelated to the USB Host.. I am interested in knowing if the 8BitDo SNES receivers work with the 3DZero in general. I just bought one so I will figure it out for myself soon enough.
  6. You would think so but it does not work correctly with the SNES to 3DO adapter I have. (custom built) Just like the tank game, my SNES adapter does not work with the USB Host's menu screen. I was curious to see if this is common across all SNES controller adapters for 3DO.
  7. This device is what is called an optical disc emulator. It basically replaces the CD drive in the console with a custom board that has a single USB port. You can then have backups of all your games on a single USB drive plugged into this board. When you boot it gives you a menu to select which game iso to boot.
  8. So weird I can't find those lines anywhere in the repository.
  9. Where did you find that? Not trying to take credit for original creation. Microchip Studio probably automatically added that.
  10. IT LIVES!! Over the weekend I was able to get @candle's SNES-to-3DO circuit design running and it works great for the most part. I have to say I much rather use a SNES controller on 3DO now that I have had a taste of it. I have consolidated all my findings into a GitHub repo and created some issues if anyone else is interested in contributing: https://github.com/RobertDaleSmith/SNES23DO
  11. @tripletopper have you ever tried one of 8BitDo's wireless SNES adapters with the 3DZero?
  12. @tripletopper, I am super curious if the 3D Zero works with MNEMO's USB Host mod for 3DO. Do you happen to have this as a part of your setup?
  13. Nice! I got mine working! I didn't see an option for 20mhz on the AVR fuse calculator website. I went with Ext. Crystal Osc.; Frequency 8.0- MHz; Start-up time: 14 CK + 0 ms; [CKSEL=1110 SUT=10]. Just out of curiosity I went back to the 8mhz crystal and it also works. While testing I found a few bugs I will need to debug. - MNEMO's USB Host mod only receives single axis directional inputs. - 8BitDo Wireless Receiver incorrectly maps buttons start/pause action on several. @candle you mentioned some 22pF caps parallel to the crystal.. Are these in these recent photos you posted? I'm not sure how to place these caps in "parallel". (sorry im a newb) Also are these BOJACK 0.1uF caps suitable for the C1 in the schematic? Now my next steps are to figure out how to compile this assembly code myself so that I can start debugging and updating it. ??
  14. Here is how I have my prototype wired up. I made sure to take the 0R resistors and the crystal out. I have tried numerous different fuse configurations but just can't seem to get this working this evening.
  15. I reset to defaults except for CKDIV8 not enabled. Still nothing, but I did notice if I enable CKOUT I get random directional controller input (without actually pressing buttons). I'm going to double check my wiring but I'm pretty sure I got everything connected correctly. Does CKOUT need to be enabled?
  16. @candle I got all the components and assembled on a breadboard over the weekend. Having some trouble though getting it to work. I flashed the chip with your hex file, I didn't connect the zero-resistors on clock/ps lines, and added a 8mhz crystal between pins 4/5 and setup CKSEL to 1110. I am suspecting it may be a fuse configuration issue. Do you happen to remember or know how to calculate correct fuse config? I used engbedded.com/fusecalc to generate: avrdude -c usbtiny -p attiny2313 -v -U lfuse:w:0x3e:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m Thanks again for sharing your assets to allow me to rebuild this. ?
  17. @candle This is so awesome! Thanks for sharing the code. You wouldn't happen to have any copies of those PDFs you previously posted? I really want to learn how to build this. ?
  18. @airs hey buddy, you wouldn't happen to still have information on your build? Any designs you could share?
×
×
  • Create New...