More actions
(Created page with " {{Infobox WiiU Homebrews |title=LiteNESU |image=wiiu.png |description=A userspace NES emulator for 5.5.x Wii U (WIP). Based off LiteNES. |author=quarktheawesome |lastupdated=2016/03/08 |format=elf |type=Console |version=0.0.0-pre2 |license=Mixed |download=https://dlhb.gamebrew.org/wiiuhomebrews/litenesuwiiu.7z |website=https://gbatemp.net/threads/5-5-0-1-wip-litenesu-a-terrible-userspace-nes-emulator.417827/ |source=https://github.com/ashquarky/Lit...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
|image=wiiu.png | |image=wiiu.png | ||
|description=A userspace NES emulator for 5.5.x Wii U (WIP). Based off LiteNES. | |description=A userspace NES emulator for 5.5.x Wii U (WIP). Based off LiteNES. | ||
|author= | |author=QuarkTheAwesome | ||
|lastupdated=2016/03/08 | |lastupdated=2016/03/08 | ||
|format=elf | |format=elf | ||
Line 51: | Line 51: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/ashquarky/LiteNESU | * GitHub - https://github.com/ashquarky/LiteNESU | ||
* GBAtemp - https://gbatemp.net/threads/5-5-0-1-wip-litenesu-a-terrible-userspace-nes-emulator.417827/post- | * GBAtemp - https://gbatemp.net/threads/5-5-0-1-wip-litenesu-a-terrible-userspace-nes-emulator.417827/post-6147390 |
Latest revision as of 12:40, 20 April 2024
LiteNESU | |
---|---|
General | |
Author | QuarkTheAwesome |
Type | Console |
Version | 0.0.0-pre2 |
License | Mixed |
Last Updated | 2016/03/08 |
Links | |
Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
A WIP NES emulator for Wii U consoles running under firmware 5.5.0/5.5.1, based off LiteNES.
It uses code from libwiiu and the 5.5.x ELF loader.
Note: No longer active.
User guide
How to use:
- Install devKitPPC and set the DEVKITPPC environment variable to the devKitPPC path (excluding the bin folder).
- Run make to generate boot.elf in the project's root directory.
- Ensure an iNES ROM named play.nes is in the same directory as the ELF.
- The ELF loader should recognize boot.elf on a 5.5.x Wii U.
Example setup:
- Loader:
http://webhost/u/payload/my_payload_file.php
- ELF:
http://webhost/u/payload/boot.elf
- NES ROM:
http://webhost/u/payload/play.nes
Notes:
- This is not a Virtual Console replacement.
- Primarily for developers.
- Lacks sound.
- Supports only one player.
- May crash upon exit.
- Performance is notably slow; refer to the TODO for potential improvements.
- Limited ROM compatibility; only tested with Yie-Ar Kung Fu (working) and Super Mario Bros.
- Encounters RAM corruption issues affecting Super Mario gameplay.
Other version:
- LiteNESU-16-in-1 by brienj (xhp-creations).