Dosbox PSP Compatibility and batch file list
Re: arrow keys
L+R+SeIect+Downhelp wrote:does anyone know what psp button combos are mapped to the arrow keys?

was anyone able to map the function keys on the psp? I will be greatful!
and BTW got these games to work:
the secret of monkey island
loom
though in both of them i can't save due to the fact that i didn't manage to map the F5 key to any PSP key
BTW to the guest above me, the default analog key map is the mouse, just check if it was changed in the batch file and delete any line regarding the analog stick.
hope i helped
and BTW got these games to work:
the secret of monkey island
loom
though in both of them i can't save due to the fact that i didn't manage to map the F5 key to any PSP key
BTW to the guest above me, the default analog key map is the mouse, just check if it was changed in the batch file and delete any line regarding the analog stick.
hope i helped
PoP1 PSP batch file
I made this batch file and it seems to be very playable. The downside is there is no save/load. So you have to win in one session. If you want to pause, just press the Home button. PSP will ask if you want to leave DOSbox. Choose 'no' to return to the game.
Darryl
Code: Select all
@ECHO OFF
cd prince
INPUTMAP up up
INPUTMAP down down
INPUTMAP left left
INPUTMAP right right
rem jump = X, sword = O, time = ^, shift = []
rem CTRL+K = keyboard mode, CTRL+R = restart, CTRL+A = suicide
INPUTMAP ltrigger lctrl
INPUTMAP rtrigger a
INPUTMAP triangle space
INPUTMAP cross up
INPUTMAP square lshift
INPUTMAP circle rshift
INPUTMAP select k
INPUTMAP start r
INPUTMAP exec PRINCE adlib k
-
- Newbie
- Posts: 1
- Joined: Tue Jun 19, 2018 8:44 am
Has anyone got a set of batch files that they can zip up and upload somewhere or email directly to people? I've got more time that can be spent on a PSP than on a PC due to farming, child care and working, so it's hard for me to take the time to make my own.
EDIT: To be clear, I already have all the games I could ever want, I'm just looking for convenient batch files.
EDIT: To be clear, I already have all the games I could ever want, I'm just looking for convenient batch files.