More actions
(Created page with "{{#seo: |title=Wii Homebrew Apps (Other Apps) - GameBrew |title_mode=append |image=wiidsromsenderwii.jpg |image_alt=Wii DS ROM Sender }} {{Infobox Wii Homebrews |title=Wii DS...") |
No edit summary |
||
Line 18: | Line 18: | ||
|source=https://github.com/FIX94/wii-ds-rom-sender | |source=https://github.com/FIX94/wii-ds-rom-sender | ||
}} | }} | ||
https:// | '''Wii DS ROM Sender''' is an application that enables users to transfer NDS ROMs, as well as emulated NES/GB/GBC ROMs, from a Wii to a DS using Download Play. | ||
However, it is important to note that if the DS is not patched with FlashMe and HaxxStation is not used, only Official Demo ROMs can be sent. To use HaxxStation, the US version of "DS Download Station - Volume 1" must be renamed to "haxxstation.nds" and placed on the root of the SD card. | |||
To use the application, the user must place their .nds/.srl/.nes/.gb/.gbc files into a "srl" folder on the SD card, download the current version of the program from the "releases" tab, and start it through the homebrew channel. | |||
Users can then select the desired file, download it on the DS and play it. If there are any issues with sending the file, users may need to increase the delay timing. | |||
It's also worth noting that .nes files are emulated using nesDS and .gb/.gbc files are emulated using GameYob. | |||
==This Application uses/includes== | |||
* Parts of the HaxxStation code from https://github.com/Gericom/dspatch | |||
* GameYob Binary with 2MB Dummy ROM from https://github.com/FIX94/GameYob | |||
* nesDS Binary with 2MB Dummy ROM from https://github.com/ApacheThunder/NesDS/tree/master/NesDS_Singles | |||
* DOL Application compressed with dolxz from https://github.com/FIX94/dolxz | |||
* NDS Files compressed with the LZO Library by Markus F.X.J. Oberhumer | |||
==Media== | ==Media== | ||
<youtube></youtube> | '''Wii NDS ROM Sender - Quick Demonstration video - ([https://www.youtube.com/watch?v=q8CJ4nEqil0 RandomUser_101])'''<br> | ||
<youtube>q8CJ4nEqil0</youtube> | |||
==Changelog== | |||
'''v3.3''' | |||
support classic controllers and wiiu pro controllers as well. | |||
'''v3.2''' | |||
*further improved logic when sending nds roms to the ds system menu, this should make it less likely to forever get stuck sending the last block | |||
*added wiiu gamepad controls when running from wii vc | |||
'''v3.1''' | |||
* removed unneeded parts of code that possibly even caused problems | |||
'''v3.0''' | |||
*added LZO compression when using HaxxStation to make things send over quicker | |||
*added program init prints to easily debug any issues with it | |||
*added GameYob and nesDS emulators with dummy ROMs so you can directly send over .nes/.gb/.gbc files | |||
'''v2.1''' | |||
* added option to change delay timing (only required when you have send problems) | |||
'''v2.0''' | |||
*Now with HaxxStation support. | |||
'''v1.1''' | |||
*allow unsigned nds roms (only run when the ds has FlashMe installed) | |||
*some code cleanup | |||
'''v1.0''' | |||
* First Release | |||
==External Links== | |||
* Oscwii - https://oscwii.org/library/app/wii-ds-rom-sender | |||
* Github - https://github.com/FIX94/wii-ds-rom-sender |
Revision as of 01:19, 23 Ocak 2023
Wii DS ROM Sender | |
---|---|
File:Wiidsromsenderwii.jpg | |
General | |
Author | FIX94 |
Type | Other Apps |
Version | v3.3 |
License | MIT License |
Last Updated | 2017/10/18 |
Links | |
Download | |
Website | |
Source | |
Wii DS ROM Sender is an application that enables users to transfer NDS ROMs, as well as emulated NES/GB/GBC ROMs, from a Wii to a DS using Download Play.
However, it is important to note that if the DS is not patched with FlashMe and HaxxStation is not used, only Official Demo ROMs can be sent. To use HaxxStation, the US version of "DS Download Station - Volume 1" must be renamed to "haxxstation.nds" and placed on the root of the SD card.
To use the application, the user must place their .nds/.srl/.nes/.gb/.gbc files into a "srl" folder on the SD card, download the current version of the program from the "releases" tab, and start it through the homebrew channel.
Users can then select the desired file, download it on the DS and play it. If there are any issues with sending the file, users may need to increase the delay timing.
It's also worth noting that .nes files are emulated using nesDS and .gb/.gbc files are emulated using GameYob.
This Application uses/includes
- Parts of the HaxxStation code from https://github.com/Gericom/dspatch
- GameYob Binary with 2MB Dummy ROM from https://github.com/FIX94/GameYob
- nesDS Binary with 2MB Dummy ROM from https://github.com/ApacheThunder/NesDS/tree/master/NesDS_Singles
- DOL Application compressed with dolxz from https://github.com/FIX94/dolxz
- NDS Files compressed with the LZO Library by Markus F.X.J. Oberhumer
Media
Wii NDS ROM Sender - Quick Demonstration video - (RandomUser_101)
Changelog
v3.3 support classic controllers and wiiu pro controllers as well.
v3.2
- further improved logic when sending nds roms to the ds system menu, this should make it less likely to forever get stuck sending the last block
- added wiiu gamepad controls when running from wii vc
v3.1
- removed unneeded parts of code that possibly even caused problems
v3.0
- added LZO compression when using HaxxStation to make things send over quicker
- added program init prints to easily debug any issues with it
- added GameYob and nesDS emulators with dummy ROMs so you can directly send over .nes/.gb/.gbc files
v2.1
- added option to change delay timing (only required when you have send problems)
v2.0
- Now with HaxxStation support.
v1.1
- allow unsigned nds roms (only run when the ds has FlashMe installed)
- some code cleanup
v1.0
- First Release