More actions
Pstros NDS | |
File:Pstrosds.PNG | |
General | |
---|---|
Author(s) | Ole, Davr |
Type | Other Emulator |
Version | 0.7.2 |
Licence | Mixed |
Links | |
[Media:Pstros072nds.rar Download] | |
Website |
<htmlet>adsense</htmlet>
Pstros NDS is a MIDP implementation running on the CLDC java machine compiled for the Nintendo DS. It allows you to run some java programs and games written for the mobile phones on your NDS.
Installation
Download and extract file.
DLDI patch .nds file and copy the archive to the card.
User guide
Select a .class or .jad file and run it by pressing the A button.
Configuration options are stored in the jad file for remapping keys (optional).
Controls
Left - Left soft key
Right - Right soft key
D-Pad - Cursor keys
B - Fire
Y - Key [1]
A - Key [3]
X - Key [0]
Start - Key [#]
Select - Key [*]
Changelog
version 0.7.2 R6 build 2008.07.06
- New configuration options can be stored in the jad file (case senitive).
- Note: none of the parameters is manadatory. If you don't specify any of the parameter then the default values are used.
- NDS-resolution: WWWxHHH
- Sets the dimensions of the screen to width WWW and height HHH.
- Maximal resolution is 256x256. Example: NDS-resolution: 176x208
- NDS-screen-X: XXX
- Sets the screen X position (negative values are valid). By default the X position of the screen is set to center the image.
- Example: NDS-screen-X: 0
- NDS-screen-Y: YYY
- Sets the screen Y position (negative values are valid). By default the Y position of the screen is set to center the image.
- Example: NDS-screen-Y: -12
- NDS-key-[button]: [key]
- Remaps the NDS button [button] to the phone key [key].
- Valid [button] values: A,B,X,Y,L,R,Start,Select,Left,Right,Up,Down.
- Valid [key] values: keyNum0, keyNum1...keyNum9, keySoftLeft, keySoftRight, keyFire, keyLeft, keyRight, keyUp, keyDown, keyStar, keyCross.
- Example: NDS-key-A: keyNum5
- This line will remap NDS button A to press of the number [5] on the phone.
- NDS-key-Start: keySoftLeft
- This line will remap NDS button Start to press of the Left soft key of the phone.