More actions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
|image_alt=Red Viper | |image_alt=Red Viper | ||
}} | }} | ||
This is a Virtual Boy emulator for the 3DS, building on what mrdanielps's work on [[R3Ddragon 3DS|r3Ddragon]] which itself is based on Reality Boy / Red Dragon by David Tucker. Some games may play samples at an incorrect speed | This is a Virtual Boy emulator for the 3DS, building on what mrdanielps's work on [[R3Ddragon 3DS|r3Ddragon]] which itself is based on Reality Boy / Red Dragon by David Tucker. Some games may play samples at an incorrect speed. | ||
==Features== | ==Features== | ||
Line 38: | Line 38: | ||
The emulator will retain the path to the most recently loaded ROM for convenience. | The emulator will retain the path to the most recently loaded ROM for convenience. | ||
==User guide== | |||
===Compatibility list=== | |||
* [https://github.com/skyfloogle/red-viper/wiki/Compatibility-list List compiled by the author]. | |||
* [https://gbatemp.net/threads/red-viper-virtual-boy-emulator.649360/post-10388083 N3DS compatibility list by Thee_Stranger]. | |||
==Screenshots== | ==Screenshots== | ||
Line 55: | Line 60: | ||
==Changelog== | ==Changelog== | ||
'''v0.9.2 2024/03/26''' | '''v0.9.2 2024/03/26''' | ||
*Emulation improvements | *Emulation improvements: | ||
**New audio engine allowing for sample playback | **New audio engine allowing for sample playback. | ||
**16MB ROMs can now be loaded on o3DS | **16MB ROMs can now be loaded on o3DS. | ||
**Fixed music speed in Golf | **Fixed music speed in Golf. | ||
**Faster affine layer drawing | **Faster affine layer drawing. | ||
**Various other emulation bugfixes (including by @pizzarollsroyce) | **Various other emulation bugfixes (including by @pizzarollsroyce). | ||
*UI improvements | *UI improvements: | ||
**Button input in GUI (by @JeffRuLz) | **Button input in GUI (by @JeffRuLz). | ||
**Zip file support | **Zip file support. | ||
**Improved debug dumps for easier crash reproduction | **Improved debug dumps for easier crash reproduction. | ||
**Allow mapping face buttons to the triggers on N3DS (by @vaguerant) | **Allow mapping face buttons to the triggers on N3DS (by @vaguerant). | ||
**Button to turn off the touchscreen backlight (by @vaguerant) | **Button to turn off the touchscreen backlight (by @vaguerant). | ||
'''v0.9.1 2024/03/02''' | '''v0.9.1 2024/03/02''' | ||
* Features: | * Features: |
Revision as of 08:44, 31 March 2024
Red Viper | |
---|---|
General | |
Author | Floogle, danielps, and others |
Type | Handheld |
Version | 0.9.2 |
License | Mixed |
Last Updated | 2024/03/26 |
Links | |
Download | |
Website | |
Source | |
This is a Virtual Boy emulator for the 3DS, building on what mrdanielps's work on r3Ddragon which itself is based on Reality Boy / Red Dragon by David Tucker. Some games may play samples at an incorrect speed.
Features
- All officially licensed games are playable at full speed, even on the original 3DS.
- 3D support.
- Game saves are supported.
- Map either the A/B buttons or the right D-Pad to the face buttons, with the other being on the touch screen.
- New 3DS C-Stick is also supported (mapped to the right D-Pad).
- Configurable face button mapping.
- Configurable color filter.
Installation
Download the latest release on release page:
- 3DSX - Place in sdmc:/3ds/red-viper/ and use it with the Homebrew Launcher.
- CIA - Installable to the home menu using FBI.
ROMs can be placed in any directory on your SD card of choice.
The emulator will retain the path to the most recently loaded ROM for convenience.
User guide
Compatibility list
Screenshots
Media
red viper v0.9.0 - virtual boy wario land 3ds capture (Meyadin)
Known Issues
- Sample playback doesn't work (affects Teleroboxer, Galactic Pinball, and a few other games).
- Mario Clash and Space Invaders have slight performance issues during intro cutscenes, though Space Invaders is likely alleviated on the New 3DS.
- Minor graphical glitches in Golf and Waterworld.
- Homebrew may not work.
Changelog
v0.9.2 2024/03/26
- Emulation improvements:
- New audio engine allowing for sample playback.
- 16MB ROMs can now be loaded on o3DS.
- Fixed music speed in Golf.
- Faster affine layer drawing.
- Various other emulation bugfixes (including by @pizzarollsroyce).
- UI improvements:
- Button input in GUI (by @JeffRuLz).
- Zip file support.
- Improved debug dumps for easier crash reproduction.
- Allow mapping face buttons to the triggers on N3DS (by @vaguerant).
- Button to turn off the touchscreen backlight (by @vaguerant).
v0.9.1 2024/03/02
- Features:
- Fixes:
- Fixed random crashes in T&E Soft's games (Red Alarm, 3D Tetris, Golf).
- Fix crash when closing through home menu while in the pause menu.
v0.9.0 2024/02/25
- Many updates from r3Ddragon v0.87, including:
- New hardware renderer.
- Fully implement instruction set.
- Busywait optimization.
- New UI.
- Improved controls.
Credits
- Everyone mentioned in the license. Without Reality Boy and Red Dragon it wouldn't have been possible.
- smealum and contributors - ctrulib.
- Vappy, Team Fail, HtheB, hippy dave and kane159 on GBAtemp - early testing.
- benhoyt - inih.
- Myria - libkhax
- thunderstruck - CIA banner sound (taken from Fishbone).
- nop90 - Reality Boy backports and fixes.
- danielps - Initial 3DS port and V810 dynarec.
- Floogle - 3DS hardware renderer; many optimizations, bugfixes, and other improvements.
- djedditt - Enhanced 3D depth slider support.