Atari Lynx emulator
© 2007 Akop Karapetyan
© 1994-2004 Keith Wilkins
- Initial release
PLEASE NOTE Before you can play Lynx games, you will need to obtain lynxboot.img
.
Unzip handy.zip
into /PSP/GAME/
folder on the memory stick. Copy lynxboot.img
to /PSP/GAME/HANDYPSP
.
Game ROM’s may reside anywhere, and can be ZIP-compressed. The system boot ROM (lynxboot.img
) must reside in the same directory as the main EBOOT.
During emulation:
PSP controls | Emulated controls |
---|---|
Analog stick up/down/left/right | D-pad up/down/left/right |
D-pad up/down/left/right | D-pad up/down/left/right |
[ ] (square) | Button A |
X (cross) | Button B |
Start | Option 1 |
Select | Option 2 |
[R] | Pause |
[L] + [R] | Return to the emulator menu |
By default, button configuration changes are not retained after button mapping is modified. To save changes, press X (cross) after desired mapping is configured. To load the default mapping press ^ (triangle).
Sound isn’t perfect—in some games - it may skip or pop occasionally.
To compile, ensure that zlib and libpng are installed, and run make:
make -f Makefile.psp
Initial release
Keith Wilkins (Handy)