trooper
Trooper`s watching you !!!
Uguru over at developia.info has released a preview
of his very promising looking PcEngine emulator for Dingux.
Here is a copy of the readme text.
------
uPCE
-------
-------------------------
Intro
-------------------------
uPCE is an PcEngine/TurboGrafx-16 emulator. The TurboGrafx-16 has an 8-bit CPU and
a dual 16-bit GPU; furthermore, it is capable of displaying 482 colors at once out of
512. Ported and bassed on Hu-go and Bero xPce.
-------------------------
Info
-------------------------
* Still a wip version.
* Doc is also beeing writted.
* Source still dirty and uncommented, after clean, will be on svn.
-------------------------
Features
-------------------------
* Games supported con pce, zip, and iso format.
* Save & Load States with screenshot.
* Gamepad map configurable.
* Cheat support.
* Sound support.
-------------------------
Controls
-------------------------
-Arrows: basic movement, up, down, left, right.
-B/A: Action buttons.
-Y/X: Start and Select.
-Select: open menu.
-------------------------
Version History
-------------------------
0.1 NineDay Preview
- Initial public version.
-------------------------
Installation
-------------------------
* Unpack compressed file, and copy to SD card.
* Copy games to "roms" folder.
* Put syscard.pce also in "roms" folder. We used syscard3.pce.
* Add an entry to dmenu.
Add dmenu.cfg sample:
MenuItem uPCE
{
Icon = "res/upce.png"
Name = " uPCE"
Executable = "./uPCE.dingoo"
WorkDir = "/usr/local/emus/uPCE"
}
Updated bin to 0.2, solving a bug, whe loading iso games, emulator didnot find syscard.pce.
Source: developia.info
Download: uPCE 9Day Preview
Trooper