PSP Official Configs: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (All PSP remaster & PSP mini official examples copyed from PSP Emulation page)
m (Page sections protected globally against floating boxes overlaps since 2021/09/16)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:


== MINIS2.EDAT (Official) ==
{{clear}}
=== Eiyuu Densetsu: Sora no Kiseki FC Kai HD Edition ===
=== Eiyuu Densetsu: Sora no Kiseki FC Kai HD Edition ===
{{boxcodelite|title=BLJM85004|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=BLJM85004|code=
VERSION = 0xFFFFFFFF
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 03000000
SDRAM_SIZE = 03000000
Line 13: 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=<syntaxhighlight lang=bash>
{{boxcodelite|title=BLJM85005|code=
VERSION = 0xFFFFFFFF
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 04000000
SDRAM_SIZE = 04000000
Line 29: Line 25:
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=<syntaxhighlight lang=bash>
{{boxcodelite|title=BLJM85006|code=
VERSION = 0xFFFFFFFF
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 04000000
SDRAM_SIZE = 04000000
Line 44: Line 39:
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=<syntaxhighlight lang=bash>
{{boxcodelite|title=BLJM85002|code=
VERSION = 0xFFFFFFFF
VERSION = 0xFFFFFFFF
AW.EXT_MODE = 3
AW.EXT_MODE = 3
Line 58: Line 52:
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=<syntaxhighlight lang=bash>
{{boxcodelite|title=BLJM85001 (hardcoded inside the emulator)|code=
DRAWN_IMAGE_SCALE = 4
DRAWN_IMAGE_SCALE = 4
AW.EXT_MODE = 3
AW.EXT_MODE = 3
Line 73: Line 66:
ADHOC.EMUPA_INITIAL_SERVER = 1
ADHOC.EMUPA_INITIAL_SERVER = 1
ADHOC_PARTY = 1
ADHOC_PARTY = 1
</syntaxhighlight>}}
}}
{{boxcodelite|title=BLJM85001|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=BLJM85001|code=
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 85: Line 78:
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=<syntaxhighlight lang=bash>
{{boxcodelite|title=BLJM85003|code=
VERSION = 0xFFFFFFFF
VERSION = 0xFFFFFFFF
AW.EXT_MODE = 3
AW.EXT_MODE = 3
Line 97: Line 89:
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=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00001|code=
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|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00002,NPUZ00029|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Mahjongg Artifacts Chapter 2 ===
=== Mahjongg Artifacts Chapter 2 ===
{{boxcodelite|title=NPEZ00003|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00003,NPUZ00006|code=
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|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00021, NPUZ00054|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Pinball Fantasies ===
=== Pinball Fantasies ===
{{boxcodelite|title=NPEZ00022|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00022,NPUZ00017|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Sudoku ===
=== Sudoku ===
{{boxcodelite|title=NPEZ00027|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00027|code=AUDIO.SLEEP = 421}}
AUDIO.SLEEP = 421
</syntaxhighlight>}}
 
{{clear}}
=== Bowling 3D ===
*NPEZ00028
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
?
 
{{clear}}
=== Blast Off ===
*NPEZ00041
?
 
{{clear}}
=== Brainpipe ===
*NPEZ00046
?


{{clear}}
=== Tetris ===
=== Tetris ===
{{boxcodelite|title=NPEZ00093|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00093|code=
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|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00094,NPUZ00018|code=
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=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00105|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Sudoku und Kakuro: Welt Edition ===
=== Sudoku und Kakuro: Welt Edition ===
{{boxcodelite|title=NPEZ00106|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00106|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Spot The Differences! ===
=== Spot The Differences! ===
{{boxcodelite|title=NPEZ00107|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00107,NPUZ00034|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Finde die Unterschiede! Welt Edition ===
=== Finde die Unterschiede! Welt Edition ===
{{boxcodelite|title=NPEZ00108|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00108|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Telegraph Crosswords ===
=== Telegraph Crosswords ===
{{boxcodelite|title=NPEZ00112|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00112|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Kreuzwortraetsel: Welt Edition ===
=== Kreuzwortraetsel: Welt Edition ===
{{boxcodelite|title=NPEZ00113|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00113|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}


{{clear}}
=== Pallurikio ===
*NPEZ00125
?
{{clear}}
=== Mahjongg Artifacts ===
=== Mahjongg Artifacts ===
{{boxcodelite|title=NPEZ00194|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00194,NPUZ00062|code=
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
?
{{clear}}
=== Fighting Fantasy - Talisman of death ===
=== Fighting Fantasy - Talisman of death ===
{{boxcodelite|title=NPEZ00381|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPEZ00381|code=AW.THR_PIXEL_OFST = 0}}
AW.THR_PIXEL_OFST = 0
</syntaxhighlight>}}


{{clear}}
=== Jetpack Joyride ===
=== Jetpack Joyride ===
{{boxcodelite|title=NEPZ00444|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NEPZ00444,NPUZ00292|code=AW.CLOAD_MODE = 1}}
AW.CLOAD_MODE = 1
</syntaxhighlight>}}
 
{{clear}}
=== Bowling 3D ===
*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 ===
*NPUZ00005
 
{{clear}}
=== Mahjongg Artifacts Chapter 2 ===
{{boxcodelite|title=NPUZ00006|code=<syntaxhighlight lang=bash>
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 100
AW.DISCARD_EDGE = 20000
</syntaxhighlight>}}
 
{{clear}}
=== Brainpipe ===
*NPUZ00009


{{clear}}
=== Pinball Fantasies ===
{{boxcodelite|title=NPUZ00017|code=<syntaxhighlight lang=bash>
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}
{{clear}}
=== Yummy Yummy Cooking Jam ===
{{boxcodelite|title=NPUZ00018|code=<syntaxhighlight lang=bash>
AW.SINGLE_BUF = 880
AW.DECODE_WAIT = 10000
</syntaxhighlight>}}
{{clear}}
=== Blast Off ===
*NPUZ00021
{{clear}}
=== Stand O' Food ===
{{boxcodelite|title=NPUZ00029|code=<syntaxhighlight lang=bash>
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}
{{clear}}
=== Spot The Differences! ===
{{boxcodelite|title=NPUZ00034|code=<syntaxhighlight lang=bash>
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}
{{clear}}
=== Pinball Dreams ===
{{boxcodelite|title=NPUZ00054|code=<syntaxhighlight lang=bash>
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}
{{clear}}
=== SuperMarket Mania ===
=== SuperMarket Mania ===
{{boxcodelite|title=NPUZ00058|code=<syntaxhighlight lang=bash>
{{boxcodelite|title=NPUZ00058|code=DRAWN_IMAGE_SCALE = 1}}
DRAWN_IMAGE_SCALE = 1
</syntaxhighlight>}}
 
{{clear}}
=== Mahjongg Artifacts ===
{{boxcodelite|title=NPUZ00062|code=<syntaxhighlight lang=bash>
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 100
AW.DISCARD_EDGE = 20000
</syntaxhighlight>}}
 
{{clear}}
=== Pallurikio ===
*NPUZ00099
?
 
{{clear}}
=== Arctic Adventures: Polar's Puzzles ===
*NPUZ00114
?
 
{{clear}}
=== Jetpack Joyride ===
{{boxcodelite|title=NPUZ00292|code=<syntaxhighlight lang=bash>
AW.CLOAD_MODE = 1
</syntaxhighlight>}}
 
 
== MINIS2.EDAT (Custom) ==


{{Games}}<noinclude>[[Category:Main]]</noinclude>
{{Games}}{{Reverse engineering}}<noinclude>[[Category:Games]]</noinclude>

Latest revision as of 17:29, 16 September 2021

Eiyuu Densetsu: Sora no Kiseki FC Kai HD Edition[edit | edit source]

BLJM85004
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 03000000
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544
S3D.ENABLE = 1
AW.EXT_MODE = 3
AW.EXT_CMD = 3
ADHOC_PARTY = 0
VSYNC_OFFSET_US = 2000
  • DiscID=BLJM85004, NPTitleID = NPJB00293/NPJN00005

Eiyuu Densetsu: Sora no Kiseki SC Kai HD Edition[edit | edit source]

BLJM85005
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 04000000
CODE_SIZE_LIMIT = 00800000
ADDITIONAL_KEY_ASSIGN = 8000000000000000
S3D.ENABLE = 2
AW.EXT_MODE = 3
AW.EXT_CMD = 3
ADHOC_PARTY = 0
VSYNC_OFFSET_US = 2000
  • DiscID=BLJM85005, NPTitleID = NPJB00334/NPJN00007

Eiyuu Densetsu: Sora no Kiseki the 3rd: Kai HD Edition[edit | edit source]

BLJM85006
VERSION = 0xFFFFFFFF
SDRAM_SIZE = 04000000
CODE_SIZE_LIMIT = 00800000
ADDITIONAL_KEY_ASSIGN = 8000000000000000
S3D.ENABLE = 2
AW.EXT_MODE = 3
AW.EXT_CMD = 3
ADHOC_PARTY = 0
  • DiscID=BLJM85006, NPTitleID = NPJB00360/NPJN00008

K-ON Houkago Live HD Ver[edit | edit source]

BLJM85002
VERSION = 0xFFFFFFFF
AW.EXT_MODE = 3
AW.EXT_CMD = 2
SDRAM_SIZE = 02800000
ADDITIONAL_KEY_ASSIGN = 8000000000000000
S3D.ENABLE = 1
ADHOC.EMUPA_TITLE_ID = ULJM05709
  • DiscID=BLJM85002, NPTitleID = NPJB40002

Monster Hunter Portable 3rd HD Ver[edit | edit source]

BLJM85001 (hardcoded inside the emulator)
DRAWN_IMAGE_SCALE = 4
AW.EXT_MODE = 3
TRANS_CACHE_SIZE = 1000000
VSYNC_OFFSET_US = 2000
ADHOC.EMUPA_TITLE_ID = ULJM05800
ADHOC.EMUPA_INITIAL_SERVER = 1
ADHOC_PARTY = 1
BLJM85001
VERSION = 0xFFFFFFFF
S3D.ENABLE = 2
SDRAM_SIZE = 02800000
MIPS_CODE_BLOCK_SIZE = 8192
  • DiscID=BLJM85001, NPTitleID = NPJB40001

This game contains a MINIS2.EDAT and additionally some specific settings hardcoded inside the emulator

Shin Sangoku Musou Multi Raid 2 HD Ver[edit | edit source]

BLJM85003
VERSION = 0xFFFFFFFF
AW.EXT_MODE = 3
AW.EXT_CMD = 2
SDRAM_SIZE = 02800000
ADDITIONAL_KEY_ASSIGN = 0000000047C6C544
S3D.ENABLE = 1
ADHOC.EMUPA_TITLE_ID = ULJM05637
AW.VRAM_MODE = 1
SAVEDATA_LOAD_CACHE_TARGET_NAME = ULJM05637DQUEST
  • DiscID=BLJM85003, NPTitleID = NPJB40003

Puzzle Scape Mini[edit | edit source]

NPEZ00001
AW.DISCARD_EDGE = 20000
AW.DECODE_WAIT = 10000

Stand O'Food[edit | edit source]

NPEZ00002,NPUZ00029
DRAWN_IMAGE_SCALE = 1

Mahjongg Artifacts Chapter 2[edit | edit source]

NPEZ00003,NPUZ00006
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 100
AW.DISCARD_EDGE = 20000

Pinball Dreams[edit | edit source]

NPEZ00021, NPUZ00054
DRAWN_IMAGE_SCALE = 1

Pinball Fantasies[edit | edit source]

NPEZ00022,NPUZ00017
DRAWN_IMAGE_SCALE = 1

Sudoku[edit | edit source]

NPEZ00027
AUDIO.SLEEP = 421

Tetris[edit | edit source]

NPEZ00093
AW.SINGLE_BUF = 80
AW.REUSE_ADRS = 110000

SFO: PP, officially wont run on ps3 as no iso.bin and no proper minis file (only psp officially supported)

Yummy Yummy Cooking Jam[edit | edit source]

NPEZ00094,NPUZ00018
AW.SINGLE_BUF = 880
AW.DECODE_WAIT = 10000

Telegraph - Sudoku & Kakuro[edit | edit source]

NPEZ00105
DRAWN_IMAGE_SCALE = 1

Sudoku und Kakuro: Welt Edition[edit | edit source]

NPEZ00106
DRAWN_IMAGE_SCALE = 1

Spot The Differences![edit | edit source]

NPEZ00107,NPUZ00034
DRAWN_IMAGE_SCALE = 1

Finde die Unterschiede! Welt Edition[edit | edit source]

NPEZ00108
DRAWN_IMAGE_SCALE = 1

Telegraph Crosswords[edit | edit source]

NPEZ00112
DRAWN_IMAGE_SCALE = 1

Kreuzwortraetsel: Welt Edition[edit | edit source]

NPEZ00113
DRAWN_IMAGE_SCALE = 1

Mahjongg Artifacts[edit | edit source]

NPEZ00194,NPUZ00062
AW.LINEAR_ADRS = 40
AW.DISABLE_FB_TEX = 100
AW.DISCARD_EDGE = 20000

Fighting Fantasy - Talisman of death[edit | edit source]

NPEZ00381
AW.THR_PIXEL_OFST = 0

Jetpack Joyride[edit | edit source]

NEPZ00444,NPUZ00292
AW.CLOAD_MODE = 1

SuperMarket Mania[edit | edit source]

NPUZ00058
DRAWN_IMAGE_SCALE = 1