Difference between revisions of "QUASI88"
m |
|||
Line 10: | Line 10: | ||
== Introduction == | == Introduction == | ||
− | This emulator is a port to Wii of QUASI88, NEC PC-8801 emulator, programmed by Fukunaga. The policy of this port is the | + | This emulator is a port to Wii of QUASI88, NEC PC-8801 emulator, programmed by Fukunaga. The policy of this port is the minimum change. You must not ask Fukunaga about this Wii version. |
QUASI88 site (only in Japanese): http://www.117.ne.jp/~show/pc8801/pc88emu.html | QUASI88 site (only in Japanese): http://www.117.ne.jp/~show/pc8801/pc88emu.html | ||
Line 25: | Line 25: | ||
− | The details of the systems roms are announced the | + | The details of the systems roms are announced the following site (but only in Japanese) |
http://www.117.ne.jp/~show/pc8801/quasi88/rom.html | http://www.117.ne.jp/~show/pc8801/quasi88/rom.html | ||
Line 40: | Line 40: | ||
== Others == | == Others == | ||
− | In this port, I dare to use the SDL library in the WiiHady, because the SDL library easily supports | + | In this port, I dare to use the SDL library in the WiiHady, because the SDL library easily supports Wii remote as mouse and GC controller as joystick. |
The specifications of the new SDL library has be changed. | The specifications of the new SDL library has be changed. | ||
Revision as of 17:06, 11 September 2009
QUASI88 | |
![]() | |
General | |
---|---|
Author(s) | Fukunaga (original) Rako (port) |
Type | Computer emulator |
Links | |
Download | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() |
Contents
Introduction
This emulator is a port to Wii of QUASI88, NEC PC-8801 emulator, programmed by Fukunaga. The policy of this port is the minimum change. You must not ask Fukunaga about this Wii version.
QUASI88 site (only in Japanese): http://www.117.ne.jp/~show/pc8801/pc88emu.html
Requirements
- USB-keyboard
How to set up
1) Copy the contens in the SD_root to your SD or SDHC card.
2) Copy system roms files to /quasi88/ROM directory.
3) Copy game roms files to /quasi88/DISK directory.
The details of the systems roms are announced the following site (but only in Japanese)
http://www.117.ne.jp/~show/pc8801/quasi88/rom.html
The psedo BIOS is available on the following site (in Japanese):
http://www.retropc.net/cisc/m88/download.html
How to use
The on-off of the menu is toggled by pressing the wiimote A button or USB-keyboard F12 key.
Select the DISK tab, set a game disk file, and push the OK.
Next, select the reset tab, and push the rest.
Others
In this port, I dare to use the SDL library in the WiiHady, because the SDL library easily supports Wii remote as mouse and GC controller as joystick. The specifications of the new SDL library has be changed.
Brief Change Log
- April 21, 2009
- Manipulate the menu by wiimote
- April 6, 2009
- Sound support
- April 3, 2009
- Initial release
Credits
- Original developer of QUASI88
- Many developers of the libraries and systems tools such as libogc, SDL-wii, etc..