SD2SNES implements Byuu's MSU1

Discussion in 'Nintendo Game Development' started by derekb, May 17, 2011.

  1. derekb

    derekb Well Known Member

    Joined:
    Jan 7, 2009
    Messages:
    1,964
    Likes Received:
    44
    Didn't see a related thread, and it is a pretty impressive development for the SNES. ikari_01 has implemented support for Byuu's previously software only enhancement 'chip' for the SNES which enables cd quality audio streaming and video playback off mass storage.

    Check out some videos of the device running the Mario Odyssey MSU1 hack (wip mario hack with cd quality audio playback) and a video demo

    http://www.youtube.com/watch?v=EqXYPvhHMCo

    http://www.youtube.com/watch?v=yULkopwR8oA
     
  2. Dr.Wily

    Dr.Wily Peppy Member

    Joined:
    Sep 25, 2006
    Messages:
    391
    Likes Received:
    11
    Yeah, nice to see this ! I follow Byuu's work for few years now. I saw his impressive CD quality Demo and the Lunar FMV opening. This is a pretty good work to demonstrate fully potential of the SNES. This machine, has been too limited by space on cart at the time.
     
  3. derekb

    derekb Well Known Member

    Joined:
    Jan 7, 2009
    Messages:
    1,964
    Likes Received:
    44
    I wonder if that chrono trigger snes + psx fmv hack could work on sd2snes, in theory I guess it should
     
  4. karsten

    karsten Member of The Cult Of Kefka

    Joined:
    Mar 14, 2004
    Messages:
    4,015
    Likes Received:
    149
    what s the story behind this chip?
     
  5. derekb

    derekb Well Known Member

    Joined:
    Jan 7, 2009
    Messages:
    1,964
    Likes Received:
    44
    Byuu originally wrote it in software with it tested to work with bsnes and in such a manner that the code itself would be hardware compatible if someone built it

    http://byuu.org/snes/msu1/

     
  6. bearkilla

    bearkilla Robust Member

    Joined:
    Feb 3, 2009
    Messages:
    292
    Likes Received:
    10
    i LOVE stuff like this
     
  7. Mystical

    Mystical Resolute Member

    Joined:
    May 3, 2011
    Messages:
    935
    Likes Received:
    35
    amazing work
     
  8. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    I saw it a few years ago and thought it'd be cool to see it being made but didn't think it would happen.

    Now, that's fucking awesome, it in theory gives it better capabilities than the GC, which is a 12 year newer console! Crazy.
     
  9. Alchy

    Alchy Illustrious Member

    Joined:
    Apr 6, 2004
    Messages:
    6,216
    Likes Received:
    19
    That doesn't make sense. Which particular aspect of this design is superior to the Gamecube?
     
  10. bearkilla

    bearkilla Robust Member

    Joined:
    Feb 3, 2009
    Messages:
    292
    Likes Received:
    10
    lolwut
     
  11. LeGIt

    LeGIt I'm a cunt or so I'm told :P

    Joined:
    Mar 13, 2004
    Messages:
    3,439
    Likes Received:
    31
    Am I missing something?

    It just looks like a game playing music to me - but then I never was much of an audiophile. I'm not content to live without at least RGB signals to my TV, yet oddly I'm quite happy with stereo sound so (though I do go deaf or get tinnitus at random too :p)

    If it is the miracle of high fidelty sound on a SNES though, why use shitty bastardised music? If you're gong to be a copyright thief you my as well do it properly and do it without the artsy fartsy alterations.
     
    Last edited: May 25, 2011
  12. Shakey_Jake33

    Shakey_Jake33 Robust Member

    Joined:
    Dec 18, 2006
    Messages:
    230
    Likes Received:
    1
    Well, they are obviously just examples. The point of the development is to allow up to 4GB or storage, as well as FMV and PCM audio playback. This can be used (and indeed is being used) for homebrew development.

    http://byuu.org/snes/msu1/

    There is a real problem in the Snes development scene with people developing homebrew that is compatible with emulators but not actual hardware, this goes some way towards rectifying that.

    The idea of a 'chip' gives the incorrect impression that this is a really complicated solution similar to the SuperFX, but it has clearly been (relatively) trivial to implement this into an SD card interface.
     
    Last edited: May 25, 2011
  13. Calpis

    Calpis Champion of the Forum

    Joined:
    Mar 13, 2004
    Messages:
    5,906
    Likes Received:
    21
    "Enhancement chip"? It's more of a now-hardware-accelerated enhancement hack. The hardware is totally abstracted thus pretty akin to "Hi-Res packs"; it takes cues from the SNES but is a separate entity. Lame. Worse it's simulation/high-level emulation of a device that doesn't have a true implementation in the first place and the design is so clean it's soulless. While the game hacks could potentially be cool, it's not as cool as a simple bit-banged SPI storage interface where audio was streamed to the SPC. Of course the CPU isn't actually fast enough for that during game play hence this implementation, but it would allow for extremely large games nonetheless. If on the other hand it was an Nintendo-ordained MCU with slave parallel port decoded into SNES memory, with a SD interface and audio DACs, THAT would be an enhancement chip and maybe less of a turn-off. Maybe I'm the only one that thinks this is just wrong from a design and hardware POV.
     
    Last edited: May 25, 2011
  14. derekb

    derekb Well Known Member

    Joined:
    Jan 7, 2009
    Messages:
    1,964
    Likes Received:
    44
    Last edited: May 25, 2011
  15. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    1.44GB storage compared to 4GB.
     
  16. Shakey_Jake33

    Shakey_Jake33 Robust Member

    Joined:
    Dec 18, 2006
    Messages:
    230
    Likes Received:
    1
  17. derekb

    derekb Well Known Member

    Joined:
    Jan 7, 2009
    Messages:
    1,964
    Likes Received:
    44
    On the cd quality music front, if I'm not mistaken aren't there already some other emulators that will hijack the rom's music calls and playback an mp3 or the like in it's place?

    note that I'm well aware this is not what MSU1 does
     
  18. Shakey_Jake33

    Shakey_Jake33 Robust Member

    Joined:
    Dec 18, 2006
    Messages:
    230
    Likes Received:
    1
    Yeah, but that's actually a real problem - people are developing homebrew and hacks that are compatible with emulators, but not the actual hardware. That's partially what spurred the development of this in the first place - so people have a solution to work with that actually works on real Snes hardware.
     
  19. Alchy

    Alchy Illustrious Member

    Joined:
    Apr 6, 2004
    Messages:
    6,216
    Likes Received:
    19
    I've heard of that in the Sonic hacking scene. If it can't be done in hardware then I have zero interest. I also don't really understand why you're running an emulator, at that point. Might as well go the whole way and build your own application.
     
  20. MottZilla

    MottZilla Champion of the Forum

    Joined:
    Feb 1, 2006
    Messages:
    5,066
    Likes Received:
    102
    Well for gamers the hardware design POV isn't something they consider. They just want to see cool games and hacks. They don't care too much about the implementation on the hardware level.

    One thing I'd like to see though would be this as a separate device, not only built into a flash cart. It's still interesting. I'm sure most find this interesting since we never got a SNES CD add-on.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page