CPS2PSP: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PSP homebrew | title = CPS2PSP | image = https://dlhb.gamebrew.org/psphomebrew/cps2psp.png|250px | type = Arcade | version = 2.3.1 (28 Oct 2007) | licence = Mixed |..." |
No edit summary |
||
| Line 15: | Line 15: | ||
==Installation== | ==Installation== | ||
The official release comes with 3 variations for different Firmwares. | The official release comes with 3 variations for different Firmwares. | ||
* | * 1.5_kernel - For FW 1.5 to CFW 3.03OE. Does not work on PSP-2000. | ||
* | * 3.xx_user - For CFW 3.10 to 3.72, recommend 3.52 or above (including 3.60OE of PSP-2000). | ||
* For PSP Slim. Dedicated for CFW 3.72 PSP-2000. | * For_slim - For PSP Slim. Dedicated for CFW 3.72 PSP-2000. | ||
Copy the folder cps2psp to ms0:/PSP/GAME/. The following folders will be created automatically the first time you start up (except for cache folder). | |||
The following folders will be created automatically the first time you start up (except for cache folder). | |||
* config - Folder for individual game settings file. | * config - Folder for individual game settings file. | ||
* nvram - EEPROM Data storage folder. | * nvram - EEPROM Data storage folder. | ||
| Line 36: | Line 26: | ||
* roms - ROM image file folder (compressed in ZIP format). | * roms - ROM image file folder (compressed in ZIP format). | ||
* cache - Cache file folder (required for 1.5 and 3.xx to convert rom files, created with romcnv_cps2.exe). | * cache - Cache file folder (required for 1.5 and 3.xx to convert rom files, created with romcnv_cps2.exe). | ||
** Note that if you are using Slim version, you do not need to create cache and the cache folder. | |||
It should look something like this | |||
/PSP/GAME/ | |||
|-cps2psp/ | |||
| |-EBOOT.PBP (CPS2 PSP main program) | |||
| |-SystemButtons.prx (system button press status acquisition prx) | |||
| |-cps2psp.ini (settings file for CPS2PSP, created automatically) | |||
| |-rominfo.cps2 (rom set database, required) | |||
| |-zipname.cps2 (CPS2 English game name list, required) | |||
| |-zipnamej.cps2 (CPS2 Japanese game name list, optional) | |||
| |-command.dat (command.dat for MAME Plus, optional) | |||
| |-config/ | |||
| |-nvram/ | |||
| |-snap/ | |||
| |-state/ | |||
| |-roms/ | |||
| | |-19xx.zip (e.g. 19xx) | |||
| | |-Ssf2.zip (e.g. Super Street Fighter II (parent)) | |||
| | |-Ssf2j.zip (e.g. Super Street Fighter II (clone: Japanese ver)) | |||
| |-cache/ (only for 1.5 and 3.xx version) | |||
| | |-19xx_cache.zip (e.g. Cache for 19XX/ZIP compression) | |||
| | |-Ssf2.cache (e.g. cache for ssf2/uncompressed) | |||
''' | '''Notes from developer:''' | ||
All variations support command.dat for MAME Plus (command list for viewing key press combinations), which is optional. To use, place it in the same directory where EBOOT.PBP is located. | All variations support command.dat for MAME Plus (command list for viewing key press combinations), which is optional. To use, place it in the same directory where EBOOT.PBP is located. | ||
Zipnamej.dat is | Zipnamej.dat is not necessary if you do not use Japanese, so you can delete it (if you have installed previous version, the Japanese font included in resource_jp.zip is no longer needed and you can delete it as well). | ||
==User guide== | ==User guide== | ||
