Difference between revisions of "Neko Project II"
ExtremsAlt (talk | contribs) m |
|||
Line 6: | Line 6: | ||
| type = computer emulator | | type = computer emulator | ||
| author = Yui (original) Rako (port) | | author = Yui (original) Rako (port) | ||
− | | download = http://www.megaupload.com/?d= | + | | download = http://www.megaupload.com/?d=V53O2BL9 |
| peripherals = {{USBMouse}} {{USBKeyboard}} {{FrontSDHC}} | | peripherals = {{USBMouse}} {{USBKeyboard}} {{FrontSDHC}} | ||
}} | }} | ||
Line 37: | Line 37: | ||
== Known issues == | == Known issues == | ||
− | 1)At the first time, this emulator automatically | + | 1)At the first time, this emulator automatically convert the true-type font (default.ttf), sazanami free font, to font.tmp. |
− | true-type font (default.ttf), | + | This conversion make you wait for several minitus. |
− | But at the | + | 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/. | 2)The game roms can be selected only in /np2/. | ||
Line 48: | Line 49: | ||
== Brief Change Log == | == Brief Change Log == | ||
+ | *Sep. 2, 2009 ver. | ||
+ | **Recompile for no use of Japanese message in the menu | ||
*Sep. 1, 2009 ver. | *Sep. 1, 2009 ver. | ||
− | **Initial release | + | **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.. | ||
+ | |||
+ | [[Category:Homebrew using SDL libraries]] |
Revision as of 13:50, 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
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..