Editing PSP Official Configs
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=== Eiyuu Densetsu: Sora no Kiseki FC Kai HD Edition === | === Eiyuu Densetsu: Sora no Kiseki FC Kai HD Edition === | ||
{{boxcodelite|title=BLJM85004|code= | {{boxcodelite|title=BLJM85004|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
SDRAM_SIZE = 03000000 | SDRAM_SIZE = 03000000 | ||
Line 10: | Line 10: | ||
ADHOC_PARTY = 0 | ADHOC_PARTY = 0 | ||
VSYNC_OFFSET_US = 2000 | VSYNC_OFFSET_US = 2000 | ||
}} | </syntaxhighlight>}} | ||
*DiscID=BLJM85004, NPTitleID = NPJB00293/NPJN00005 | *DiscID=BLJM85004, NPTitleID = NPJB00293/NPJN00005 | ||
{{clear}} | |||
=== Eiyuu Densetsu: Sora no Kiseki SC Kai HD Edition === | === Eiyuu Densetsu: Sora no Kiseki SC Kai HD Edition === | ||
{{boxcodelite|title=BLJM85005|code= | {{boxcodelite|title=BLJM85005|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
SDRAM_SIZE = 04000000 | SDRAM_SIZE = 04000000 | ||
Line 25: | Line 26: | ||
ADHOC_PARTY = 0 | ADHOC_PARTY = 0 | ||
VSYNC_OFFSET_US = 2000 | VSYNC_OFFSET_US = 2000 | ||
}} | </syntaxhighlight>}} | ||
*DiscID=BLJM85005, NPTitleID = NPJB00334/NPJN00007 | *DiscID=BLJM85005, NPTitleID = NPJB00334/NPJN00007 | ||
{{clear}} | |||
=== Eiyuu Densetsu: Sora no Kiseki the 3rd: Kai HD Edition === | === Eiyuu Densetsu: Sora no Kiseki the 3rd: Kai HD Edition === | ||
{{boxcodelite|title=BLJM85006|code= | {{boxcodelite|title=BLJM85006|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
SDRAM_SIZE = 04000000 | SDRAM_SIZE = 04000000 | ||
Line 39: | Line 41: | ||
AW.EXT_CMD = 3 | AW.EXT_CMD = 3 | ||
ADHOC_PARTY = 0 | ADHOC_PARTY = 0 | ||
}} | </syntaxhighlight>}} | ||
*DiscID=BLJM85006, NPTitleID = NPJB00360/NPJN00008 | *DiscID=BLJM85006, NPTitleID = NPJB00360/NPJN00008 | ||
{{clear}} | |||
=== K-ON Houkago Live HD Ver === | === K-ON Houkago Live HD Ver === | ||
{{boxcodelite|title=BLJM85002|code= | {{boxcodelite|title=BLJM85002|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
AW.EXT_MODE = 3 | AW.EXT_MODE = 3 | ||
Line 52: | Line 55: | ||
S3D.ENABLE = 1 | S3D.ENABLE = 1 | ||
ADHOC.EMUPA_TITLE_ID = ULJM05709 | ADHOC.EMUPA_TITLE_ID = ULJM05709 | ||
}} | </syntaxhighlight>}} | ||
*DiscID=BLJM85002, NPTitleID = NPJB40002 | *DiscID=BLJM85002, NPTitleID = NPJB40002 | ||
{{clear}} | |||
=== Monster Hunter Portable 3rd HD Ver === | === Monster Hunter Portable 3rd HD Ver === | ||
<div style=float:right;"> | <div style=float:right;"> | ||
{{boxcodelite|title=BLJM85001 (hardcoded inside the emulator)|code= | {{boxcodelite|title=BLJM85001 (hardcoded inside the emulator)|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 4 | |||
AW.EXT_MODE = 3 | |||
TRANS_CACHE_SIZE = 1000000 | |||
VSYNC_OFFSET_US = 2000 | VSYNC_OFFSET_US = 2000 | ||
ADHOC.EMUPA_TITLE_ID = ULJM05800 | ADHOC.EMUPA_TITLE_ID = ULJM05800 | ||
ADHOC.EMUPA_INITIAL_SERVER = 1 | ADHOC.EMUPA_INITIAL_SERVER = 1 | ||
}} | ADHOC_PARTY = 1 | ||
{{boxcodelite|title=BLJM85001|code= | </syntaxhighlight>}} | ||
{{boxcodelite|title=BLJM85001|code=<syntaxhighlight lang=bash> | |||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
S3D.ENABLE = 2 | S3D.ENABLE = 2 | ||
SDRAM_SIZE = 02800000 | SDRAM_SIZE = 02800000 | ||
MIPS_CODE_BLOCK_SIZE = 8192 | MIPS_CODE_BLOCK_SIZE = 8192 | ||
}} | </syntaxhighlight>}} | ||
</div> | </div> | ||
Line 74: | Line 82: | ||
This game contains a MINIS2.EDAT and additionally some specific settings hardcoded inside the emulator | This game contains a MINIS2.EDAT and additionally some specific settings hardcoded inside the emulator | ||
{{clear}} | |||
=== Shin Sangoku Musou Multi Raid 2 HD Ver === | === Shin Sangoku Musou Multi Raid 2 HD Ver === | ||
{{boxcodelite|title=BLJM85003|code= | {{boxcodelite|title=BLJM85003|code=<syntaxhighlight lang=bash> | ||
VERSION = 0xFFFFFFFF | VERSION = 0xFFFFFFFF | ||
AW.EXT_MODE = 3 | AW.EXT_MODE = 3 | ||
Line 85: | Line 94: | ||
AW.VRAM_MODE = 1 | AW.VRAM_MODE = 1 | ||
SAVEDATA_LOAD_CACHE_TARGET_NAME = ULJM05637DQUEST | SAVEDATA_LOAD_CACHE_TARGET_NAME = ULJM05637DQUEST | ||
}} | </syntaxhighlight>}} | ||
*DiscID=BLJM85003, NPTitleID = NPJB40003 | *DiscID=BLJM85003, NPTitleID = NPJB40003 | ||
{{clear}} | |||
=== Puzzle Scape Mini === | === Puzzle Scape Mini === | ||
{{boxcodelite|title=NPEZ00001|code= | {{boxcodelite|title=NPEZ00001|code=<syntaxhighlight lang=bash> | ||
AW.DISCARD_EDGE = 20000 | AW.DISCARD_EDGE = 20000 | ||
AW.DECODE_WAIT = 10000 | AW.DECODE_WAIT = 10000 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Stand O'Food === | === Stand O'Food === | ||
{{boxcodelite|title=NPEZ00002,NPUZ00029|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00002,NPUZ00029|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Mahjongg Artifacts Chapter 2 === | === Mahjongg Artifacts Chapter 2 === | ||
{{boxcodelite|title=NPEZ00003,NPUZ00006|code= | {{boxcodelite|title=NPEZ00003,NPUZ00006|code=<syntaxhighlight lang=bash> | ||
AW.LINEAR_ADRS = 40 | AW.LINEAR_ADRS = 40 | ||
AW.DISABLE_FB_TEX = 100 | AW.DISABLE_FB_TEX = 100 | ||
AW.DISCARD_EDGE = 20000 | AW.DISCARD_EDGE = 20000 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Pinball Dreams === | === Pinball Dreams === | ||
{{boxcodelite|title=NPEZ00021, NPUZ00054|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00021, NPUZ00054|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Pinball Fantasies === | === Pinball Fantasies === | ||
{{boxcodelite|title=NPEZ00022,NPUZ00017|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00022,NPUZ00017|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Sudoku === | === Sudoku === | ||
{{boxcodelite|title=NPEZ00027|code=AUDIO.SLEEP = 421}} | {{boxcodelite|title=NPEZ00027|code=<syntaxhighlight lang=bash> | ||
AUDIO.SLEEP = 421 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Bowling 3D === | |||
*NPEZ00028, NPUZ00002 | |||
SFO: PP, officially wont run on ps3 as no iso.bin and no proper minis file (only psp officially supported) | |||
{{clear}} | |||
=== Hero Of Sparta === | |||
*NPEZ00031, NPUZ00005 | |||
? | |||
{{clear}} | |||
=== Blast Off === | |||
*NPEZ00041, NPUZ00021 | |||
? | |||
{{clear}} | |||
=== Brainpipe === | |||
*NPEZ00046, NPUZ00009 | |||
? | |||
{{clear}} | |||
=== Tetris === | === Tetris === | ||
{{boxcodelite|title=NPEZ00093|code= | {{boxcodelite|title=NPEZ00093|code=<syntaxhighlight lang=bash> | ||
AW.SINGLE_BUF = 80 | AW.SINGLE_BUF = 80 | ||
AW.REUSE_ADRS = 110000 | AW.REUSE_ADRS = 110000 | ||
}} | </syntaxhighlight>}} | ||
SFO: PP, officially wont run on ps3 as no iso.bin and no proper minis file (only psp officially supported) | SFO: PP, officially wont run on ps3 as no iso.bin and no proper minis file (only psp officially supported) | ||
{{clear}} | |||
=== Yummy Yummy Cooking Jam === | === Yummy Yummy Cooking Jam === | ||
{{boxcodelite|title=NPEZ00094,NPUZ00018|code= | {{boxcodelite|title=NPEZ00094,NPUZ00018|code=<syntaxhighlight lang=bash> | ||
AW.SINGLE_BUF = 880 | AW.SINGLE_BUF = 880 | ||
AW.DECODE_WAIT = 10000 | AW.DECODE_WAIT = 10000 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Telegraph - Sudoku & Kakuro === | === Telegraph - Sudoku & Kakuro === | ||
{{boxcodelite|title=NPEZ00105|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00105|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Sudoku und Kakuro: Welt Edition === | === Sudoku und Kakuro: Welt Edition === | ||
{{boxcodelite|title=NPEZ00106|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00106|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Spot The Differences! === | === Spot The Differences! === | ||
{{boxcodelite|title=NPEZ00107,NPUZ00034|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00107,NPUZ00034|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Finde die Unterschiede! Welt Edition === | === Finde die Unterschiede! Welt Edition === | ||
{{boxcodelite|title=NPEZ00108|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00108|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Telegraph Crosswords === | === Telegraph Crosswords === | ||
{{boxcodelite|title=NPEZ00112|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00112|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Kreuzwortraetsel: Welt Edition === | === Kreuzwortraetsel: Welt Edition === | ||
{{boxcodelite|title=NPEZ00113|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPEZ00113|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Pallurikio === | |||
*NPEZ00125,NPUZ00099 | |||
? | |||
{{clear}} | |||
=== Mahjongg Artifacts === | === Mahjongg Artifacts === | ||
{{boxcodelite|title=NPEZ00194,NPUZ00062|code= | {{boxcodelite|title=NPEZ00194,NPUZ00062|code=<syntaxhighlight lang=bash> | ||
AW.LINEAR_ADRS = 40 | AW.LINEAR_ADRS = 40 | ||
AW.DISABLE_FB_TEX = 100 | AW.DISABLE_FB_TEX = 100 | ||
AW.DISCARD_EDGE = 20000 | AW.DISCARD_EDGE = 20000 | ||
}} | </syntaxhighlight>}} | ||
{{clear}} | |||
=== Arctic Adventures: Polar's Puzzles === | |||
*NPEZ00219,NPUZ00114 | |||
? | |||
{{clear}} | |||
=== Fighting Fantasy - Talisman of death === | === Fighting Fantasy - Talisman of death === | ||
{{boxcodelite|title=NPEZ00381|code=AW.THR_PIXEL_OFST = 0}} | {{boxcodelite|title=NPEZ00381|code=<syntaxhighlight lang=bash> | ||
AW.THR_PIXEL_OFST = 0 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== Jetpack Joyride === | === Jetpack Joyride === | ||
{{boxcodelite|title=NEPZ00444,NPUZ00292|code=AW.CLOAD_MODE = 1}} | {{boxcodelite|title=NEPZ00444,NPUZ00292|code=<syntaxhighlight lang=bash> | ||
AW.CLOAD_MODE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
=== SuperMarket Mania === | === SuperMarket Mania === | ||
{{boxcodelite|title=NPUZ00058|code=DRAWN_IMAGE_SCALE = 1}} | {{boxcodelite|title=NPUZ00058|code=<syntaxhighlight lang=bash> | ||
DRAWN_IMAGE_SCALE = 1 | |||
</syntaxhighlight>}} | |||
{{clear}} | |||
{{Games}}{{Reverse engineering}}<noinclude>[[Category:Games]]</noinclude> | {{Games}}{{Reverse engineering}}<noinclude>[[Category:Games]]</noinclude> |