Difference between revisions of "Neko Project II"
m |
m (→How to use) |
||
Line 28: | Line 28: | ||
== How to use == | == How to use == | ||
+ | The on-off of the main menu is toggled by pressing the mouse left button. | ||
+ | |||
Select the FDD1->Open menu by mouse, and select a game. | Select the FDD1->Open menu by mouse, and select a game. | ||
Revision as of 15:38, 2 September 2009
- Not to be confused with Neko Project II Wii.
Neko Project II | |
![]() | |
General | |
---|---|
Author(s) | Yui (original) Rako (port) |
Type | Computer emulator |
Links | |
Download | |
Peripherals | |
![]() ![]() ![]() |
Introduction
This emulator is a port to Wii of NP2 (Neko Project II), NEC PC-9801 emulator, programmed by Yui. The policy of this port is the minumum change. You must not ask Yui about this wii version.
NP2 site (only in Japanese): http://www.retropc.net/yui/np2.html
Requirements
- USB-keyboard
- USB-mouse
How to set up
1) Copy the contens in the SD_root to your SD or SDHC card.
2) Copy game roms files (ex., .d88 [no .D88]) to np2 directory.
How to use
The on-off of the main menu is toggled by pressing the mouse left button.
Select the FDD1->Open menu by mouse, and select a game.
Next, slect the Emulate->Reset menu.
If you read in Japanese, check the following site.
http://www.retropc.net/yui/np2help.html
Known issues
1)At the first time, this emulator automatically convert the true-type font (default.ttf), sazanami free font, to font.tmp. This conversion make you wait for several minitus. But, at the later time, this emulator does not make you wait. If you want to use another font, delete /np2/font.tmp and /np/default.ttf, and copy your favorite true-type font to /np2 directory as 'default.ttf'.
2)The game roms can be selected only in /np2/. (Because of libfat .....)
3)The bottom of screen is black (640x80). (Bacause SDL library support the popular size (640x480) perfectly, but NEC traditional size (640x400) maybe be not well supported.)
Brief Change Log
- Sep. 2, 2009 ver.
- Recompile for no use of Japanese message in the menu
- Sep. 1, 2009 ver.
- Initial release (sorry that a part of messages of menu is in Japanese)
Credits
- Original developer of np2
- Many developers of the libraries and systems tools such as libogc, SDL-wii, etc..