More actions
No edit summary |
|||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=DOSBox 3DS | |title=DOSBox 3DS | ||
|image= | |image=Dosbox3ds2.png | ||
|description=Port of DOSBox-SVN for Nintendo 3DS. | |description=Port of DOSBox-SVN for Nintendo 3DS. | ||
|author=MrHuu | |author=MrHuu | ||
|lastupdated=2022/05/29 | |lastupdated=2022/05/29 | ||
|type=Computer | |type=Computer | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/dosbox3ds.7z | |download=https://dlhb.gamebrew.org/3dshomebrews/dosbox3ds.7z |
Revision as of 01:34, 4 Haziran 2022
DOSBox 3DS | |
---|---|
General | |
Author | MrHuu |
Type | Computer |
License | Mixed |
Last Updated | 2022/05/29 |
Links | |
Download | |
Website | |
Source | |
DOSBox 3DS is a W.I.P Port of DOSBox-SVN for Nintendo 3DS.
Features
- Keyboard and Mouse (not all keyboard symbols are available).
Installation
Create sdmc:/3ds/dosbox.
Run dosbox-3ds.3dsx once, to generate dosbox-SVN.conf.
Edit dosbox-SVN.conf, find and edit [autoexec]. Example:
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
mount C sdmc:/DOS/Dangerous.Dave
c:
DAVE.EXE
exit
Changing the mapperfile, allows to save / load custom controller keymaps. Example:
mapperfile = mapper-dave.map
Create .xml shortcuts to load custom .conf files with the Homebrew Launcher. Example:
<shortcut>
<name>DOXBox: Dangerous Dave</name>
<icon>/3ds/DOSBox/dosbox-3ds.smdh</icon>
<executable>/3ds/DOSBox/dosbox-3ds.3dsx</executable>
<arg>-conf /3ds/DOSBox/Games/dosbox-dave.conf</arg>
</shortcut>
User guide
Please refer to the DOSBox manual which covers the basic use and features.
Screenshots
Compatibility
Tested on N3DS.
Changelog
v0.0.2
- Update keyboard.
- Add controller key mapping.
- Add saving / loading user defined keymaps.
v0.0.1
- Initial release.