PSPVice: Difference between revisions
From GameBrew
More actions
No edit summary |
|||
| Line 105: | Line 105: | ||
{| class="wikitable" | {| class="wikitable" | ||
|<pre>Load dir : LOAD "$",8 | |<pre> Load dir : LOAD "$",8 | ||
List dir : LIST | List dir : LIST | ||
Load first program : LOAD '*',8,1 | Load first program : LOAD '*',8,1 | ||
Load prog : LOAD"name",8 | Load prog : LOAD"name",8 | ||
Run program : RUN | Run program : RUN | ||
Change back color : POKE 53288,x | Change back color : POKE 53288,x | ||
Change border color : POKE 53281,x</pre> | Change border color : POKE 53281,x </pre> | ||
|} | |} | ||
===Control settings=== | ===Control settings=== | ||
This allow you to configurate the PSP buttons like you want. All buttons can be assigned to any C64 keyboard key, joystick 1 or 2 or any PSPVice functions. | This allow you to configurate the PSP buttons like you want. All buttons can be assigned to any C64 keyboard key, joystick 1 or 2 or any PSPVice functions. | ||
