DOSBox Wii: Difference between revisions
No edit summary |
m minor |
||
Line 12: | Line 12: | ||
| hbb = yes | | hbb = yes | ||
}} | }} | ||
'''''DOSBox Wii''''' is a port of [http://www.dosbox.com/ DOSBox] to the Wii using '''[[SDL Wii]]'''. | |||
== Features == | == Features == | ||
* USB Keyboard and mouse support | * USB Keyboard and mouse support | ||
* Wiimote pointer support | * Wiimote pointer support | ||
Line 23: | Line 22: | ||
== Instructions == | == Instructions == | ||
You need a Wii Remote and a USB keyboard. | You need a Wii Remote and a USB keyboard. | ||
Line 36: | Line 34: | ||
== Compatibility == | == Compatibility == | ||
Most games work properly now; however, many games will require some sort of adjustment to the dosbox.conf file. It is recommended to try the game you want to play on the PC version of DOSBox first to discover the optimum settings. | Most games work properly now; however, many games will require some sort of adjustment to the dosbox.conf file. It is recommended to try the game you want to play on the PC version of DOSBox first to discover the optimum settings. | ||
Line 44: | Line 41: | ||
== Known Issues == | == Known Issues == | ||
* The joystick works, but only with the classic controller/nunchuk analog sticks | * The joystick works, but only with the classic controller/nunchuk analog sticks | ||
* Network/CDROM support is missing. | * Network/CDROM support is missing. | ||
Line 50: | Line 46: | ||
== Troubleshooting == | == Troubleshooting == | ||
=== A certain game closes DOSBox, crashes with some message or hangs: === | === A certain game closes DOSBox, crashes with some message or hangs: === | ||
* '''Delete the dosbox.conf file''' to restore the default settings. | * '''Delete the dosbox.conf file''' to restore the default settings. | ||
* '''Disable the sound''' (use the sound configuration program that comes with the game, additionally you can set sbtype=none and gus=false in the DOSBox configuration file) | * '''Disable the sound''' (use the sound configuration program that comes with the game, additionally you can set sbtype=none and gus=false in the DOSBox configuration file) | ||
Line 63: | Line 58: | ||
=== A certain game runs slowly: === | === A certain game runs slowly: === | ||
* '''Change the CPU cycles.''' By default DOSBox tries to detect whether a game needs to be run with as many instructions emulated per time interval as possible. You can force this behaviour by setting cycles=max in the DOSBox configuration file. In this mode you can reduce the amount of cycles on a percentage-basis (hit CTRL-F11) or raise it again (CTRL-F12). Sometimes manually setting the number of cycles achieves better results, in the DOSBox configuration file specify for example cycles=30000. | * '''Change the CPU cycles.''' By default DOSBox tries to detect whether a game needs to be run with as many instructions emulated per time interval as possible. You can force this behaviour by setting cycles=max in the DOSBox configuration file. In this mode you can reduce the amount of cycles on a percentage-basis (hit CTRL-F11) or raise it again (CTRL-F12). Sometimes manually setting the number of cycles achieves better results, in the DOSBox configuration file specify for example cycles=30000. | ||
* '''Increase the number of frames skipped.''' Pressing CTRL-F8 to increase the frameskip by 1. Repeat this until the game runs fast enough for you. You can also set this value permanently in the configuration file. | * '''Increase the number of frames skipped.''' Pressing CTRL-F8 to increase the frameskip by 1. Repeat this until the game runs fast enough for you. You can also set this value permanently in the configuration file. | ||
Line 69: | Line 63: | ||
== History == | == History == | ||
=== 1.0 - October 9, 2009 === | === 1.0 - October 9, 2009 === | ||
* Home menu and on-screen keyboard (a proof of concept showing SDL + libwiigui) | * Home menu and on-screen keyboard (a proof of concept showing SDL + libwiigui) | ||
* Small speed increases via SDL Wii improvements | * Small speed increases via SDL Wii improvements | ||
Line 78: | Line 70: | ||
=== 0.73.02 - July 1, 2009 === | === 0.73.02 - July 1, 2009 === | ||
* Upgraded DOSBox engine to latest SVN | * Upgraded DOSBox engine to latest SVN | ||
* Fixed lockup when only using the Wiimote (no attachments connected) | * Fixed lockup when only using the Wiimote (no attachments connected) | ||
Line 84: | Line 75: | ||
=== 0.73.01 - June 3, 2009 === | === 0.73.01 - June 3, 2009 === | ||
* Upgraded DOSBox engine to 0.73 | * Upgraded DOSBox engine to 0.73 | ||
* Sound issues fixed | * Sound issues fixed | ||
Line 90: | Line 80: | ||
=== 0.72.01 - May 14, 2009 === | === 0.72.01 - May 14, 2009 === | ||
* Initial release | * Initial release | ||
[[Category:Homebrew using SDL libraries]] | [[Category:Homebrew using SDL libraries]] |
Revision as of 01:01, 18 October 2009
DOSBox Wii | |
![]() | |
General | |
---|---|
Author(s) | Tantric |
Contributor(s) | Carl Kenner |
Type | Computer emulator |
Version | 1.0 |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
DOSBox Wii is a port of DOSBox to the Wii using SDL Wii.
Features
- USB Keyboard and mouse support
- Wiimote pointer support
- SD/USB mounting
- Most DOS games are playable
- Home menu, with onscreen keyboard
Instructions
You need a Wii Remote and a USB keyboard.
The C: drive will automatically be mounted to sd:/DOSBox/ if loaded from apps/dosbox-wii/. Otherwise, the directory the dol is loaded from will be mounted as C, and sd:/DOSBox as D (if present). The Z: driver is a virtual drive that is part of DOSBox.
Other drives can be mounted using the MOUNT command. Prefix sd: for an SD card, and usb: for a USB drive. The Wii's DVD drive and network folders can't be mounted at this time.
The configuration file is loaded from the directory the dol is located in (if present) and sd:/DOSBox/dosbox.conf otherwise. This file will be created automatically after you start DOSBox. Please edit it with a text editor to choose settings appropriate for each game.
Press the Home button, type "exit", press Ctrl+F9, or press Reset (on the console) to exit.
Compatibility
Most games work properly now; however, many games will require some sort of adjustment to the dosbox.conf file. It is recommended to try the game you want to play on the PC version of DOSBox first to discover the optimum settings.
For a list, look at the Compatibility List.
If you can add new or updated info to the list, please do so.
Known Issues
- The joystick works, but only with the classic controller/nunchuk analog sticks
- Network/CDROM support is missing.
Troubleshooting
A certain game closes DOSBox, crashes with some message or hangs:
- Delete the dosbox.conf file to restore the default settings.
- Disable the sound (use the sound configuration program that comes with the game, additionally you can set sbtype=none and gus=false in the DOSBox configuration file)
- Change some configuration entries in dosbox.conf, especially try:
- fixed cycles (for example cycles=10000)
- memsize
- ems=false
- xms=false
- umb=false
or combinations of the above settings.
- Use loadfix before starting the game
A certain game runs slowly:
- Change the CPU cycles. By default DOSBox tries to detect whether a game needs to be run with as many instructions emulated per time interval as possible. You can force this behaviour by setting cycles=max in the DOSBox configuration file. In this mode you can reduce the amount of cycles on a percentage-basis (hit CTRL-F11) or raise it again (CTRL-F12). Sometimes manually setting the number of cycles achieves better results, in the DOSBox configuration file specify for example cycles=30000.
- Increase the number of frames skipped. Pressing CTRL-F8 to increase the frameskip by 1. Repeat this until the game runs fast enough for you. You can also set this value permanently in the configuration file.
- Disable the sound. You can try to disable the sound through the setup utility of the game to reduce load on your CPU further. Setting nosound=true does NOT disable the emulation of sound devices - just the sound output will be disabled.
History
1.0 - October 9, 2009
- Home menu and on-screen keyboard (a proof of concept showing SDL + libwiigui)
- Small speed increases via SDL Wii improvements
- Compiled with devkitPPC r18 and libogc 1.8.0
- Updated to latest DOSBox SVN
0.73.02 - July 1, 2009
- Upgraded DOSBox engine to latest SVN
- Fixed lockup when only using the Wiimote (no attachments connected)
- Compiled with latest libogc and SDL Wii
0.73.01 - June 3, 2009
0.72.01 - May 14, 2009
- Initial release