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 |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Wii DS ROM Sender | |title=Wii DS ROM Sender | ||
|image= | |image=wiidsromsender2.png | ||
|description=Send NDS ROMs to a DS using DLP. | |description=Send NDS ROMs to a DS using DLP. | ||
|author=FIX94 | |author=FIX94 | ||
|lastupdated=2017/10/ | |lastupdated=2017/10/19 | ||
|type= | |type=Addons | ||
|version= | |version=3.3 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/ | |download=https://dlhb.gamebrew.org/wiihomebrews/wiidsromsender.7z | ||
|website=https://github.com/FIX94/wii-ds-rom-sender | |website=https://github.com/FIX94/wii-ds-rom-sender | ||
|source=https://github.com/FIX94/wii-ds-rom-sender | |source=https://github.com/FIX94/wii-ds-rom-sender | ||
}} | }} | ||
This application allows you 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. | |||
==User guide== | |||
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, place your .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. | |||
You can then select the desired file, download it on the DS and play it. If there are any issues with sending the file, you 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 DS|GameYob]]. | |||
==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. | |||
==Credits== | |||
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 | |||
==External Links== | |||
* GitHub - https://github.com/FIX94/wii-ds-rom-sender | |||
* Open Shop Channel - https://oscwii.org/library/app/wii-ds-rom-sender |
Latest revision as of 05:20, 10 April 2023
Wii DS ROM Sender | |
---|---|
General | |
Author | FIX94 |
Type | Addons |
Version | 3.3 |
License | MIT License |
Last Updated | 2017/10/19 |
Links | |
Download | |
Website | |
Source | |
This application allows you 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.
User guide
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, place your .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.
You can then select the desired file, download it on the DS and play it. If there are any issues with sending the file, you 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.
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.
Credits
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
External Links
- GitHub - https://github.com/FIX94/wii-ds-rom-sender
- Open Shop Channel - https://oscwii.org/library/app/wii-ds-rom-sender