Editing PS2 Emulation

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 2: Line 2:
= Description =
= Description =


<pre>PlayStation 2 emulation on the PlayStation 4 is handled with little difference to the PlayStation 3,
PlayStation 2 emulation on PS4 is handled slightly differently comparing to PS3. Each PS2 game PS4 package file (.pkg) include emulator itself, so there is no included emulator in PS4 firmware. Although PS4 firmware have some PS2 emulator specific features, like functions sceLncUtilIsPs2Emu, sceShellCoreUtilGetImposeMenuFlagForPs2Emu, sceSystemServiceAddLocalProcessForPs2Emu, or sceSystemServiceShowImposeMenuForPs2Emu.
as some issues on the PlayStation 3 were not fixed on the PlayStation 4's emulator. As a result, the PS4 inherited some of PS3's emulation glitches, along with introducing new ones.
Fact that emulator is now included in game pkg, is slightly complicating providing compatibility list. As emulators include some per title patches, and different default settings. Currently most used emulators came from Rogue Galaxy, and Jak games. Next difference is that BIOS in external file is included in .pkg, anyway it is exactly the same BIOS used in ps2_netemu. Another important difference is the lack of encryption mechanism for PS2 game disc image file, this time it is just a plain ISO file, but emulator still support LIMG sector that allow use non-2048 sector size discs. Memory card is also decrypted, but emulator check crc of some of it regions to ensure that fresh card is not modified. PS2 Emulator supports LUA scripting by "Lua Bridge", is powerful interface that provide many possibilities to improve compatibility.
That came as a result of PS4's weakness towards emulation, which likely pressured Sony into trading accuracy for performance.
This is first time when sony need really care about floats in their emulator. Comparing to PS3 CPU, x86-64 is doing worse job in mimic PS2 FPU, and VU floats calculation behavior. This is resolved by clamping, accurate math used per memory offset, and/or converting floats to double precision. Emulator use openCL for GS, and probably other components.


Each PS2ONPS4 package file (.pkg) includes the emulator itself. The ps4 does not have a native built-in emulator in its firmware, but it does a few PS2 emulator specific features, like the functions sceLncUtilIsPs2Emu, sceShellCoreUtilGetImposeMenuFlagForPs2Emu, sceSystemServiceAddLocalProcessForPs2Emu, and sceSystemServiceShowImposeMenuForPs2Emu.
=Memory Mapping=


Emulators are programmed to be accurate for the games they were designed to emulate. In turn, this makes accurate emulation challenging, as emulators include per title patches and different default settings. The Playstation 2 hardware is a complex system to emulate; any small change in configuration can make or break a game.
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: left;"
Currently the most commonly used emulator is Jakv2 as it is the most compatible one out there. When game crashes are concerned, RECVX is typically used, whereas for VU accuracy it is roguev1.
! Name !! From !! To
 
The PS2 BIOS is included in the game's pkg, the same one used on the ps2_netemu. The lack of encryption mechanism for PS2 game disc image file is also important. This time it is a plain ISO file, but the emulator still supports LIMG sector that allows the usage of non-2048 sector size discs. Moreover, memory cards are also decrypted, but the emulator checks the CRC of some of the regions to ensure that the memory card was not modified. This PS2 Emulator also supports LUA scripting by "Lua Bridge", which is a powerful interface that may prove exceptionally handy in fixing games.
 
This is first time that Sony has ever cared about floats in its emulators. Compared to the PS3 CPU, x86-64 is doing a worse job in mimicking FPU and VU floats calculation behavior. This is resolved by clamping, accurate math used per memory offset, and/or converting floats to double precision. The emulator uses openCL for GS, and likely other components as well.</pre>
 
= Emulator Configuration =
The emulator can be configured through 4 files.
 
== Files ==
 
* '''config-emu-ps4.txt''' - Stores paths, basic video/audio settings in official packages. But unofficially can be also used for advanced settings for global effect in multi disc .pkg with all commands originally used in cli.conf file.
* '''XXXX-YYYYY_cli.conf''' - Stores per disc advanced settings. GS, VU, EE, IOP, FPU, COP2 emulation settings, are here. Also hacks, and hooks.
* '''XXXX-YYYYY_config.lua''' - Used for per disc advanced scripts. Patching EE/IOP memory, Conditional hooks.
* '''disc-swap-cli.conf''' - Stores info of multi disc games.
 
== Commands ==
The rest of the CLI and LUA commands can all be found inside of any emulator's '''Eboot.bin''' file.
=== config-emu-ps4.txt commands ===
 
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#7698FF"
|  || Misc ||  ||
|-
|-
| --config-local-lua ||   ||   || --config-local-lua=""
|EE Flat Memory (4gb)              || 0x0000008000000000 || 0x0000008100000000
|-
|-
| --lopnor-config ||  0,1  ||  Enables limited PS3's PS2 config support || --lopnor-config=1
|IOP Flat Memory (4gb)            ||  0x0000009000000000 ||  0x0000009100000000
|-
|-
| --load-tooling-lua ||   ||   || --load-tooling-lua=0
|R59 Binary Cache                  || 0x0000000914B10000 || 0x0000000916B10000
|-
|-
| --max-console-spam ||  ||  ||
|R30 Binary Cache                  ||  0x0000000916B14000 ||  0x0000000917314000
|-
|-
| --path-snaps || dir/folder ||  Path to savestates folder || --path-snaps="/tmp/snapshots"
|jitVU0                            || 0x0000000917318000 ||  0x0000000917B18000
|-
|-
| --path-recordings || dir/folder ||   || --path-recordings="/tmp/recordings"
|jitVU1                            || 0x0000000917B1C000 || 0x0000000918B1C000
|-
|-
| --path-memcards || dir/folder ||  ||
! !! Host's EE Memory Map !!
|-
|-
| --path-vmc || dir/folder ||   || --path-vmc="/tmp/vmc"
|EE RAM - Kernel                  || 0x0000008000000000 || 0x0000008000080000
|-
|-
| --emulog-file || 0, 1 ||  Creates a log file with information that is rarely useful || --emulog-file=1
|EE RAM - Debug                    || 0x0000008000078000 ||  0x0000008000080000
|-
|-
| --path-emulog || dir/folder || Sets the directory of the emulog file. Requires --emulog-file=1 command || --path-emulog="/tmp/recordings"
|EE RAM - User                    || 0x0000008000080000 ||  0x0000008002000000
|-
|-
| --path-manual || dir/folder ||  ||
|EE Hw Devices                    || 0x0000008010000000 || 0x0000008010010000
|-
|-
| --path-patches || dir/folder || Path to patches folder || --path-patches="/app0/patches"
|EE ROM                            || 0x000000801FC00000 || 0x000000801FFE0000
|-
|-
| --path-trophydata || dir/folder ||   || --path-trophydata="/app0/trophy_data"
|EE RAM - Uncached                || 0x0000008020080000 || 0x0000008022000000
|-
|-
| --path-featuredata || dir/folder || Path to folder with XXXX-YYYYY_features.lua file || --path-featuredata="/app0/feature_data"
|EE RAM - UncachedAccel            || 0x0000008030100000 || 0x0000008032000000
|-
|-
| --path-postproc || dir/folder || Post-processing (shaders?) ||
|EE Scratchpad                    || 0x0000008070000000 || 0x0000008070004000
|-
|-
| --path-toolingscript || dir/folder ||   || --path-toolingscript="/app0/patches"
|EE Debug                          || 0x00000080FFFF8000 || 0x0000008100000000
|-
|-
| --snapshot-name || ||  ||
! !! Host's IOP Memory Map !!
|-
|-
| --snapshot-datafile ||  ||  ||
|IOP RAM                          ||  0x0000009000000000 ||  0x0000009000200000
|-
|-
| --snapshot-restore ||  ||  ||
|IOP RAM (mirror 1)                ||  0x0000009000200000 ||  0x0000009000400000
|-
|-
| --snapshot-save || frameId(?) ||   ||
|IOP RAM (mirror 2)               || 0x0000009000400000 || 0x0000009000600000
|-
|-
| --snapshot-mcd-files ||  ||  ||
|IOP RAM (mirror 3)                ||  0x0000009000600000 ||  0x0000009000800000
|-
|-
| --snapshot-repeat || repeat_count ||  ||
|IOP Scratchpad                    || 0x000000901F800000 || 0x000000901F801000
|-
|-
| --snapshot-modulo ||  ||  ||
|IOP HW                            ||  0x000000901F801000 ||  0x000000901F810000
|-
|-
| --host-keyboard || slot [0-7] ||   || --host-keyboard=4
|IOP ROM                          || 0x000000901FC00000 || 0x000000901FFE0000
|-
|-
| --host-window-scale || scale/float ||  || --host-window-scale=0.5
|}
 
=Open CL and Floats=
 
PS4 native Floating point supports and OpenCL info, for both CPU, and GPU. Understanding of floating points conversion is very important in emulating PS2.
<br>Below info comes from this gist: https://gist.github.com/masterzorag/06cadbc5fbe7d3375704fc52518f434e#file-gistfile1-md
<br>There you can find more info about PS4 OpenCL.
 
==CPU==
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Info !! Value
|-
|-
| --host-window-pos || x,y ||  ||
| Device Name                                ||  CXD90026AG - DG1002FGF84HT
|-
|-
| --host-display-mode || normal,full,4:3,16:9  || Set display mode || --host-display-mode=full
| Device Vendor                              ||   AuthenticAMD
|-
|-
| --host-graph || fps || Debug option that requires an unleaked debug ps2 bios || --host-graph=fps
| Device Vendor ID                            ||   0x1022
|-
|-
| --host-osd || verbose, minimal ||  || --host-osd=0
| Device OpenCL C Version                    ||  OpenCL C 1.2 pocl
|-
|-
| --host-vsync || 0, 1 ||  Enable or disable vsync || --host-vsync=1
| Device Type                                ||   CPU
|-
|-
| --host-trophy-support ||  ||  ||
| Max compute units                          ||  8
|-
|-
| --rtc-epoch ||  unix_time (seconds since epoch) ||  || --rtc-epoch=1523776362
| Max work item dimensions                    ||  3
|-
|-
| --framelimiter || 0, 1 || Enable or disable Frame limiting || --framelimiter=1
| Max work item sizes                        ||   4096x4096x4096
|-
|-
| --framelimit-fps || FPS/float || framelimiter || --framelimit-fps=0.8
| Max work group size                        ||   4096
|-
|-
| --framelimit-scalar || scalar/float || Scalar must be between 0.1 and 5.0 || --framelimit-scalar=3.2
| Preferred work group size multiple          ||   8
|-
|-
| --framelimit-mode || slowest,slower,slow,normal,fast,fastest,turbo || A Standalone framelimiter || --framelimit-mode=fast
! Half-precision Floating-point support      !!  (n/a)
|-
|-
| --ps2-lang || system  || Sets language. Might seem like a useless command, but a tiny number of games refuse to boot without a selected language. || --ps2-lang=system
! Single-precision Floating-point support    !!  (core)
|-
|-
| --ps2-title-id || XXXX-YYYYY Example: (SLUS-21515) || Sets title-id for patches. Requires the game's region code as value || --ps2-title-id=SLES-50366
| Denormals                                  || Yes
|-
|-
| --gs-uprender || none, 2x2 || Internal resolution upscaler. || --gs-uprender=2x2
| Infinity and NANs                          || Yes
|-
|-
| --gs-upscale || none, gpu, edgesmooth, motionvec, point, motionvector, smooth, motion || upscaling type || --gs-upscale=EdgeSmooth
| Round to nearest                            || Yes
|-style="background-color:#ffe680"
|  || CDVD || ||
|-
|-
| --max-disc-num || 1-5  || numbers of discs in package (maximum=5)  || --max-disc-num=1
| Round to zero                              || Yes
|-
|-
| --boot-disc-id || 1-5  ||  sets boot disc for multi-disc pkg || --boot-disc-id=0
| Round to infinity                          || Yes
|-
|-
| --switch-disc-reset ||  1 = Enables resetting the game upon disc swap, 0 = Disables resetting the game upon disc swap||  0 Can be used to prevent resetting the game when switching multiple discs. Useful for games like Samurai warriors 2 that include an import data feature. Sadly this command isn't supported by many emulators, but jakv2 is confirmed to support it || --switch-disc-reset=1
| IEEE754-2008 fused multiply-add            || No
|-
|-
| --cdvd-sector-read-cycles || 0.1 = Fastest, 80000 = Slowest|| Set DVD reading speed. Higher values are slower, lower values are faster. Kinetica uses 40000, Psychonauts 4000, Red dead revolver 5000, Rise of kasai 31000. Some games require moderate speed, too slow or too fast could cause audio problems.|| --cdvd-sector-read-cycles=40000
| Support is emulated in software            || No
|-
|-
| --cdvd-sector-seek-cycles || 0.1 = Fastest, 80000 = Slowest || Set the speed at which the emulated CDVD spins. Higher values are slower,
| Correctly-rounded divide and sqrt operations|| Yes
lower values are faster. Fixes boot-up sometimes. More info here [https://github.com/PCSX2/pcsx2/pull/3877]. || --cdvd-sector-seek-cycles=1
|-
|-
| --verbose-cdvd-reads || 0, 1 || Might improve disc reading if set to 1|| --verbose-cdvd-reads=0
! Double-precision Floating-point support    !!  (cl_khr_fp64)
|-style="background-color:#ff8080"
|  || Audio || ||
|-
|-
| --host-audio-latency || msec/float || Audio latency must be between 0.010 and 4.0 || --host-audio-latency=1.5
| Denormals                                  || Yes
|-
|-
| --path-audio-images || dir/folder ||  ||  
| Infinity and NANs                          || Yes
|-
|-
| --record-audio ||  ||  ||  
| Round to nearest                            || Yes
|-
|-
| --record-audio-img ||  ||  ||  
| Round to zero                              || Yes
|-
|-
| --record-audio-image ||  ||  ||  
| Round to infinity                          || Yes
|-
|-
| --record-audio-ext ||  ||  ||  
| IEEE754-2008 fused multiply-add            || Yes
|-
|-
| --host-audio || 1,0,on,off,mono ||  || --host-audio=1
| Support is emulated in software            || No
|-
|-
| --mute-audio ||all,none,main,bgm || || --mute-audio=all
! Execution capabilities                      !!
|-
|-
| --mute-streaming-audio || all,none,main,bgm || || --mute-streaming-audio=all
| Run OpenCL kernels                          || Yes
|-
|-
|-style="background-color:#D7EF54"
| Run native kernels                          || Yes
|  || Controllers || ||  
|-
|-
| --ds4-deadzone-adjust ||  ||  ||  
| SPIR versions                              || 1.2
|-
|-
| --ds4-diagonal-adjust ||  || ||
| Device Extensions                          ||   <div align="left"><pre> cl_khr_byte_addressable_store
|-
  cl_khr_global_int32_base_atomics
| --host-pad-loses-focus || || || --host-pad-loses-focus=1
  cl_khr_global_int32_extended_atomics
|-
cl_khr_local_int32_base_atomics
| --host-gamepads || 0, 1 || || --host-gamepads=1
  cl_khr_local_int32_extended_atomics
|-
  cl_khr_3d_image_writes
| --pad-record ||  0, 1  || Enables logging pad info in emulog ||
  cl_khr_spir
|-
cl_khr_fp64
| --pad-analog-to-digital || 0, 1 || Eternel ring emu uses the value 0 || --pad-analog-to-digital=0
  cl_khr_int64_base_atomics
  cl_khr_int64_extended_atomics </pre></div>
|-
|-
| --mtap1 || Disabled, Always, ByHost || Multitap switch. The values are correct but the multitap only works in certain games. || --mtap1=always
|-
| --mtap2 || Disabled, Always, ByHost || Multitap switch. Some games require multitap to be selected only on second port (1, 2-a, 2-b, 2-c layout). To achieve that, we need to disable the first mtap. In some cases, the emulator can be flawed in how it handles multi-tap when it involves "--mtap2". All functions for 2A, 2B, 2C, 2D must be redirected to ports on multi-tap 1 by using memory patches. || --mtap2=always
|}
|}


=== XXXX-YYYYY_cli.conf commands ===
==GPU==


<pre>These commands work in config-emu-ps4.txt, but the official way to use them is through the CLI file (It is also needed for multi-disc packages). Additionally, some commands are still not discovered, and known commands might be missing their values. </pre>
<pre>All commands are pre-made. Creating new CLI commands is impossible.
The values of the commands are also pre-defined by Sony and/or have a set of possible values or ranges.
Some CLI commands have no effect, as they were added to the eboot.bin without being programmed. Some useful commands were removed or added in or from different emu revisions, or their effects were changed. In some emulators, CLI configurations can be found in the ram at SceLibcHeap[0]-3-881004000.</pre>
====EmotionEngine (MIPS-IV)====
=====[https://www.psdevwiki.com/ps2/Emotion_Engine EE]=====
<pre>Commands for the emulated Emotion Engine. These commands may improve performance, or allow for better sync.</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
! Info !! Values
|-style="background-color:#7698FF"
|  || Speedhacks / Desync Fixes|| ||
|-
|-
| --ee-cycle-scalar || Accelerate EE cycles: (0.99 => 0.1)<br>Decelerate EE cycles: (1.1 => 5.0) ||  Accelerating can help improve EE-DMA sync at the cost of performance, whereas decelerating can help ensure EE is in sync with VU0-VU1 while improving performance (too much deceleration can cause stuttery fmvs.) The default value is 1.0 || --ee-cycle-scalar=1.0
|Device Name                                  ||   AMD LIVERPOOL
|-
|-
| --ee-context-switch-cycles || Accelerate cycles (360 => 0) <br>Decelerate cycles (361 => ∞ ) || Its effects are mysterious, but likely affect COP0. Does not work on Jak emulators. Default value is 360, and its type is 4 bytes. Seems to be useful for Bee Movie and Metal Gear Solid 3.|| --ee-context-switch-cycles=2700?
|Device Vendor                                ||   AMD
|-
|-
| [[--ee-hook|--ee-hook]] || AdvanceClock<br>FastForwardClock<br>Mfifodrain || Set a function to be applied every time the PC register reaches the selected offset in the EE memory. FastForwardClock stalls the EE for an unknown non-changeable number of cycles, while AdvanceClock stalls the EE for an allocated number of cycles to push other processing units to align with the EE's speed, and temporarily allocate higher cpu power for them, which is helpful when the vu1 requires higher juice for its performance, and when the vu0 and dma channels run slower than the ee. Mfifodrain is still unknown. [[--ee-hook|For more examples]] ||--ee-hook=0x0025A9F2,AdvanceClock,,500 <br>--ee-hook=0x0019F0AD,FastForwardClock
|Device Vendor ID                            ||   0x1002
|-
|-
|-style="background-color:#D7EF54"
|Device Version                                |OpenCL 1.1
|| Game fixes || ||
|-
|-
| --ee-jit-pagefault-threshold || 0-254 || Ignore JIT pagefaults, usually caused by data placed right after code. JIT try to recompile it, and obviously hit some bad opcodes. This command reduces the occurrence of crashes the higher it is. || --ee-jit-pagefault-threshold=40
|Device OpenCL C Version                      || OpenCL C 1.1
|-
|-
| --ee-block-validation || PageProt, PageProtection, Hash, Full, none || way of validating that block been modified, and require recompilation. [[https://github.com/PCSX2/pcsx2/blob/4db6b287cda817345f7ed4268a8a68f9fda76f26/pcsx2/Memory.cpp#L869| Some info about PageProt way]] || --ee-block-validation=None
|Device Type                                  || GPU
|-
|-
| --ee-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --ee-block-validation=Hash ||  
|Max compute units                            || 18
|-
|-
| --ee-const-folding || None,Gpr,Fpu,All || EE constant folding. "All" seems to be the default option. || --ee-const-folding=none
|Max work item dimensions                      || 3
|-
|-
| --ee-ignore-segfault || none, read, write, readwrite || Ignore segmentation fault. Ignore rw from/to unmapped memory, known in pcsx2 as TLB miss (load.store) || --ee-ignore-segfault=readwrite
|Max work item sizes                          || 256x256x256
|-
|-
| --ee-native-function || memset, memcpy, strlen, strcmp, strcasecmp, litodp, dptoli, floatdidf, fptoui, fptodp, dptofp, fabs, fabsf, ieee754_atan2f, ieee754_asinf, ieee754_acosf, ieee754_sinf, ieee754_cosf, ieee754_sqrtf, asinf, acosf, sinf, cosf, sqrtf. || Hook mips function with HLE x64 native version. Much faster, but tricky to keep correct timings on ps2 VM. || --ee-native-function=memcpy,0x11e328
|Max work group size                            || 256
|-style="background-color:#FFAA00"
|  || Other || ||
|-
|-
| --ee-jit-disasm || 0 or 1 for mips and 2 for x86 || Emotion engine Just in Time disassembler mode (Likely a debug log option) || --ee-jit-disasm=1
|Compiler Available                              || Yes
|-
|-
| --ee-ignore-break || 0, 1 || Turns a BREAK instruction into a NOP Instruction. ||  
|Preferred work group size multiple            || 64
|-
|-
| --ee-break-as-nop || 0, 1 || Turns a BREAK instruction into a NOP Instruction. || --ee-break-as-nop=1
!Half-precision Floating-point support        !!  (cl_khr_fp16)
|-
|-
| --ee-jit-opt-debug || 0, 1 || ||
|Denormals                                    || No
|-
|-
| --ee-pc-coherency || 0, 1 || Flush PC register to memory on every mips opcode. Result in more accurate EE PC reg reads. ||  
|Infinity and NANs                            || Yes
|-
|-
| --ee-insn-flush-pc || 0, 1 || Flush PC register to memory on every mips opcode. Result in more accurate EE PC reg reads. ||
|Round to nearest                              || Yes
|-
| --ee-inst-marking || 0,1? || ||  
|-
|-
| --ee-insn-marking || 0,1? || ||  
|Round to zero                                || No
|-
|-
| --ee-kernel-hle ||  0, 1 || High-level emulation kernel. Apply HLE patches (used in mast1c0re part 2 Vulnerability 2). Apply EE kernel patches which run previously prepared x64 code instead of recompiling real code part. ||  
|Round to infinity                            || No
|-
|-
| --ee-injection-kernel || 0, 1 || Just like --ee-kernel-hle, except using a different name. ||
|IEEE754-2008 fused multiply-add              || No
|-
|-
| --ee-injection-title || 0, 1 || Apply HLE patches (used in mast1c0re part 2 Vulnerability 2). Apply per title patches which run previously prepared x64 code instead of recompiling real code part. ||
|Support is emulated in software              || No
|-
|-
| --ee-validate-kernel || 0, 1 || ||
!Single-precision Floating-point support    !!    (core)
|-
|-
| --ee-regalloc-scalar || 0,none,ReadOnly,WriteOnly,RW || register allocation setting ||  
|Denormals                                    || No
|-
|-
| --ee-regalloc-simd || readwrite, writeonly, readonly || register allocation setting ||  
|Infinity and NANs                            || Yes
|-
|-
| --ee-regalloc-preserve-scalar || LoadOnly, LO, StoreOnly, SO, LoadStore,  LS || EE JIT Scalar/Int Regalloc Mode || --ee-regalloc-preserve-scalar=LoadStore
|Round to nearest                              || Yes
|-
|-
| --ee-regalloc-preserve-simd || ReadOnly, RO, WriteOnly WO, RW || EE JIT SIMD/XMM Regalloc Mode || --ee-regalloc-preserve-simd=RW
|Round to zero                                || No
|-
|-
| --ee-static-block-links || options Type,Type,... [Branch,Branches,JAL,COP2,All] || || --ee-static-block-links=JAL,COP2
|Round to infinity                            || No
|-
|-
| --vtune-ee || ||  ||
|IEEE754-2008 fused multiply-add              || No
|-
|-
| --ee-live32 || 0,1? || ||  
|Support is emulated in software              || No
|-
|-
| --ee-cache-breaks-block || 0,1 || End recompiler block on r5900 cache opcode. ||
|Correctly-rounded divide and sqrt operations  || No
|-
|-
| --ee-evt-check-full || 0, 1 || Perform more accurate EE event check ||
!Double-precision Floating-point support      !!  (cl_khr_fp64)
|-
|-
| --ee-peephole || 0, 1? || ||
|Denormals                                    || Yes
|-
|-
| --ee-load-rewrites || 0,1? || ||  
|Infinity and NANs                            || Yes
|-
|-
| --ee-store-rewrites || 0,1? || ||  
|Round to nearest                              || Yes
|-
|-
| --ee-precompile-trace || || ||
|Round to zero                                || Yes
|-
|-
| --ee-penalize-short-blocks || 0, 1 || Add cycles to short recompiled blocks? ||
|Round to infinity                            || Yes
|-
|-
| --ee-mem-check-eob || || EE memory check end of block ||  
|IEEE754-2008 fused multiply-add              || Yes
|-
|-
| --ee-insn-callmark || || ||
|Support is emulated in software              || No
|-
| --ee-inline-limit-full || insn_count/integer ||  ||
|-
|-
| --ee-inline-limit-partial || || ||
!Execution capabilities !!
|-
|Run OpenCL kernels                            || Yes
|-
|-
| --ee-stlf-cycle-threshold || ? ||?||  
|Run native kernels                            || No
|-
|-
| --detect-idle-ee || 0, 1 ||  || --detect-idle-ee=1
|Device Extensions                              || <div align="left"><pre>cl_khr_byte_addressable_store
cl_khr_byte_addressable_store
cl_khr_global_int32_base_atomics
cl_khr_global_int32_extended_atomics
cl_khr_local_int32_base_atomics
cl_khr_local_int32_extended_atomics
cl_khr_int64_base_atomics
cl_khr_int64_extended_atomics
cl_khr_fp64
cl_khr_fp16</pre></div>
|-
|-
|}
|}


=====FPU=====
= Emulator Configuration =
<pre>The FPU is a fast single-precision unit that typically serves the EE by calculating in-game physics. It mostly controls the accuracy of the movement of in-game objects, or the game's gravity as a whole. In some cases, it is best to use COP2 commands with the FPU's to ensure the accuracy of the game's geometrical calculations.</pre>
 
== Files ==
 
Emulator configuration is probably handled by 4 files:
 
* '''config-emu-ps4.txt''' - Stores paths, basic video/audio settings in official packages. But unofficially can be also used for advanced settings for global effect in multi disc .pkg with all commands originally used in cli.conf file.
* '''XXXX-YYYYY_cli.conf''' - Stores per disc advanced settings. GS, VU, EE, IOP, FPU, COP2 emulation settings, are here. Also hacks, and hooks.
* '''XXXX-YYYYY_config.lua''' - Used for per disc advanced scripts. Patching EE/IOP memory, Conditional hooks.
* '''disc-swap-cli.conf''' - Stores info of multi disc games.
 
== Commands ==
 
=== config-emu-ps4.txt commands ===
 
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage  
! Command !! Values !! Notes !! Usage  
|-style="background-color:#D7EF54"
|  || Game fixes || ||
|-
|-
| --fpu-no-clamping ||  1 = Extra + preserve sign<br>0 = Extra || Changes the clamping behavior of the FPU. Might fix freezing issues, or misplaced characters/items (Inaccuracies with in-game physics) || --fpu-no-clamping=0
| --gs-uprender || none, 2x2 || Internal resolution uprender || --gs-uprender=2x2
|-
|-
| --fpu-custom-min-max || 0, 1 || Custom Max/Mini logic for denormals. Enabled by default. Disabling it might break some games || --fpu-custom-min-max=0
| --gs-upscale || none, gpu, edgesmooth, motionvec || upscaler? || --gs-upscale=EdgeSmooth
|-
| --fpu-accurate-range || start,end offset (0x0 - 0x1FFFFFF) || Accurate Mul/Div/Add/Sub Math instructions for the FPU by using software floats rather than hardware floats. Can be used for full EE/FPU Mathematical accuracy in the specified range. || --fpu-accurate-range=0x1acce0,0x2acce0
|-
| --fpu-no-clamp-range || start,end offset (0x0 - 0x1FFFFFF) || Per-range clamping for the FPU in the selected memory range. || --fpu-no-clamp-range=0x1acce0,0x2acce0
|-
| --fpu-accurate-muldiv  || 0 = Disabled<br>1 = Enabled  || Allows the FPU to accurately Divide/Multiply by 0 for all offsets by using software floats rather than hardware floats. (Extremely slow) || --fpu-accurate-muldiv=1
|-  
| --fpu-accurate-addsub || 0 = Disabled<br>1 = Enabled || Allows the FPU to accurately Add/Subtract for all offsets by using software floats rather than hardware floats. (Extremely slow) || --fpu-accurate-addsub=1
|-
| --fpu-accurate-muldiv-range || start,end offset (0x0 - 0x1FFFFFF) || Allows the FPU to accurately Divide/Multiply by 0 in the specified ee memory range by using software floats rather than hardware floats. || --fpu-accurate-muldiv-range=0x1acce0,0x2acce0
|-
| --fpu-accurate-addsub-range || start,end offset (0x0 - 0x1FFFFFF) || Allows the FPU to accurately Add/Subtract in the specified ee memory range by using software floats rather than hardware floats. || --fpu-accurate-addsub-range=0x1acce0,0x2acce0
|-
|-
|-style="background-color:#7698FF"
| --config-local-lua ||   ||   || --config-local-lua=""
| || Speedhacks || ||
|-
|-
| --fpu-rsqrt-fast-estimate || 0, 1 || Decreases RSQRT's accuracy. It is enabled by default. Disabling it is required for the full accuracy of the FPU. || --fpu-rsqrt-fast-estimate=1
| --load-tooling-lua ||   ||   || --load-tooling-lua=0
|-
|-
| --fpu-accurate-mul-fast || 0, 1 || A command that prevents muldiv commands from slowing the emulation down. || --fpu-accurate-mul-fast=1
| --record-audio ||  ||  ||  
|-style="background-color:#FFAA00"
|| Other || ||
|-
|-
| --fpu-custom-fused-madd || 0, 1 || Custom FMA (fused multiply-add). Disabled by default. || --fpu-custom-fused-madd=0
| --record-audio-img || || ||  
|-
|-
| --fpu-to-double || 0, 1 || Converts floats to doubles (Accurate) || --fpu-to-double=1
| --record-audio-image || ||  ||  
|-
| --fpu-clamp-operands || 0, 1 || Affects the fpu's clamping behavior || --fpu-clamp-operands=1
|-
| --fpu-clamp-results || 0, 1 || Affects the fpu's clamping behavior || --fpu-clamp-results=1
|-
|}
 
=====COP2=====
<pre>VU0 Macro-mode. These commands may assist the FPU further.</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#7698FF"
|| Speedhacks || ||
|-
|-
| --cop2-opt-flags || 0, 1 ,2 || Optimize flags upon recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) setting it to 0 can in some cases improve FPU accuracy. [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --cop2-opt-flags=1
| --record-audio-ext || ||  ||  
|-
| --cop2-opt-vf00 || 0, 1, 2 || Optimization for the vf00 register. || --cop2-opt-vf00=1
|-
| --cop2-const-prop || 0, 1 || Disables or enables constant propagation. Can Be Used as speedhack for COP2 hungry games when set to 1 [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] || --cop2-const-prop=1
|-
| --cop2-di-bits || 0, 1 || 0 to skip setting invalid, and div by Zero flags in status register, and therefore improve performance. Can be used as speedhack as it skip costly calculations. || --cop2-di-bits=0
|-style="background-color:#D7EF54"
|| Game fixes || ||
|-
|-
| --cop2-no-clamping ||  1 = Extra + preserve sign<br>0 = Extra || Changes the clamping behavior of the COP2. The default emulator's behavior is none of the included values and cannot be set by CLI commands. || --cop2-no-clamping=0
| --max-console-spam ||  ||  ||  
|-
|-
| --cop2-accurate-range || start,end offset (0x0 - 0x1FFFFFF) ||Accurate Mul/Div/Add/Sub math instructions for the COP2 by using software floats rather than hardware floats. Can be used for full COP2 mathematical accuracy in the specified range. || --cop2-accurate-range=0x123456,0x134567
| --path-snaps || dir/folder || Path to savestates folder || --path-snaps="/tmp/snapshots"
|-
| --cop2-no-clamp-range || start,end offset (0x0 - 0x1FFFFFF) || Per-range clamping for COP2. || --cop2-no-clamp-range=0x123456,0x134567
|-
| --cop2-accurate-mul-range || start,end offset (0x0 - 0x1FFFFFF) || Accurate multiplication instructions for the COP2 in the specified range by using software floats rather than hardware floats || --cop2-accurate-mul-range=0x123456,0x134567
|-
| --cop2-accurate-mul || 1 = Enabled<br>0 = Disabled || Allows the COP2 to accurately multiply for all offsets by using software floats rather than hardware floats. (Extremely slow) || --cop2-accurate-mul=1
|-
| --cop2-accurate-addsub ||  1 = Enabled<br>0 = Disabled || Allows the COP2 to accurately Add/Subtract for all offsets by using software floats rather than hardware floats. (Extremely slow) || --cop2-accurate-addsub=1
|-
|-
| --cop2-accurate-addsub-range || start,end offset (0x0 - 0x1FFFFFF) || Allows the COP2 to accurately Add/Sub in the specified ee memory range by using software floats rather than hardware floats. || --cop2-accurate-addsub-range=0x123456,0x134567
| --path-recordings || dir/folder ||   || --path-recordings="/tmp/recordings"
|-
|-
|-style="background-color:#FFAA00"
| --path-audio-images || dir/folder ||   ||  
|| Other || ||
|-
|-
| --cop2-regalloc || 0, 1 ? || PCSX2 seems to have this enabled by default. Uknown function, might be a speechack. ||
| --path-memcards || dir/folder ||   ||
|-  
|-
| --cop2-inst-q || 0, 1 || instant Q, no stalling on VWAITQ, or instances of Q. Crashes some games when enabled. ||
| --path-vmc || dir/folder ||   || --path-vmc="/tmp/vmc"
|-
| --cop2-inst-p || 0, 1 || instant P, no stalling on VWAITP, or instances of P. ||
|-
| --cop2-use-rcp || 0, 1 || Enables SSE RCP. Disabled by default ||
|-
| --cop2-use-rsqrt || 0, 1 || Enables SSE RSQRT || --cop2-use-rsqrt=0
|-
| --cop2-clamp-operands || 0, 1 || Affects the COP2's clamping behavior|| --cop2-clamp-operands=1
|-
| --cop2-clamp-results || 0, 1 || Affects the COP2's clamping behavior  || --cop2-clamp-results=1
|-
|}
 
====Vector Units (VU)====
=====VU=====
<pre>Custom DSPs used to process vertex data, physics calculations, and other related tasks. Settings found here affect VU1, VU0, and COP2. Most of these commands fix broken or missing geometry along with black screens.</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#ff99c2"
| || Graphical fixes || ||
|-
|-
| --vu-xgkick-delay  || Limit is between (0 => 31)  || Delay xgkick instruction execution. PCSX2 uses 6 cycles, PS3 uses 2-8 cycles depending on the game. Can be used to repair missing graphics with 0 being the most compatible. Useful for games with GIF issues || --vu-xgkick-delay=8
| --path-emulog || dir/folder ||   || --path-emulog="/tmp/recordings"
|-
|-
| --vu-custom-min-max  || 0, 1 || Custom Max/Mini logic for denormals. Disabled on pcsx2 by default but enabled by default on a couple of emus such as jakv2. Disabling it could potentially restore missing graphics by speeding up the vector units.|| --vu-custom-min-max=0
| --path-manual || dir/folder ||   ||
|-
|-
|-style="background-color:#D7EF54"
| --path-patches || dir/folder || Path to patches folder || --path-patches="/app0/patches"
| || Game fixes || ||
|-
|-
| --vu-hack-triace  || 0, 1 || A hack designed specifically for games developed by Tri Ace. Corrects the VU's addi calculation. Without it, the result will be one bit off, which is enough to break the game's decryption algo. || --vu-hack-triace=1
| --path-trophydata || dir/folder ||   || --path-trophydata="/app0/trophy_data"
|-  
|-
| --vu-branch-hazard || 0, 1 || Disabling it managed to prevent "Batman - Rise of Sin Tzu" from crashing|| --vu-branch-hazard=0
| --path-featuredata || dir/folder || Path to folder with XXXX-YYYYY_features.lua file || --path-featuredata="/app0/feature_data"
|-  
|-
| --vu-evil-branches || 0, 1 || Take in count branch in delay slot, or not. [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L306 More Info]||
| --path-postproc || dir/folder || Post-processing (shaders?) ||
|-
| --vu-to-double || 0, 1 || Converts floats to double. Enabling it is the accurate option.  || --vu-to-double=1
|-
|-
| --vu-custom-fused-madd  || 0, 1 || Custom FMA (fused multiply-add). Disabled by default || --vu-custom-fused-madd=1
| --path-toolingscript || dir/folder ||   || --path-toolingscript="/app0/patches"
|-
|-style="background-color:#7698FF"
|  || Speedhacks || ||
|-
|-
| --vu-opt-sf-check  || 0, 1 || Updates status flags only on blocks which will read them. Known in pcsx2 as mVU flag hack. Won't work with most emulators, but will work on Arc Twilight of the Spirits™ || --vu-opt-sf-check=1
| --snapshot-name ||  ||  ||  
|- 
| --vu-opt-jr-caching || 0, 1 || Optimize Jump Register caching. (vi15). Won't work with most emulators but will work on Arc Twilight of the Spirits™ || --vu-opt-jr-caching=1
|-style="background-color:#FEA15C"
|| Other || ||
|-
|-
| --vu-d-bit  || 0, 1 || Debug break. Halts the VU and sends an interrupt to the EE. ||  --vu-d-bit=0
| --snapshot-datafile ||  ||  ||  
|-
|-
| --vu-t-bit  || 0, 1 || Debug halt. Acts similarly to D-bit ||  --vu-t-bit=0
| --snapshot-restore ||  ||  ||  
|-
| --vu-inst-mflag  || 0, 1 || ? || --vu-inst-mflag=1
|-
| --vu-inst-cflag || 0, 1 || ? || --vu-inst-cflag=1
|-  
| --vtune-vu  || ? || ? ||
|-
| --vu-jit-disasm || 0, 1, 2 || ? || --vu-jit-disasm=1
|-
| --vu-range-merge || vu_inst_cnt || ? ||
|-
|}
 
=====VU1=====
<pre>VU1 is the GS’s alternate processing unit. Commands here typically improve performance, prevent crashes, and fix SPS; graphical glitches.</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#7698FF"
|| Speedhacks || ||
|-
|-
| --vu1-mpg-cycles  || 0 - 400000 || Set initial speed for VU1 Micro-programs. 100 is the default value. If VU1 requirements were a bottleneck, increasing it will result in better performance while decreasing it will result in the opposite. Increasing it can be beneficial for MTVU sensitive games.|| --vu1-mpg-cycles=1000
| --snapshot-save || frameId(?) ||   ||
|-
|-
| --vu1-di-bits || 0, 1 || 0 Skips setting invalid, and Divides by zero flags in status register. Can be used as a speedhack as it can skip costly calculations. But at the same time, it can cause issues such as broken geometry. || --vu1-di-bits=0
| --snapshot-mcd-files || || ||  
|-
|-
| --vu1-const-prop || 0, 1|| Enabled by default. 0 will disable it and cause performance issues.[https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] || --vu1-const-prop=1
| --snapshot-repeat || repeat_count ||   ||
|-
|-
| --vu1-opt-flags || 0, 1, 2 || Optimize flags upon recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --vu1-opt-flags=0
| --snapshot-modulo || || ||  
|-
| --vu1-opt-vf00 || 0, 1, 2 || Optimization for the vf00 register. || --vu1-opt-vf00=2
|-
| --vu1-jr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 uses newprog as default setting. Setting it into newprog has been proven to fix some crashes [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu1-jr-cache-policy=newprog
|-
|-
| --vu1-jalr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 uses newprog as default setting. Setting it into newprog has been proven to fix some crashes [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu1-jalr-cache-policy=newprog
| --ds4-deadzone-adjust || ||  ||  
|-
|-style="background-color:#D7EF54"
|| Game fixes / Graphical fixes || ||
|-
|-
| --vu1 || jit-sync ||  Selector between IR/JIT and it modes. Jit-sync works similarly to disabling MTVU. jit, trans, and jit-async are unimplemented functions that do not change anything. || --vu1=jit-sync
| --ds4-diagonal-adjust || ||  ||  
|-
|-
| --vu1-no-clamping ||  0,1 || Changes the clamping behavior of the VU1. Setting specific to ps4 emulators, unimplemented in pcsx2. The default emulator's behavior cannot be set by CLI commands. || --vu1-no-clamping=0
| --host-pad-loses-focus ||  || || --host-pad-loses-focus=1
|-  
|-  
| --vu1-clamp-range || vu1 memory offset start,end (0x0 - 0x7FF) || Values must not exceed 0x7FF ||
| --host-gamepads || || |--host-gamepads=1 Fixes urban reign detecting only 1 controller|  
|-
|-
| --vu1-accurate-addsub-range || vu1 memory offset start,end (0x0 - 0x7FF) ||  Allows the VU1 to accurately add/subtract in the specified ee memory range by using software floats rather than hardware floats.|| --vu1-accurate-addsub-range=0x0000,0x0600
| --host-keyboard || slot [0-7] ||   || --host-keyboard=4
|-
| --vu1-mul0fix-range || vu1 memory offset start,end (0x0 - 0x7FF) || Allows the VU1 to accurately multiply by 0 in the specified ee memory range by using software floats rather than hardware floats. || --vu1-mul0fix-range=0x123,0x123
|-
| --vu1-injection || 0, 1 || unknown || --vu1-injection=1
|-
|-
| --vu1-native-patch || 0, 1 || Use native patches from recompiler, not compatible with jak emus. Sony uses it for their official release of Primal|| --vu1-native-patch=1
| --host-audio || 1,0,on,off,mono ||   || --host-audio=1
|-
|-
|-style="background-color:#FEA15C"
| --host-audio-latency || msec/float || Audio latency must be between 0.010 and 4.0 || --host-audio-latency=1.5
| || Other || ||
|-
|-
| --vu1-inst-p ||0, 1 || instant P, no stalling on WAITP, or instances of P || --vu1-inst-p=1
| --host-window-scale || scale/float ||   || --host-window-scale=0.5
|-  
|-
| --vu1-use-rcp || 0, 1 || Use SSE/AVX RCP. Speedhack. Likely used only in EFU pipeline, due to rare use, its really not worth to enable it. Speed improvement will be marginally/unnoticeable. Disabled by default ||
| --host-window-pos || x,y ||   ||
|-
|-
| --vu1-use-rsqrt || 0, 1 || Use SSE/AVX rsqrt instead of doing sqrt and then div. Speedhack, rather safe to use on VU1. ||
| --host-display-mode || normal,full,4:3,16:9 || Set display mode || --host-display-mode=full
|-
| --vu1-clamp-operands || 0, 1 || Clamp operands before mathematical operation. || --vu1-clamp-operands=1
|-
| --vu1-clamp-results || 0, 1 || Clamp result after mathematical operation. || --vu1-clamp-results=1
|-  
| --vu1-inst-q || 0, 1 || instant Q, no stalling on WAITQ, or instances of Q.  || --vu1-inst-q=1
|-
| --assert-path1-ad || 0, 1 || Path 1 is how the GIF takes data from VU1 via XGKICK instruction. It's unknown what this command does but it's related to VU1, and helps prevent crashes in VU1 sensitive games when enabled. || --assert-path1-ad=1
|-  
|}
 
=====VU0=====
<pre>VU0 is the Emotion Engine’s alternate processing unit. It is sometimes referred to as "micro-mode"</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#7698FF"
|  || Speedhacks || ||
|-
|-
| --vu0-mpg-cycles || 0 - 400000  || Set initial cycle speed for VU0 Micro-programs. 100 is the default value. || --vu0-mpg-cycles=1000
| --host-osd || 0,off,minimal,verbose ||   || --host-osd=0
|-
|-
| --vu0-di-bits || 0, 1 || 0 to skip setting invalid, and Div by zero flags in status register. Can be used as speedhack as it skips costly calculations, but at the same time can cause issues like broken geometry, and weird physics behavior. Depending per game.|| --vu0-di-bits=0
| --host-vsync ||   ||   ||
|-
|-
| --vu0-const-prop || 0, 1 || Constant propagation, can Be used as speedhack for VU0 hungry games when set to 1 [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] || --vu0-const-prop=1
| --host-trophy-support ||   ||   ||
|-
| --vu0-opt-vf00  || 0, 1, 2 || Optimization for the vf00 register. || --vu0-opt-vf00=1
|-
| --vu0-opt-flags  || 0, 1, 2 || Optimize flags upon recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --vu0-opt-flags=1
|-
| --vu0-jr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu0-jr-cache-policy=sameprog
|-
|-
| --vu0-jalr-cache-policy || newprog, sameprog, auto, new, same || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu0-jalr-cache-policy=sameprog
| --rtc-epoch || unix_time (seconds since epoch) ||   || --rtc-epoch=1523776362
|-style="background-color:#D7EF54"
|  || Game fixes || ||
|-
|-
| --vu0-clamp-range || start, end offset (0x0 - 0x1FF) || per range clamping for VU0 || --vu0-clamp-range=0x100,0x120
| --framelimiter || || ||  
|-
| --vu0-no-clamping || 0,1 || Changes the clamping behavior of the VU0. Setting specific to ps4 emulators, unimplemented in pcsx2. The default emulator's behavior cannot be set by CLI commands. || --vu0-no-clamping=0
|-
| --vu0-accurate-addsub-range || offset (0x0 - 0x1FF) ||Allows the VU0 to accurately Add/Subtract in the specified ee memory range by using software floats rather than hardware floats.||  
|-
|-
| --vu0-mul0fix-range || vu0 memory offset start,end (0x0 - 0x1FF) || Allows the VU0 to accurately Multiply by 0 in the specified ee memory range by using software floats rather than hardware floats ||
| --framelimit-fps || FPS/float || framelimiter || --framelimit-fps=0.8
|-
|-
|-style="background-color:#FEA15C"
| --framelimit-scalar |scalar/float || scalar must be between 0.1 and 5.0 || --framelimit-scalar=3.2
|  || Other || ||
|-
|-
| --vu0-injection || 0, 1 || Unknown usage. || --vu0-injection=1
| --framelimit-mode || normal,fast,fastest,slow,slower,slowest ||   || --framelimit-mode=fast
|-
|-
| --vu0-inst-q  || 0, 1  || instant Q, no stalling on WAITQ, or instances of Q  || --vu0-inst-q=1
| --audio-stretching ||   ||   ||
|-
| --vu0-inst-p || 0, 1 || instant P, no stalling on WAITP, or instances of P|| --vu0-inst-p=1
|-
| --vu0-use-rcp  || 0, 1 || Use SSE/AVX RCP. Speedhack. Not sure why it is even available for VU0. Disabled by default || --vu0-use-rcp=1
|-
| --vu0-use-rsqrt || 0, 1 || Use SSE/AVX rsqrt instead of doing sqrt and then div. Speedhack, rather unsafe to use on VU0. || --vu0-use-rsqrt=1
|-
| --vu0-clamp-operands  || 0, 1 || Clamp operands before mathematical operation. || --vu0-clamp-operands=1
|-
| --vu0-clamp-results  || 0, 1 || Clamp result after mathematical operation. || --vu0-clamp-results=1
|-
|}
 
====DMA Channels====
=====VIF=====
<pre>The VIF decompresses vector data, uploads microprograms to the VUs, and sends graphical data to the GIF. Its commands
are often used to fix freezing.</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#D7EF54"
|| VIF || Game fixes ||
|-
|-
| --vif-ignore-invalid-cmd || 0, 1 || Ignore invalid vif commands. In some cases, setting it to 1 can fix games that freeze while showing the same frame. || --vif-ignore-invalid-cmd=1
| --ps2-lang || system  || sets language || --ps2-lang=system
|-
|-
| --vif-thread-chunk-size || 0, 1024 || Slows down both VIFS the lower it is, and speeds them up the higher it is. 1024 is the limit, with 112 being the default value.  || --vif-thread-chunk-size=100
| --pad-record ||   ||   ||
|-
|-
| --detect-idle-vif || 0, 1 || Enabled by default. Unknown function || --detect-idle-vif=0
| --max-disc-num || 1-5  || numbers of discs in package (maximum=5)  || --max-disc-num=1
|-style="background-color:#ff8080"
|  || VIF1 || Game fixes ||
|-
|-
| --vif1-ignore-cmd-ints || 0, 1 ||  Set to 1 to ignore command interrupt bit. ([https://psi-rockin.github.io/ps2tek/#vifcommands info] , explanation of int bit is right before command list). Can in some cases fix games that freeze while showing the same frame if set to 1. Games likes "Men in Black II - Alien Escape" and "Test Drive Unlimited" Will always need it. || --vif1-ignore-cmd-ints=1
| --ps2-title-id ||   || sets title-id for patches || --ps2-title-id=SLES-50366
|-
|-
| --vif1-instant-xfer || 1 = Instant VIF1<br>0 = Delayed VIF1 || Changes VIF1 timing. 0 slows its timing and is the compatible option for most games, while 1 speeds up its timing, and being more compatible with a small fraction of games. It can be used to fix graphical glitches or potentially prevent games from freezing. || --vif1-instant-xfer=0
| --cdvd-sector-read-cycles || || Kinetica use 40000, Psychonauts 4000, Red Dead Revolver 5000, Rise of Kasai 31000 || --cdvd-sector-read-cycles=40000
|}
 
=====SIF=====
<pre>The SIF is how the EE and IOP communicate with each other. SIF has some mailbox hardware registers that the CPUs can use to pass values to each other, which happens during SIF initialization. However, once both sides have booted, they use the SIF0 (IOP->EE) and SIF1 (EE->IOP) DMA channels to communicate. Despite common belief, these commands have no effect on performance, and are rarely ever useful.</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#99bbff"
|  ||  || SIF1 (IOP) ||
|-
|-
| --iop-sif1-cycle-scalar || Accelerate SIF cycles: (0.99 => 0.1)<br>Decelerate SIF cycles: (1.1 => ∞ )|| Controls the speed at which the IOP receives from the EE || --iop-sif1-cycle-scalar=0.1
| --injection-vu1 || 0,1 || Speed up fps ? || --injection-vu1=1 ||
|-
|-
| --ee-sif1-cycle-scalar ||Accelerate SIF cycles: (0.99 => 0.1)<br>Decelerate SIF cycles: (1.1 => ∞ )|| Controls the speed at which the EE sends to the IOP || --ee-sif1-cycle-scalar=0.1
| --boot-disc-id || 1-5  || sets boot disc for multi-disc pkg || --boot-disc-id=0
|-style="background-color:#99ddff"
|  ||  || SIF0 (EE) ||
|-
|-
| --iop-sif0-cycle-scalar || Accelerate SIF cycles: (0.99 => 0.1)<br>Decelerate SIF cycles: (1.1 => ∞ )|| Controls the speed at which the IOP sends to the EE || --iop-sif0-cycle-scalar=0.1
| --mute-audio ||all,none,main,bgm || || --mute-audio=all
|-
|-
| --ee-sif0-cycle-scalar || Accelerate SIF cycles: (0.99 => 0.1)<br>Decelerate SIF cycles: (1.1 => ∞ )|| Controls the speed at which the EE receives from the IOP || --ee-sif0-cycle-scalar=0.1
| --mute-streaming-audio || all,none,main,bgm || || --mute-streaming-audio=all
|-
|-
| --mtap1 || Disabled, Always, ByHost || Multitap Switch || --mtap1=always
|-
| --mtap2 || Disabled, Always, ByHost || Multitap Switch, some games require Multitap to be selected only on second port (1, 2-a, 2-b, 2-c layout). To achieve that we need to disable first mtap. || --mtap2=always
|}
|}


====[https://www.psdevwiki.com/ps2/Graphics_Synthesizer GS]====
=== XXXX-YYYYY_cli.conf commands ===
<pre>"GS" stands for Graphics Synthesizer. It's the PlayStation®2's co-processor that's responsible for rendering the graphics (but is also used by some games for additional calculations and other purposes)</pre>
 
Please note that commands listed here work also in config-emu-ps4.txt. Anyway official way to use them is by CLI file. CLI file way is also needed for multi-disc packages.
====EE/IOP====
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage  
! Command !! Values !! Notes !! Usage  
|-style="background-color:#7698FF"
|  || Speedhacks || ||
|-
|-
| --gs-optimize-30fps || 0, 1 || Speedhack for GS hungry games. || --gs-optimize-30fps=1
| --ee-mem-check-eob || || EE Memory check end of block ||
|-  
|-
| --gs-adaptive-frameskip || 0, 1 || Speedhack. Skips frames when the gs demands more resources than there are available. doesn't work on all emulators.  It does however, work on jak emulators || --gs-adaptive-frameskip=1
| --ee-cache-breaks-block || || ||
|-
| --ee-validate-kernel || || ||  
|-
|-
| --gs-h2l-list-opt || 0, 1 || Setting it to 1 improves GS performance||--gs-h2l-list-opt=1
| --ee-block-validation || PageProt, PageProtection, Hash, Full || Way of validating that block been modified, and require recompilation. [[https://github.com/PCSX2/pcsx2/blob/4db6b287cda817345f7ed4268a8a68f9fda76f26/pcsx2/Memory.cpp#L869| Some info about PageProt way]] || --ee-block-validation=None
|-
|-
|-style="background-color:#cbddfb"
| --ee-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --ee-block-validation=Hash ||  
| || GS features || ||
|-
|-
| --gs-use-mipmap || 0, 1 || Enables mipmapping support. Can be used to fix graphics. || --gs-use-mipmap=1
| --ee-const-folding || None,Gpr,Fpu,All || EE constant folding [https://en.wikipedia.org/wiki/Constant_folding More info] || --ee-const-folding=none
|-
| --gs-use-deferred-l2h || 0, 1 || Delay option for L2H (local to host, GS to EE). || --gs-use-deferred-l2h=1
|-
|-
| --gs-use-clut-merge || 0, 1 ||Color lookup table(?). It could possibly solve graphical issues or improve the quality of the colors. || --gs-use-clut-merge=1
| --ee-load-rewrites || || ||  
|-
| --gs-flush-ad-xyz || always, safe, safeZwrite, off, 0 || Force a primitive flush when a framebuffer is also an input texture. This fixes some processing effects, but it can sometimes be heavy on the GS in terms of performance. GTA: SA, and Jak 3 use this command. || --gs-flush-ad-xyz=safe
|-
|-
|-style="background-color:#D7EF54"
| --ee-store-rewrites || || ||  
|| Gs settings / Behaviour || ||
|-
|-
| --gs-uprender || none,2x2 || Internal resolution upscaler. || --gs-uprender=2x2
| --ee-live32 || || ||  
|-
| --gs-upscale || none, gpu, edgesmooth, smooth, motion, motionvec, motionvector, point || Upscaling type Selector || --gs-upscale=EdgeSmooth
|-
| --gs-kernel-cl-up || "DarkCloud2" "fantavision" "h2lpool2x2", "OptRightTri", "clutmerge2x2", "mipmap2x2", "up2x2simple", "up2x2skipinterp", "up2x2tc", "up2x2", default || Kernel Variant Color lookup Upscaler (?), mipmap and clutmerge and h2l need to be enabled before their options become usable|| --gs-kernel-cl-up="clutmerge2x2"
|-
| --gs-override-small-tri-area || 0, 1 || Small triangle rejection. Could potentially restore missing text in some games. || --gs-override-small-tri-area=1
|-
| --gs-dirty-page-policy || 0, 1 || || --gs-dirty-page-policy=1
|-
| --gs-ignore-dirty-page-border || 0, 1 || ? ||--gs-ignore-dirty-page-border=1
|-
| --gs-ignore-rect-correction || 0, 1 || Setting it to 1 is known to fix graphical glitches occurring in far distances || --gs-ignore-rect-correction=1
|-
|-
| --gs-opt-frbuff-switch || 0, 1 || || --gs-opt-frbuff-switch=0
| --ee-inline-limit-full || insn_count/integer || ||
|-
|-
| --gs-kernel-cl || h2lpool, clutmerge, mipmap, DarkCloud2, fantavision, Mipmap and clutmerge and h2l need to be enabled before their options become usable ||Kernel Variant Color lookup(?). Options included here can be upscaling if --gs-kernel-cl-up were to be used along with it || --gs-kernel-cl="clutmerge"
| --ee-inline-limit-partial || || ||
|-
| --force-frame-blend || 0, 1 || Enables blend (Deinterlacing?). Should be used to fix games with shaking screens. || --force-frame-blend=1
|-
|-
| --force-pal-60hz || 0, 1 || Enables 60hz PAL mode. || --force-pal-60hz=1
| --ee-jit-pagefault-threshold || fault_count/integer || ||  
|-
|-
| --gs-progressive || 0, 1 || Enables progressive scan. It's used to fix graphical glitches/double screen issues.  ||
|| --ee-jit-opt-debug || || ||
|-  
| --gs-vert-precision || 8, 16 || 3D rendering vertex precision. The emu expects the values of 8 or 16, any other values are not permitted. || --gs-vert-precision=8
|-
|-
| --gs-force-bilinear || 0, 1 || Forces bilinear filtering, can fix ghosting problems in some cases. Not recommended for games that use 2D images, as it could possibly break games that rely on nearest filtering.|| --gs-force-bilinear=1
| --ee-pc-coherency || || ||  
|-
|-
| --gs-skip-dirty-flush-on-mipmap || 0, 1 || Skip flushing textures marked as dirty from cache when enabled. It does, however, require mipmap to be enabled first. || --gs-skip-dirty-flush-on-mipmap=1
| --ee-inst-marking || || ||  
|-
| --gs-packed15-fmv-opt || 0, 1 || || --gs-packed15-fmv-opt=1
|-
| --gs-fieldswap-delay || 0, 254 || Wait longer than usual to change field. Reduces sharpness. (Trilinear filtering??) ||
|
| --gs-uv-shift-pointsampling || 0, 1 || Can be used on games like manhunt that have issues with [https://github.com/PCSX2/pcsx2/issues/257#issuecomment-1140338680 UV light rendering] || --gs-uv-shift-pointsampling=1
|-
|-
| --gs-render-tile-threshold || 0, 3000000 |||| --gs-render-tile-threshold=300000
| --ee-insn-marking || || ||  
|-
|-
| --threaded-gs || 0, 1 || Multi-threaded-gs ? || --threaded-gs=1
| --ee-kernel-hle || || High-level emulation kernel  ||  
|-
|-
| --gs-aspect-ratio || aspect/float (default=0.81) || || --gs-aspect-ratio=0.65
| --ee-injection-kernel || 0,1 || ||
|-
|-
| --gs-frontend-opt-mode || 0, 1, 2 || ? || --gs-frontend-opt-mode=1
| --ee-injection-title || 0,1 || ||
|-
| --gs-motion-factor || 25, 50 ||  || --gs-motion-factor=25
|-
|-
| --gs-scanout-delay || 0, 200 || || --gs-scanout-delay=200
| --ee-regalloc-scalar || 0,none,ReadOnly,WriteOnly,RW || register allocation setting ||  
|-
|-
| --gs-check-trans-rejection || 0, 1  || Check transfer rejection ? || --gs-check-trans-rejection=1
| --ee-regalloc-simd || || register allocation setting ||  
|-
| --gs-check-trans-rejection68 || 0, 1 || || --gs-check-trans-rejection68=1
|-
|-
| --l2h-2d-params || TRXREG,BITBLTBUF,height || || --l2h-2d-params=0x0000000800000001,0x000000003a0a2300,512,2
| --ee-regalloc-preserve-scalar || LoadOnly, StoreOnly, SO, LoadStore,  LS || EE JIT Scalar/Int Regalloc Mode || --ee-regalloc-preserve-scalar=LoadStore
|-
|-
| --gs-h2l-accurate-hash || 0, 1 || ||--gs-h2l-accurate-hash=1
| --ee-regalloc-preserve-simd || ReadOnly, RO, WO, WriteOnly ,RW || EE JIT SIMD/XMM Regalloc Mode || --ee-regalloc-preserve-simd=RW
|-
|-
|-style="background-color:#9042f5"
| --ee-static-block-links || options Type,Type,... [Branch,Branches,JAL,COP2,All] || || --ee-static-block-links=JAL,COP2
| || Aspect ratio || ||
|-
|-
| --gs-scanout-offsetx || relative offset/ignored || A zoom in setting in the x direction || --gs-scanout-offsetx=27
| --ee-insn-flush-pc || || ||
|-  
| --ee-insn-callmark || || ||
|-  
|-  
| --gs-scanout-offsety || relative offset/ignored || A zoom in setting in the y direction || --gs-scanout-offsety=27
| --ee-peephole || || ||
|-
|-
| --safe-area-min || area/float (range 0.9 to 1.0) any other values outside of that range will be rejected by the emulator || An overscan setting|| --safe-area-min=0.9
| --ee-ignore-break || || ignore break instruction (we should never land here) ||  
|-
|-
|-style="background-color:#FEA15C"
| --ee-hook || AdvanceClock, FastForwardClock, MfifoDrain || Non-conditional EE hook (This is not speedhack!), advancing/ff'ing clock can be useful for getting better sync CFC2/CTC2 || --ee-hook=0x0025b3b0,FastForwardClock
| || Other || ||
|-
|-
| --framelimit-mode || slowest,slower,slow,normal,fast,fastest,turbo ||Standalone Framelimiter|| --framelimit-mode=fast
| --ee-jit-disasm || 0,1=mips,2=x86 || Emotion Engine Just in Time disassembler mode (seems to be debug log option) ||
|-  
|-
| --gs-hdr-support || 0, 1? || ? ||  
| --ee-jit-pagefault-threshold || || This Command Fixes MANY games that refuse to boot or are Stuck on the first splash screen. || --ee-jit-pagefault-threshold=30
|}
|-
 
| --ee-context-switch-cycles || || || --ee-context-switch-cycles=1440
====IOP====
|-
<pre>The emulated I/O Processor (IOP) settings. Commands here are rarely useful, as very few games will require them. The IOP controls the emulated DEV9, SPU2, USB, Memory cards, CDVD, Firewire, along with other input/output devices</pre>
| --ee-evt-check-full || || ||  
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
|-style="background-color:#D7EF54"
|| Game fixes || ||
|-
|-
| --iop-cycle-scalar ||<br>Accelerate IOP cycles: (0.99 => 0.1) <br>Decelerate IOP cycles: (1.1 => 5.0)|| '''Not a Speedhack'''. Accelerating can improve DVD reading speed|| --iop-cycle-scalar=1.0
| --ee-break-as-nop || 0,1 || use nop when hit brak instruction (this seems to be rarely useful as break usually mean eof) || --ee-break-as-nop=1
|-
|-
| --iop-const-folding || None,Gpr,All || IOP constant folding [https://en.wikipedia.org/wiki/Constant_folding More info] || --iop-const-folding=All
| --ee-cycle-scalar || Multiplier/float between 0.0 And 10.0 (some emus seems to support only 0.1 up to 5.0) || Multiplier for emulated EE cycles, frequently used by scene to fix FPS issues. According to previous notes, safest value is 1.5 if you're looking for speedup with no intention of breaking fmvs. || --ee-cycle-scalar=1.0
|-|-
| --ee-sif0-cycle-scalar || multiplier/float || Subsystem interface cycle scalar || --ee-sif0-cycle-scalar=2.0
|-
|-
| --iop-tight-slice-count || 0, 2000 || Seems to slow down the iop the higher the value, Can be used in games such as the godfather or gran turismo 4 to solve stuttering fmvs due to very fast iop cycles|| --iop-tight-slice-count=12
| --ee-sif1-cycle-scalar || multiplier/float || Subsystem interface cycle scalar || --ee-sif1-cycle-scalar=0.1
|-
|-
| --iop-hook || AdvanceClock, FastForwardClock || IOP native hook, Sony uses it on their official release of Red dead revolver || --iop-hook=0x0086ac,FastForwardClock
| --iop-sif0-cycle-scalar || multiplier/float || Subsystem interface cycle scalar || --iop-sif0-cycle-scalar=1.5
|-
|-
| --iop-block-validation || IsC, ShortHash, Hash || Way of validating that block been modified, and require recompilation. Other Possible values include PageProt, None, PageProtection || --iop-block-validation=IsC
| --iop-sif1-cycle-scalar || multiplier/float || Subsystem interface cycle scalar || --iop-sif1-cycle-scalar=1.8
|-
|-
|-style="background-color:#FEA15C"
| --iop-block-validation || IsC, ShortHash || || --iop-block-validation=IsC
| || Other || ||
|-
|-
| --iop-validate-kernel || 0, 1 || ||  
| --iop-validate-kernel || || ||  
|-
|-
| --iop-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --iop-block-validation=ShortHash ||  
| --iop-shorthash-len || inst_count/integer || Length of shorthash in instruction/opcode count. Require --iop-block-validation=ShortHash ||  
|-
|-
| --iop-pc-coherency || 0, 1||   ||  
| --iop-const-folding || None,Gpr,All || IOP constant folding [https://en.wikipedia.org/wiki/Constant_folding More info] || --iop-const-folding=All
|-
|-
| --iop-inst-marking || 0, 1? || ||  
| --iop-pc-coherency || || ||  
|-
|-
| --detect-idle-iop || 0, 1 || Enabled by default. || --detect-idle-iop=0
| --iop-inst-marking || || ||  
|-
|-
| --iop-jit-disasm || || ||  
| --iop-jit-disasm || || ||  
|-
|-
| --iop-evt-check-full || 0, 1 ?|| ||  
| --iop-evt-check-full || || ||
|-
| --iop-cycle-scalar || || || --iop-cycle-scalar=0.80
|-
| --iop-tight-slice-count || || || --iop-tight-slice-count=12
|-
| --iop-hook || AdvanceClock, FastForwardClock || iop native hook || --iop-hook=0x0086ac,FastForwardClock
|-
|-
|}
|}


====Misc====
====FPU====
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Values !! Notes !! Usage
! Command !! Values !! Notes !! Usage  
|-
|-
| --idec-cycles-per-qwc || int/multiplier || Multiply how many cycles IDEC command take per whole currently worked on QWC. || --idec-cycles-per-qwc=768
| --fpu-to-double || || Converts floats to double ||
|-  
| --fpu-no-clamping || 0, 1 || No clamping for fpu || --fpu-no-clamping=0 (this option when enabled (set to 1), for some unknown reason seems to behave similar to pcsx2 FPU FULL clamping mode)
|-
|-
| --mfifo-manual-drain || 0.1/5.0 || A command for changing the functionality of --ee-hook=0x0,Mfifodrain ||--mfifo-manual-drain=0.30
| --fpu-no-clamp-range || start,end offset (0x0 - 0x1FFFFFF) || No clamping for fpu in selected memory range || --fpu-no-clamp-range=0x1acce0,0x2acce0
|-
|-
| --mfifo-chunk-drain-cycles || 1/400000 || A command for changing the functionality of --ee-hook=0x0,Mfifodrain ||--mfifo-chunk-drain-cycles=210000
| --fpu-clamp-operands || 0, 1 || fpu clamp on operand stage (combined with --fpu-clamp-results = ee/fpu clamping: extra in pcsx2) || --fpu-clamp-operands=1
|-
| --fpu-clamp-results || 0, 1 || fpu clamp for results of operations (ee/fpu clamping: normal in pcsx2) || --fpu-clamp-results=1
|-
| --fpu-custom-min-max || 0, 1 || Custom Max/Mini logic for denormals || --fpu-custom-min-max=0
|-
| --fpu-custom-fused-madd || 0, 1 || Custom FMA (fused multiply-add) || --fpu-custom-fused-madd=0
|-
| --fpu-accurate-range || start,end offset (0x0 - 0x1FFFFFF) || || --fpu-accurate-range=0x1acce0,0x2acce0
|-
| --fpu-accurate-muldiv  || offset (0x0 - 0x1FFFFFF) || || --fpu-accurate-muldiv=0x123456
|-
| --fpu-accurate-muldiv-range || start,end offset (0x0 - 0x1FFFFFF) || || --fpu-accurate-muldiv-range=0x1acce0,0x2acce0
|-  
| --fpu-accurate-mul-fast || 1 || || --fpu-accurate-mul-fast=1
|-
| --fpu-accurate-addsub || offset (0x0 - 0x1FFFFFF) || || --fpu-accurate-addsub=0x234567
|-
| --fpu-accurate-addsub-range || start,end offset (0x0 - 0x1FFFFFF) || || --fpu-accurate-addsub-range=0x1acce0,0x2acce0
|-
|-
| --pcr0-delta-hack || 0.1 , 400000.0 || Modify delta of pcr0 when reading it from MFC0. Some games rely on good performance counters accuracy (Spyro ANB cutscenes), and since emulator don't implement most events, hack it is. || --pcr0-delta-hack=1.0
| --fpu-rsqrt-fast-estimate || 0,1 || less accurate rsqrt (possible speed improvement, but can degrade accuracy) || --fpu-rsqrt-fast-estimate=1
|-
|-
| --jitproc-use-aslr || || Disables compiler process ASLR, useful for easier debugging, as the compiler process will be always on fixed address. Theoretically useful for mast1c0re, but to change it you need to be already in... || --jitproc-use-aslr=0
| --fpu-no-clamp-range || 0x0 to 0x1ffffff || EE memory range where clamping not gonna be used when use clamping global function || --fpu-no-clamp-range=0x123456, 0x212345
|-
| --detect-idle-intc ||0, 1|| Enabled by default, 0 disables it || --detect-idle-intc=0
|-
| --detect-idle-chcr|| 0, 1||  Enabled by default, 0 disables it  || --detect-idle-chcr=0
|-
| --rom || location of the bios that's inside of the fpkg || Could allow to use custom bios, though still not working || --rom="PS20220WD20050620.crack" or --rom="/roms/PS20220WD20050620.crack"
|-
| --cop2 || jit, trans || ? ||
|-
| --vu0 || jit, trans || ? ||
|-
| --r30 || jit, trans || ? ||
|-
|-
|}
|}


====PCSX2's gameindex====
====VU/COP2====
<pre>PCSX2's commands on the PS4</pre>
 
<br>[https://raw.githubusercontent.com/PCSX2/pcsx2/master/bin/resources/GameIndex.yaml Current Gameindex.yaml]
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! {{cellcolors|#00d6f2|#000000}}PCSX2 !! {{cellcolors|#c300ff|#000000}}PS4 !! Notes
! Command !! Values !! Notes !! Usage
|-
|-
| XGKickHack ||--vu-xgkick-delay=0 || Limit is between
| --vu-to-double || || Converts floats to double ||
(0 => 31)
|-
|-
| VuAddSubHack ||--vu-hack-triace=1 || Required for every single game developed by TriAce
| --vu-branch-hazard || || ||
|-
| --vu-evil-branches || || Take in count branch in delay slot, or not. [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L306 More Info]||
|-
| --vu-d-bit  || 0/1 || ignore D-bit (note: D bit shouldn't ever be used in retail games. PCSX2 ignore it at default.) ||  --vu-d-bit=0
|-
| --vu-t-bit  || 0/1 || ignore T-bit (note: T bit is replacement of D bit for retail games, correct behavior of VU is to take it in count) ||  --vu-t-bit=0
|-
| --vu-inst-mflag  || || Instant mac flag, or instances of mac flag? ||
|-
| --vu-inst-cflag || || Instant clipping flag, or instances of clipping flag? ||
|-
| --vu-custom-min-max  || 0, 1 || Custom Max/Mini logic for denormals, pcsx2 use 0 at default || --vu-custom-min-max=0
|-
| --vu-custom-fused-madd  || 0, 1 || Custom FMA (fused multiply-add) || --vu-custom-fused-madd=1
|-
| --vu-opt-jr-caching  || || Optimize Jump Register caching. (vi15). Is not clear how optimization is done. ||
|-
| --vu-opt-sf-check  || || Optimize Status or Sticky Flag check(?) ||
|-
| --vu-hack-triace  || 0,1 || Special hack for Tri Ace games, correct VU addi calculation. Without it result is one bit off, which is enough to break game decryption algo. || --vu-hack-triace=1
|-
| --vu-xgkick-delay  || vu_cycles/integer || Delay xgkick instruction execute, pcsx2 use 6 cycles, emu in ps3 use 2-8 cycles depend on game || --vu-xgkick-delay=8
|-
|-
| vuClampMode: 2 ||--vu1-no-clamping=0<br>--vu0-no-clamping=0  ||
| --vu-range-merge || vu_inst_cnt || ||
|-
| --vu0-opt-flags  || [0,1,2] - 1=safe, 2=unsafe || Optimize flags when do VU recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --vu0-opt-flags=1
|-
| --vu0-opt-vf00  || [0,1,2] - 1=safe, 2=unsafe || optimization for vf00? Not really sure here as vf00 is a special register where x,y,z are hard coded to 0.0 and w is hard-coded to 1.0. Not sure what to optimize here.  ||
|-
| --vu0-opt-subroutine  || || ||
|-
| --vu0-const-prop || || Constant propagation [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] ||
|-
| --vu0-no-clamping || 0, 1 || No clamping for vu0 (default 1) || --vu0-no-clamping=0
|-
| --vu0-clamp-operands || 0, 1 || vu0 clamp on operand stage || --vu0-clamp-operands=1
|-
| --vu0-clamp-results  || 0, 1 || vu0 clamp for results of operations || --vu0-clamp-results=1
|-
| --vu0-inst-q  ||  || instant Q, not stall on WAITQ, or instances of Q(?)  ||
|-
| --vu0-inst-p || || instant P, not stall on WAITP, or instances of P(?)||
|-
| --vu0-use-rcp  || || use sse rcp ||
|-
| --vu0-use-rsqrt || || use sse rsqrt ||
|-
| --vu0-di-bits || 0,1 || 0 to skip setting Invalid, and Div by zero flags in status register. Can be potentially used as speedhack as it skip costly calculations, but at the same time can cause issues like broken geometry, and weird physics behavior. Depending per game, setting it to 0 Can fix Crash Tag team racing and Scarface slowdowns || --vu0-di-bits=0
|-
|-
| vuClampMode: 3  || --vu1-no-clamping=1<br>--vu0-no-clamping=1 ||
| --vu0-clamp-range || start, end offset || per range clamping for VU0 || --vu0-clamp-range=0x100,0x120
|-
| --vu0-jr-cache-policy || newprog,sameprog,auto || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu0-jr-cache-policy=sameprog
|-
|-
| vu0ClampMode: 2 || --vu0-no-clamping=0 ||
| --vu0-jalr-cache-policy || newprog,sameprog,auto || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu0-jalr-cache-policy=sameprog
|-
|-
| vu0ClampMode: 3 || --vu0-no-clamping=1 ||
| --vu0-mul0fix-range || vu0 memory offset start,end (0x0 - 0xFFF) || Fix for games that multiply by zero ||
|-
|-
| vu1ClampMode: 2 || --vu1-no-clamping=0 ||  
| --vu0-accurate-addsub-range || || ||
|-
|-
| vu1ClampMode: 3 || --vu1-no-clamping=1 ||
| --vu0-aot-start-addr || start address || Seems to be PS3 command 0x12 replacement ahead of time compilation with CRC then to start, and CRC when to finish||
|-
|-
| eeClampMode: 2 || --fpu-no-clamping=0<br>--cop2-no-clamping=0 ||
| --vu0-aot-outmode || out/overwrite, append || ||
|-
|-
| eeClampMode: 3  || --fpu-no-clamping=1<br>--cop2-no-clamping=1 ||
| --vu0-aot-end-addr || end address for ahead of time compilation || ||  
|-
|-
| FpuNegDivHack<br>FpuMulHack || --fpu-accurate-muldiv=1 ||  
| --vu0-aot-start-crc || verify crc for aot start block (registers) || ||
|-
|-
| cpuCLUTRender: 1 || --gs-uv-shift-pointsampling=1 ||
| --vu0-aot-end-crc || verify crc for aot end block (registers) || ||
|-
|-
| MTVUSpeedHack: 0 || --vu1=jit-sync || Some games will also require --vu1-mpg-cycles= to be between "6000 - 19000"
| --vu1 || jit-sync, jit, jit-async, trans || Selector between IR/JIT and it modes. Jit-sync behaves similar to turning of MTVU in pcsx2. || --vu1=jit-sync
|-
|-
| mergeSprite<br>alignSprite || --gs-kernel-cl-up="up2x2simple" || Note: works similarly but not the equivalent
| --vu1-mul0fix-range || vu1 memory offset start,end (0x0 - 0x3FFF) || Fix for games that multiply by zero || --vu1-mul0fix-range=0x1230,0x1238
|-
|-
| cpuSpriteRenderBW: 4 || --gs-opt-frbuff-switch=1 || Note: works similarly but not the equivalent
| --vu1-opt-flags || [0,1,2] - 1=safe, 2=unsafe || Optimize flags instances when do VU recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --vu1-opt-flags=0
|-
|-  
| mipmap || --gs-use-mipmap=1 ||
| --vu1-opt-vf00 || || optimization for vf00? Not really sure here as vf00 is a special register where x,y,z are hard coded to 0.0 and w is hard-coded to 1.0. Not sure what to optimize here. ||
|-
|-
| autoFlush || --gs-flush-ad-xyz=safe || Possible values include always, safe, off, 0
| --vu1-opt-subroutine || || ||
|-
| --vu1-const-prop || || Constant propagation [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] || --vu1-const-prop=1
|-
| --vu1-no-clamping || 0, 1 || No clamping for vu1 (default 1) || --vu1-no-clamping=0
|-  
| --vu1-clamp-operands || 0, 1 || vu1 clamp on operand stage || --vu1-clamp-operands=1
|-
| --vu1-clamp-results || 0, 1 || vu1 clamp for results of operations || --vu1-clamp-results=1
|-  
| --vu1-inst-q || || instant Q, not stall on WAITQ, or instances of Q(?) ||
|-  
| --vu1-inst-p || || instant P, not stall on WAITP, or instances of P(?) ||
|-
| --vu1-jr-cache-policy || newprog,sameprog,auto || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu1-jr-cache-policy=sameprog
|-
|-
| VIF1StallHack || --vif1-instant-xfer=0 || If that doesn't work, the lua command eeObj.SchedulerDelayEvent("vif1.dma", 0x9000) might assist.
| --vu1-jalr-cache-policy || newprog,sameprog,auto || PCSX2 use newprog as default setting [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L319 Info] || --vu1-jalr-cache-policy=sameprog
|-
| --vu1-use-rcp || || use sse rcp ||
|-
| --vu1-use-rsqrt || || use sse rsqrt ||
|-
| --vu1-di-bits || 0,1 || 0 to skip setting Invalid, and Div by zero flags in status register. Can be potentially used as speedhack as it skip costly calculations, but at the same time can cause issues like broken geometry. Depending per game. || vu1-di-bits=0
|-
| --vu1-injection || 0, 1 or enable/disable depend on emu revision || || --vu1-injection=1
|-
|-
| wildArmsHack || --gs-kernel-cl-up="DarkCloud2" ||
| --vu1-native-patch || 0,1 || use native patches from recompiler || --vu1-native-patch=1
|-
| --vtune-vu  || || ||
|-  
| --vu-jit-disasm  || 0, 1, 2 || seems to be debug print only option. || 0,1=mips,2=x86
|-
| --vu1-mpg-cycles  || cycles_per_Microprogram || set initial cycles for vu1 microprograms || --vu1-mpg-cycles=1000
|-
|-
| deinterlace || --force-frame-blend=1 ||
| --cop2-opt-flags || [0,1,2] - 1=safe, 2=unsafe || Optimize flags when do VU recompilation (1 is safe, 2 update sticky, and mac flag on every status flag update) [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L280 More Info] || --cop2-opt-flags=1
|-
| --cop2-opt-vf00 || || optimization for vf00? Not really sure here as vf00 is a special register where x,y,z are hard coded to 0.0 and w is hard-coded to 1.0. Not sure what to optimize here. ||
|-
| --cop2-const-prop || || Constant propagation [https://github.com/PCSX2/pcsx2/blob/58f5a5b915915293b90e7e8f34c33f9c0424d1e8/pcsx2/x86/microVU_Misc.h#L312 More info] ||
|-
| --cop2-no-clamping || || No clamping for COP2 (default 1) || --cop2-no-clamping=0
|-
| --cop2-no-clamp-range || start,end offset (0x0 - 0x1FFFFFF) || No clamping for COP2 in selected range || --cop2-no-clamp-range=0x123456,0x134567
|-
| --cop2-clamp-operands || 0,1 || clamp on operand stage || --cop2-clamp-operands=1
|-
| --cop2-clamp-results || 0,1 || clamp for results of operations || --cop2-clamp-results=1
|-
| --cop2-regalloc || || PCSX2 seems to have this enabled by default. ||
|-
| --cop2-inst-q || || instant Q, not stall on VWAITQ, , or instances of Q(?) ||
|-
| --cop2-inst-p || || ? ||
|-
| --cop2-use-rcp || || use sse rcp ||
|-
| --cop2-use-rsqrt || 0,1 || use sse rsqrt || --cop2-use-rsqrt=0
|-
| --cop2-di-bits || 0,1 || 0 to skip setting Invalid, and Div by Zero flags in status register. Can be potentially used as speedhack as it skip costly calculations, but at the same time can cause issues like broken geometry, and weird physics behavior. Depending per game. || --cop2-di-bits=1
|-
| --cop2-accurate-range || start,end offset (0x0 - 0x1FFFFFF) || || --cop2-accurate-range=0x123456,0x134567
|-
| --cop2-accurate-mul || offset (0x0 - 0x1FFFFFF) || || --cop2-accurate-mul=0x123456
|-
| --cop2-accurate-mul-range || start,end offset (0x0 - 0x1FFFFFF) || || --cop2-accurate-mul-range=0x123456,0x134567
|-
| --cop2-accurate-addsub || start,end offset (0x0 - 0x1FFFFFF) || || --cop2-accurate-addsub=0x123456
|-
| --cop2-accurate-addsub-range || start,end offset (0x0 - 0x1FFFFFF) || || --cop2-accurate-addsub-range=0x123456,0x134567
|}
|}


=== Emulators ===
====GS/VIF====
Every emulator is programmed differently. Sometimes choosing the right emulator is the only way to fix a game. Emulators are not provided pre-installed on the ps4, they have to be unpacked from an official Sony made PS2CLASSICS pkg. This list includes the typical usage of those emulators.
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Emulator name !! Typical usage - Info !! API Version !! Similar emulators
! Command !! Values !! Notes !! Usage
|-style="background-color:#D7EF54"
|  || 2018 || ||
|-
|-
| The King of Fighters '98: Ultimate Match || The only known emulator where '''Mojin-ribbon''' is playable. Commonly known as "KOF98"|| 2.0 ||
| --vif-ignore-invalid-cmd || 0,1 || Ignore invalid vif commands || --vif-ignore-invalid-cmd=1
|-
|-
|-style="background-color:#D7EF54"
| --vif1-ignore-cmd-ints || 0,1 || || --vif1-ignore-cmd-ints=1
| || 2017 || ||
|-
|-
| Jak and Daxter: The Precursor Legacy || Good compatibility with most ps2 games. It has a very high api version which means more LUA commands are supported. In addition, Jak emus are one of the few emus that can use the '''--gs-adaptive-frameskip=1''' command. It is often referred to as "Jak v2"|| 2.2 || '''JakX,''' '''Jak 2,''' '''Jak 3,'''
| --vif1-instant-xfer || 0,1 || "Instant VIF transfer" Default 1. Correct behavior is 0, but we don't know how accurate VIF timing is in that emu. || --vif1-instant-xfer=0
|-
|-
| Art of Fighting Anthology || Similar to RECVX. It was successful in fixing "'''Coraline'''." Sometimes called "AOFA" || 2.0 ||
| --vif-thread-chunk-size || int/kilowords || ||
|-
|-
| Resident Evil – Code: Veronica || Fixes games like '''Jackie chan Adventures, SpongeBob SquarePants: Creature From the Krust Krab, Pac-man World 3, Yu-Gi-Oh: Capsule monsters, SpongeBob's Atlantis SquarePantis''' freezing at a black/splash screen. Additionally, it fixes many games requiring '''OPL's mode 2'''. Often referred to as "RECVX" || 1.7 || '''Fatal Fury,''' '''Redfaction,''' '''AOFA.'''
| --force-frame-blend || 0, 1 || || --force-frame-blend=1
|-
|-
| Fatal Fury Battle Archives: Volume 2 || The emulator with the closest VU0-EE sync on the PS4; setting eecyclescalar to 5 on this emulator will enable some VU0 sync demanding games to run on the PS4. || ||  
| --framelimit-mode || --framelimit-mode || normal,fast,fastest,slow,slower,slowest || --framelimit-mode=slowest
|-style="background-color:#D7EF54"
|  || 2016 || ||
|-
|-
| Redfaction || It is prominently used to fix games that are VU1 sensitive. It was used to fix '''Tony Hawk games''' suddenly crashing, and to fix MTVU sensitive games such as '''Star Wars Battlefront II'''.|| 1.6 || '''Max payne'''
| --gs-scanout-delay || hsync_count/integer || ||
|-
| --gs-fieldswap-delay || || Wait longer than usual to change field ||
|-
| --gs-use-deferred-l2h || || Some delay option for L2H (local to host, GS to EE)|| -gs-use-deferred-l2h=1  
|-
| --l2h-2d-params || TRXREG,BITBLTBUF,height || || --l2h-2d-params=0x0000000800000001,0x000000003a0a2300,512,2
|-
|-
| Forbidden Siren || The only emulator that was able fix '''Ice age 2''' being stuck at splash screen by using it in conjunction with patches. It also fixed '''Gran turismo 4''' running EXTREMELY slow. || 0.1 ||
| --gs-adaptive-frameskip || 0,1 ||  ||
|-
| --gs-uprender || none,2x2 || Rendering upscaler (use higher internal resolution) || --gs-uprender=2x2
|-
| --gs-upscale || none, gpu, edgesmooth, motionvec, point, || after recompilation upscaler? || --gs-upscale=EdgeSmooth
|-
| --gs-aspect-ratio || aspect/float (default=0.81) || || --gs-aspect-ratio=0.65
|-
| --gs-progressive || || Force progressive scan?  ||
|-
| --gs-force-bilinear || 0,1 || force bilinear filtering || --gs-force-bilinear=1
|-
|-
| King of Fighters 2000 || Seemingly the emulator with closest VU0-EE sync on the PS4. Fixes graphical issues and sps in games such as '''Crash Twinsanity''', '''Rayman 3''', '''Crazy Frog Racer''', and '''prevents Koei tecmo games from suddenly freezing when battle starts. Likely the only emulator where '''Batman Begins''' does not crash.''' Often referred to as "KOF2000"|| 1.2 || '''Roguev1''', '''KOF98''', '''Okage'''
| --gs-frontend-opt-mode || (0-2?) || || --gs-frontend-opt-mode=1
|-
| --gs-use-mipmap || 0,1 || Required for CL kernels using mipmaping || --gs-use-mipmap=1
|-
| --gs-use-clut-merge || 0.1 || Required for CL kernels using merging CLUT || --gs-use-clut-merge=1
|-
| --gs-kernel-cl || h2lpool, clutmerge, mipmap, DarkCloud2, fantavision || Kernel Variant || --gs-kernel-cl="clutmerge"
|-
| --gs-kernel-cl-up || h2lpool2x2, OptRightTri, clutmerge2x2, mipmap2x2, up2x2simple, up2x2skipinterp || Kernel Variant Upscaler || --gs-kernel-cl-up="clutmerge2x2"
|-
| --gs-optimize-30fps || || || --gs-optimize-30fps=1
|-
| --gs-motion-factor || motion factor || [value 25 is used on NTSC-U game in official PKG, so unknown what it is] || --gs-motion-factor=25
|-
|-
| Destroy All Humans! || Fixed '''Tenchu: Fatal Shadows''' crashing. || 0.1 ||  
| --gs-override-small-tri-area || || ||  
|-
|-
| Destroy All Humans! 2 ||  || 0.7 ||  
| --gs-check-trans-rejection68 || 0,1? || || --gs-check-trans-rejection68=1
|-
| --gs-check-trans-rejection || || ||
|-
| --gs-skip-dirty-flush-on-mipmap || 0,1 || Require mipmap GS CL kernel || --gs-skip-dirty-flush-on-mipmap=1
|-
| --gs-packed15-fmv-opt || 0,1 || || --gs-packed15-fmv-opt=1
|-
| --gs-scanout-offsetx || relative offset/ignored || Directly overwrite GS register? || --gs-scanout-offsetx=27
|-
| --gs-scanout-offsety || relative offset/ignored || ||
|-
| --gs-dirty-page-policy || 0,1? || || --gs-dirty-page-policy=1
|-
| --force-pal-60hz || 0,1 || Force 60hz PAL mode || --force-pal-60hz=1
|-
|-
| Rise of the Kasai || Fixed most of the '''Harry potter''' games. Often referred to as "rotk"|| 0.2 ||
| --gs-flush-ad-xyz || always, safe, off, 0 || || --gs-flush-ad-xyz=safe
|-
|-
|-style="background-color:#D7EF54"
| --gs-render-tile-threshold || || || --gs-render-tile-threshold=300000
| || 2015 || ||
|-
|-
|War of the monsters v1 || The emulator that's used in PS2CLASSICSGUI, and the best one around for GS/GIF accuracy. || 0.1 || '''Rogue v1 and v2, Arc the Lad, Star Wars Jedi Starfighter'''
| --gs-uv-shift-pointsampling || || || --gs-uv-shift-pointsampling=1
|-
|-
| GTA 3 || Fixed the pal version of '''Genji: Dawn of the Samurai''' || 0.6 ||
| --safe-area-min || area/float (range 0.9 to 1.0) || || --safe-area-min=0.9
|-
|-
| Parappa 2 || The only emulator that was able to boot '''Spyro: A Hero's Tail''' || 0.1 ||
| --threaded-gs || 0,1 (more?) || || --threaded-gs=0
|-
|-
| Star Wars Racer Revenge || Seems to be the most similar emulator to the ps3. Useful for debugging games as it also shows useful information such as pagefault || 0.4 ||  
| --gs-opt-frbuff-switch || || || --gs-opt-frbuff-switch=1
|-
| --gs-ignore-rect-correction || || || --gs-ignore-rect-correction=1
|-
| --idec-cycles-per-qwc || int/multiplier || || --idec-cycles-per-qwc=768
|-
|-
|}
|}
Line 824: Line 769:
=== XXXX-YYYYY_config.lua ===
=== XXXX-YYYYY_config.lua ===


<br>It is the most powerful configuration on the emulator, it allows for direct patching of EE/IOP/VU memory, hooks registers, hook dma. Almost Everything can be done here.  
It is most powerful config. Allow direct patching EE/IOP/VU memory, hooks registers, hook dma. Everything can be done here.  
<br>If needed it can hook registers by using register names from alias files. Alias files (ee-cpr0-alias.lua, ee-gpr-alias.lua, ee-hwaddr.lua) are stored in lua_include folder, and can be included to config by using require ( "alias file name" ).  
 
<br> [[PS2_PS4_LUA|Examples]]
If needed it can hook registers by using register names from alias files. Alias files (ee-cpr0-alias.lua, ee-gpr-alias.lua, ee-hwaddr.lua) are stored in lua_include folder, and can be included to config by using require ( "alias file name" ).
<br>'''Known functions:  
 
'''Known functions:  
'''
'''
Require cleanup.
Require cleanup.
====ApiRequest====
<pre>The most important part of the lua. The lua will crash the game if it were used without it. </pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Usage !! Notes
! Command !! Usage !! Notes
|-
|-
| apiRequest || apiRequest(0.1) || apiRequest(<api version>)
| apiRequest || apiRequest(<api version>) || example: apiRequest(0.1)  
Different emu versions support different highest api.  
Different emu versions support different highest api.  
Calling api is mandatory. some commands require higher version. Highest known version is 2.3 api from JAK 2,3,X game emulator.
Calling api is mandatory. some commands require higher version. Highest known version is 2.3 api from JAK 2,3,X game emulator.
|-
|-
|}
! !! getEmuObject class !!  
=====(Emulator) EmuObject=====
<pre> Commands for the emulator</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Usage !! Notes
|-style="background-color:#D7EF54"
|  || Object calling class ||
|-
|-
| getEmuObject || local emuObj = getEmuObject() || Required for all functions using emuObj, that include: <div align="left"><pre>LoadConfig SaveConfig GetPad AddVsyncHook
| getEmuObject || local emuObj = getEmuObject() || Required for all functions using emuObj, that include: <div align="left"><pre>LoadConfig SaveConfig GetPad AddVsyncHook
Line 857: Line 795:
SetGsTitleFix SetDeinterlace SetDisplayAspectWide SetDisplayAspectNormal  
SetGsTitleFix SetDeinterlace SetDisplayAspectWide SetDisplayAspectNormal  
ForceRefreshRate LoadFsShader SetDisplaySafeArea PadSetLightBar  
ForceRefreshRate LoadFsShader SetDisplaySafeArea PadSetLightBar  
AddPadHook PadPressureStickRemap SetVolumes GetVolumes  
emuAddPadHook PadPressureStickRemap SetVolumes GetVolumes  
SetAudioRoute GetAudioRoute AddSnapshotLoadedHook
SetAudioRoute GetAudioRoute AddSnapshotLoadedHook
RemoveSnapshotLoadedHook IsNeoMode IsToolingVerbose emuMediaPatch </pre></div>
RemoveSnapshotLoadedHook IsNeoMode IsToolingVerbose emuMediaPatch </pre></div>
|-style="background-color:#c6ecd9"
|  || Hooks ||
|-
|-
|AddVsyncHook || emuObj.AddVsyncHook(<task to be done every vsync>) || emuObj.AddVsyncHook(my_function)
|LoadConfig || ||
my_function can be anything, from simple patches, to extensive hook.
Example usage can be found in SLUS-21550 features file. some games are not compatible with it and will crash upon startup.
|-
|-
|RemoveVsyncHook || emuObj.RemoveVsyncHook(<previously added task to be removed>) || emuObj.RemoveVsyncHook(my_function)
|SaveConfig || ||
|-
|-
|AddEntryPointHook || emuObj.AddEntryPointHook(<task>) || Task to be done at ps2 game main elf entry point (right where game is loaded).
|GetPad || emuObj.GetPad(<gamepad button by bits>)|| example usage for reading input:
|-
<div align="left"><pre>local CheckInputs = function()
|RemoveEntryPointHook || ||
 
|-
local pad_bits = emuObj.GetPad()
|AddLoginHook || ||
local UP = pad_bits &  0x0010
|-
local DOWN = pad_bits &  0x0040
|RemoveLoginHook || ||
local LEFT = pad_bits &  0x0080
|-
local RIGHT = pad_bits &  0x0020
|AddLogoutHook || ||
local Triangle = pad_bits &  0x1000
|-
local Cross = pad_bits &  0x4000
|RemoveLogoutHook || ||
local Square = pad_bits &  0x8000
|-
local Circle = pad_bits &  0x2000
|AddImageHook || ||
local L1 = pad_bits &  0x0400
local L2 = pad_bits &  0x0100
local L3 = pad_bits &  0x0002
local R1 = pad_bits &  0x0800
local R2 = pad_bits &  0x0200
local R3 = pad_bits &  0x0004
local Select = pad_bits &  0x0001
local Start = pad_bits &  0x0008
 
if (L2 ~= 0) then
<here function that should be done when L2 is pushed>
end
end
 
emuObj.AddVsyncHook(CheckInputs) <to trigger check at every vsync></pre></div>
|-
|-
|AddGifTagHook || ||
|AddVsyncHook || emuObj.AddVsyncHook(<task to be done every vsync>) || emuObj.AddVsyncHook(my_function)
my_function can be anything, from simple patches, to extensive hook.
Example usage can be found in SLUS-21550 features file.
|-
|-
| AddSectorReadHook || emuObj.AddSectorReadHook(<sector, unk, task>) || Hook to do task when disc image sector is read. Not all values are known (ex. emuObj.AddSectorReadHook(776480, 32, <task/function>) )
|RemoveVsyncHook || emuObj.RemoveVsyncHook(<previously added task to be removed>) || emuObj.RemoveVsyncHook(my_function)
|-
|-
|AddMCWriteHook ||emuObj.AddMCWriteHook() ||
|AddEntryPointHook || emuObj.AddEntryPointHook(<task>) || Task to be done at ps2 game main elf entry point (right where game is loaded).
|-
|-
|AddAssertionHook ||emuObj.AddAssertionHook() ||
|RemoveEntryPointHook || ||
|-
|-
|AddSnapshotLoadedHook || ||
|AddLoginHook || ||
|-
|-
|RemoveSnapshotLoadedHook || ||
|RemoveLoginHook || ||
|-
|-
|AddPadHook ||emuObj.AddPadHook() ||
|AddLogoutHook || ||
|-
|-
|-style="background-color:#ff8080"
|RemoveLogoutHook || ||
| || Audio ||  
|-
|-
|SetVolumes || emuObj.SetVolumes('global', 'main', 'bgm') || Set volume, usually setting global is enough. Example: emuObj.SetVolumes(0.31, 1.0, 1.0) values, in floats 1.0 = 100%
|CheckEntitlement || ||
|-
|-
|GetVolumes || emuObj.GetVolumes() || Return current volume levels for ('global', 'main', 'bgm') in floating point values.
|AddImageHook || ||
|-
|-
|SetAudioRoute || ||
|AddGifTagHook || ||
|-
|-
|GetAudioRoute || ||
|SwapMemCard || ||
|-style="background-color:#c2c2d6"
|  || Game loading speed ||  
|-
|-
|ThrottleNorm ||emuObj.ThrottleNorm() || Enable default framelimiter (50/60 fps depend on region).
|SetFormattedCard || emuObj.SetFormattedCard(<"file name">) || emuObj.SetFormattedCard("custom_formatted.card")
|-
  Allow to use custom memory card.
|ThrottleFast || emuObj.ThrottleFast() || Faster than default, but exact value is unknown.
|-
|ThrottleMax || emuObj.ThrottleMax() || Disable framelimiter during loading screens.
|-style="background-color:#ffe680"
| || CDVD ||
|-
|-
|OpenDiscTray || ||
|OpenDiscTray || ||
Line 923: Line 866:
|-
|-
|SwitchDisc || emuObj.SwitchDisc(<disc ID>) || ID can be provided as is, or for example read from memory or register when needed.
|SwitchDisc || emuObj.SwitchDisc(<disc ID>) || ID can be provided as is, or for example read from memory or register when needed.
|-
| EnableImposeMenu || emuObj.EnableImposeMenu(<true/false>) || EnableImposeMenu(false)
|-
|-
| GetDiscId || emuObj.GetDiscId() || Return DiscId in XXXX_YYY.ZZ format
| GetDiscId || emuObj.GetDiscId() || Return DiscId in XXXX_YYY.ZZ format
Line 928: Line 873:
| GetDiscTitleId || ||
| GetDiscTitleId || ||
|-
|-
|ShowDiscSwitchInfo ||emuObj.ShowDiscSwitchInfo() ||
| AddSectorReadHook || emuObj.AddSectorReadHook(<sector, unk, task>) || Hook to do task when disc image sector is read. Not all values are known (ex. emuObj.AddSectorReadHook(776480, 32, <task/function>) )
|-
|-
|-style="background-color:#FEA15C"
|AddMCWriteHook || ||
| || Other ||  
|-
|-
| EnableImposeMenu || emuObj.EnableImposeMenu(<true/false>) || EnableImposeMenu(false)
|ShowDiscSwitchInfo || ||
|-
|-
|LoadConfig || ||
| GetPs4SystemLang || emuObj.GetPs4SystemLang() || Return PS4 system language (in unknown format).
|-
|-
|SaveConfig || ||
| SetPs2Lang || emuObj.SetPs2Lang(<Lang ID>) || Set emulated PS2 language, correct Lang IDs are 0-18.
|-
<div align="left"><pre>0 - japanese
|GetPad || emuObj.GetPad(<gamepad button by bits>)|| example usage for reading input:
1 - english
<div align="left"><pre>local CheckInputs = function()
2 - french
 
3 - spanish
local pad_bits = emuObj.GetPad()
4 - german
local UP = pad_bits &  0x0010
5 - italian
local DOWN = pad_bits &  0x0040
6 - dutch
local LEFT = pad_bits &  0x0080
7 - portuguese
local RIGHT = pad_bits &  0x0020
8 - russian
local Triangle = pad_bits &  0x1000
9 - korean
local Cross = pad_bits & 0x4000
10 - traditonal-chinese
local Square = pad_bits &  0x8000
11 - simplified-chinese
local Circle = pad_bits &  0x2000
12 - finnish
local L1 = pad_bits &  0x0400
13 - swedish
local L2 = pad_bits &  0x0100
14 - danish
local L3 = pad_bits &  0x0002
15 - norwegian
local R1 = pad_bits &  0x0800
16 - polish
local R2 = pad_bits &  0x0200
17 - portuguese-brazil
local R3 = pad_bits &  0x0004
18 - english-uk</pre></div>
local Select = pad_bits &  0x0001
|-
local Start = pad_bits &  0x0008
|ThrottleNorm ||emuObj.ThrottleNorm() || Enable default framelimiter (50/60 fps depend on region).
 
|-
if (L2 ~= 0) then
|ThrottleFast || emuObj.ThrottleFast() || Faster than default, but exact value is unknown.
<here function that should be done when L2 is pushed>
|-
end
|ThrottleMax || emuObj.ThrottleMax() || Disable framelimiter at all, usually used during static loadings in official packages. WARNING: Using this in config remove framelimiter! PS2 games have tied game speed to frame per second. By using this globally you make game running faster than it was on original hardware, sometimes even twice as fast. This setting is very harmful when used globally in config files. Loadings are faster, but game also run faster than it should when PS4 have enough free cpu power!
|-
|AddAssertionHook || ||
|-
| SetGsTitleFix || || [[PS2_Emulation#SetGsTitleFix|More info]]
|-
|SetDisplayAspectWide || emuObj.SetDisplayAspectWide() || Force display area to 16:9 (If game not support widescreen, it will be stretched).
|-
|SetDisplayAspectNormal || emuObj.SetDisplayAspectNormal() || Force display area to 4:3.
|-
|ForceRefreshRate || emuObj.ForceRefreshRate(<hz>) || emuObj.ForceRefreshRate(50) correct values are 0, 50, 60 where 0 = default.
|-
|LoadFsShader || emuObj.LoadFsShader(<slot?>, "<path>") || <div align="left"><pre>Shaders must be loaded right after GS has been initialized.
Example:
Global_InitGpuResources = function()
emuObj.LoadFsShader(1, "./shader.sb")
end
end


emuObj.AddVsyncHook(CheckInputs) <to trigger check at every vsync></pre></div>
That only load Fragment Shader to program memory, to use it we need BindFragmentShader,
and if depend on shader SetShaderParams.</pre></div>
|-
|SetDisplaySafeArea || ||
|-
|PadSetLightBar || emuObj.PadSetLightBar(<port, red, green, blue>) || Set DS4 light bar color. Correct port values are 0-3, correct light values are 0-255.
|-
|-
|SwapMemCard || ||
|emuAddPadHook || ||
|-
|-
|SetFormattedCard || emuObj.SetFormattedCard(<"file name">) || emuObj.SetFormattedCard("custom_formatted.card")
|PadPressureStickRemap || ||
Allow to use custom memory card.
|-
|-
| GetPs4SystemLang || emuObj.GetPs4SystemLang() || Return PS4 system language (in unknown format).
|SetVolumes || emuObj.SetVolumes('global', 'main', 'bgm') || Set volume, usually setting global is enough. Example: emuObj.SetVolumes(0.31, 1.0, 1.0) values, in floats 1.0 = 100%
|-
|-
| SetPs2Lang || emuObj.SetPs2Lang(<Lang ID>) || Set emulated PS2 language, correct Lang IDs are 0-18. In some cases, games will hang on a black screen with some other language settings (eg Japanese) - Example for usage: emuObj.SetPs2Lang(1)
|GetVolumes || emuObj.GetVolumes() || Return current volume levels for ('global', 'main', 'bgm') in floating point values.
<div align="left"><pre>0 - japanese
|-
1 - english
|SetAudioRoute || ||
2 - french
|-
3 - spanish
|GetAudioRoute || ||
4 - german
|-
5 - italian
| CountFrameOnPS2 || ||
6 - dutch
7 - portuguese
8 - russian
9 - korean
10 - traditonal-chinese
11 - simplified-chinese
12 - finnish
13 - swedish
14 - danish
15 - norwegian
16 - polish
17 - portuguese-brazil
18 - english-uk</pre></div>
|-
|-
|PadSetLightBar || emuObj.PadSetLightBar(<port, red, green, blue>) || Set DS4 light bar color. The correct port values are 0-3, correct light values are 0-255.
|AddSnapshotLoadedHook || ||
|-
|-
|PadPressureStickRemap || emuObj.PadPressureStickRemap()||
|RemoveSnapshotLoadedHook || ||
|-
|-
| IsNeoMode || emuObj.IsNeoMode() || Check that PS4 run in NEO (PRO) mode. Return 1/0
| IsNeoMode || emuObj.IsNeoMode() || Check that PS4 run in NEO (PRO) mode. Return 1/0
|-
|-
| IsToolingVerbose || ||
| IsToolingVerbose || ||
|-
|CheckEntitlement || ||
|-
|-
| emuMediaPatch || emuMediaPatch(disc sector, 12/24 + offset, { original data }, { replace data }) || Replace 4 bytes from loaded iso file. For unknown reason we always need to add 12 to real offset for DVD game, and 24 for CD game.  
| emuMediaPatch || emuMediaPatch(disc sector, 12/24 + offset, { original data }, { replace data }) || Replace 4 bytes from loaded iso file. For unknown reason we always need to add 12 to real offset for DVD game, and 24 for CD game.  
|-style="background-color:#c6ecd9"
|  || GS related ||
|-
|-
| CountFrameOnPS2 || emuObj.CountFrameOnPS2() || updates FRAPS/Actual FPS reading in olympus
! !! getIOPObject class !!
|-
|-
| SetGsTitleFix || emuObj.SetGsTitleFix() ||  [[PS2_Emulation#SetGsTitleFix|More info]]
| getIOPObject || local iopObj = getIOPObject() || Required for all functions using iopObj, that include: <div align="left"><pre>ReplaceMem64 ReplaceMem32 ReplaceMem16 ReplaceMem8 ReadMemFloat
  WriteMemFloat WriteMem64 WriteMem32 WriteMem16 WriteMem8
ReadMemStr AddHook RemoveHook GetGpr SetGpr GetPc SetPc
GetCPR0 SetCPR0 iopInsnReplace</pre></div>
|-
|-
|SetDisplayAspectWide || emuObj.SetDisplayAspectWide() || Force display area to 16:9 (If game not support widescreen, it will be stretched).
|ReplaceMem64 || ||
|-
|-
|SetDisplayAspectNormal || emuObj.SetDisplayAspectNormal() || Force display area to 4:3.
|ReplaceMem32 || ||
|-
|-
|ForceRefreshRate || emuObj.ForceRefreshRate(<hz>) || emuObj.ForceRefreshRate(50) correct values are 0, 50, 60 where 0 = default.
|ReplaceMem16 || ||
|-
|-
|LoadFsShader || emuObj.LoadFsShader(<slot?>, "<path>") || <div align="left"><pre>Shaders must be loaded right after GS has been initialized.
|ReplaceMem8 || ||
Example:
Global_InitGpuResources = function()
emuObj.LoadFsShader(1, "./shader.sb")
end
 
That only load Fragment Shader to program memory, to use it we need BindFragmentShader,
and if depend on shader SetShaderParams.</pre></div>
|-
|-
|SetDisplaySafeArea || ||
|ReadMemFloat || iopObj.ReadMemFloat(<address>) || iopObj.ReadMemFloat(0x28c3c)
|-
|-
|}
|WriteMemFloat || iopbj.WriteMemFloat(<address>, <value>) || iopObj.WriteMemFloat(0x65364, 1.3333333)
 
=====(EE) EEObject=====
<pre>Commands for the emulated Emotion Engine</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Usage !! Notes
|-style="background-color:#D7EF54"
|  || Object calling class ||
|-
|-
| getEEObject || local eeObj = getEEObject() || Required for all functions using eeObj
| ReadMem64 || <pre>iopObj.ReadMem64(<iop memory offset>)</pre> ||  
|-style="background-color:#7698FF"
|  || Memory editing ||  
|-
|-
|ReplaceMem64 || eeObj.ReplaceMem64(<address>, <value>)||
| WriteMem64 || <pre>iopObj.WriteMem64(<iop memory offset>, <data>)</pre> ||  
|-
|-
|ReplaceMem32 || eeObj.ReplaceMem32(<address>, <value>) || Permanently replace an offset without needing addvsynchook?
| ReadMem32 || <pre>iopObj.ReadMem32(<iop memory offset>)</pre> || Read 4 bytes from offset, examples: iopObj.ReadMem32(0x1198)
iopObj.ReadMem32(gp - 348)
|-
|-
|ReplaceMem16 || eeObj.ReplaceMem16(<address>, <value>)||
| WriteMem32 || <pre>iopObj.WriteMem32(<iop memory offset>, <data>)</pre> || Write 4 bytes to offset, example: iopObj.WriteMem32(0x89ac, 0x001b70f0)
|-
|-
|ReplaceMem8 ||eeObj.ReplaceMem8(<address>, <value>) ||
| ReadMem16 || <pre>iopObj.ReadMem16(<iop memory offset>)</pre> || Read 2 bytes from offset, example: iopObj.ReadMem16(0x1198)
|-
|-
|ReadMemFloat || eeObj.ReadMemFloat(<address>) || eeObj.ReadMemFloat(0x258c3c)
| WriteMem16 || <pre>iopObj.WriteMem16(<iop memory offset>, <data>)</pre> || Write 2 bytes to offset, example: iopObj.WriteMem16(0x89ac, 0x70f0)
|-
|-
|WriteMemFloat || eeObj.WriteMemFloat(<address>, <value>) || eeObj.WriteMemFloat(0x365364, 1.3333333)
| ReadMem8 || <pre>iopObj.ReadMem8(<iop memory offset>)</pre> || Read 1 byte from offset, example: iopObj.ReadMem8(0x1198)
|-
|-
|ReadMem128 || <pre>eeObj.ReadMem128(<ee memory offset>)</pre> || Read 16 bytes from offset, examples: eeObj.ReadMem128(0x100198)
| WriteMem8 || <pre>iopObj.WriteMem8(<iop memory offset>, <data>)</pre> || Write 1 byte to offset, example: iopObj.WriteMem8(0x89ac, 0xf0)
|-
|-
|ReadMemFloat128 || <pre>eeObj.ReadMemFloat128(<ee memory offset>)</pre> || return 16 bytes from offset in float form
|ReadMemStr || ||
|-
|-
|WriteMem128 || ||
|AddHook || ||
|-
|-
|WriteMemFloat128 || ||
|RemoveHook || ||
|-
|-
| ReadMem64 || <pre>eeObj.ReadMem64(<ee memory offset>)</pre> || Read 8 bytes from offset, examples: eeObj.ReadMem64(0x100198)
|GetGpr || iopObj.GetGPR(<gpr register>) || iopObj.GetGPR(a1)
|-
|-
| WriteMem64 || <pre>eeObj.WriteMem64(<ee memory offset>, <data>)</pre> ||  
|SetGpr || iopObj.SetGPR(<gpr register> ,<value>) || example: iopObj.SetGPR(gpr.v0 ,3)
|-
|-
| ReadMem32 || <pre>eeObj.ReadMem32(<ee memory offset>)</pre> || Read 4 bytes from offset, examples: eeObj.ReadMem32(0x100198)
|GetPc || ||iopObj.GetPc(), can be used also with additional var. like iopObj.GetPc()+8
eeObj.ReadMem32(gp - 31348)
|-
|-
| WriteMem32 || <pre>eeObj.WriteMem32(<ee memory offset>, <data>)</pre> || Write 4 bytes to offset, example: eeObj.WriteMem32(0x2c89ac, 0x001b70f0)
|SetPc || iopObj.SetPC(<PC>) ||iopObj.SetPC(0x6B80)
|-
|-
| ReadMem16 || <pre>eeObj.ReadMem16(<ee memory offset>)</pre> || Read 2 bytes from offset, example: eeObj.ReadMem16(0x100198)
|GetCPR0 || iopObj.GetCPR0(<COP0 register>) ||
|-
|-
| WriteMem16 || <pre>eeObj.WriteMem16(<ee memory offset>, <data>)</pre> || Write 2 bytes to offset, example: eeObj.WriteMem16(0x2c89ac, 0x70f0)
|SetCPR0 || iopObj.SetCPR0(<COP0 register>) ||
|-
|-
| ReadMem8 || <pre>eeObj.ReadMem8(<ee memory offset>)</pre> || Read 1 byte from offset, example: eeObj.ReadMem8(0x100198)
| iopInsnReplace || iopInsnReplace(IOP memory offset, Original opcode (BE), Replace opcode (BE)) || Replace 4 bytes opcode in iop memory, correct memory range is 0x0 to 0x1FFFFF
|-
|-
| WriteMem8 || <pre>eeObj.WriteMem8(<ee memory offset>, <data>)</pre> || Write 1 byte to offset, example: eeObj.WriteMem8(0x2c89ac, 0xf0)
! !! getEEObject class !!
|-
|-
|ReadMemStr || eeObj.ReadMemStr(address/register) || Read string from address until null terminator
| getEEObject || local eeObj = getEEObject() || Required for all functions using eeObj
|-
|-
|WriteMemStr || eeObj.WriteMemStr(address, string) ||  
|ReplaceMem64 || ||
|-
|-
|WriteMemStrZ || || eeObj.WriteMemStrZ(string pointer, string) .  Pointer can be read from GPR
|ReplaceMem32 || ||
|-style="background-color:#ff9999"
|  || GPR require (Necessary for register related commands)||  
|-
|-
| || local gpr = require( "ee-gpr-alias" )
|ReplaceMem16 || ||
|-
|-
|GetGpr64 || eeObj.GetGPR64(<gpr register>) || example: eeObj.GetGPR64(t3)
|ReplaceMem8 || ||
|-
|-
|SetGpr64 || ||
|ReadMemFloat || eeObj.ReadMemFloat(<address>) || eeObj.ReadMemFloat(0x258c3c)
|-
|-
| GetGprFloat || || Get gpr value as float value
|WriteMemFloat || eeObj.WriteMemFloat(<address>, <value>) || eeObj.WriteMemFloat(0x365364, 1.3333333)
|-
|-
| SetGprFloat || || Set gpr value as float value
|ReadMem128 || <pre>eeObj.ReadMem128(<ee memory offset>)</pre> || Read 16 bytes from offset, examples: eeObj.ReadMem128(0x100198)
|-
|-
|GetGpr || eeObj.GetGPR(<gpr register>) || eeObj.GetGPR(t3)
|ReadMemFloat128 || <pre>eeObj.ReadMemFloat128(<ee memory offset>)</pre> || return 16 bytes from offset in float form
|-
|-
|SetGpr|| eeObj.SetGPR(<gpr register> ,<value>) || example: eeObj.SetGPR(gpr.a3 ,1)
|WriteMem128 || ||
Require defined getEEObject() as eeObj
|-
|-
| GetFprHex || eeObj.GetFprHex(<FPU register (0-31)>)|| Get/return floating point register value as hex string
|WriteMemFloat128 || ||
|-
|-
| SetFprHex || eeObj.SetFprHex(<FPU register (0-31), value (u32)>)|| Set floating point register value as hex string
| ReadMem64 || <pre>eeObj.ReadMem64(<ee memory offset>)</pre> || Read 8 bytes from offset, examples: eeObj.ReadMem64(0x100198)
|-
| WriteMem64 || <pre>eeObj.WriteMem64(<ee memory offset>, <data>)</pre> ||
|-
| ReadMem32 || <pre>eeObj.ReadMem32(<ee memory offset>)</pre> || Read 4 bytes from offset, examples: eeObj.ReadMem32(0x100198)
eeObj.ReadMem32(gp - 31348)
|-
|-
| GetFpr || eeObj.GetFpr(<register number>) || example eeObj.GetFpr(14)
| WriteMem32 || <pre>eeObj.WriteMem32(<ee memory offset>, <data>)</pre> || Write 4 bytes to offset, example: eeObj.WriteMem32(0x2c89ac, 0x001b70f0)
|-
|-
| SetFpr  || eeObj.SetFpr(<fpr register number>, <value>) || Simple example eeObj.SetFpr(14, 50.0) will set frp 14 to 50.0
| ReadMem16 || <pre>eeObj.ReadMem16(<ee memory offset>)</pre> || Read 2 bytes from offset, example: eeObj.ReadMem16(0x100198)
But we can also combine commands to add/sub from registers
eeObj.SetFpr(14, eeObj.GetFpr(14) + 50.0) this will add 50.0 to current fpr 14 value
|-
|-
|GetPc || eeObj.GetPc() ||This command is very helpful as it will return to you the current EE address that's being read. Can be used also with additional var. like eeObj.GetPc()+4
| WriteMem16 || <pre>eeObj.WriteMem16(<ee memory offset>, <data>)</pre> || Write 2 bytes to offset, example: eeObj.WriteMem16(0x2c89ac, 0x70f0)
|-
|-
|SetPc || eeObj.SetPC(<PC>) ||eeObj.SetPC(0x266B80)
| ReadMem8 || <pre>eeObj.ReadMem8(<ee memory offset>)</pre> || Read 1 byte from offset, example: eeObj.ReadMem8(0x100198)
|-
|-
|GetCPR0 || eeObj.GetCPR0(<COP0 register>) ||  
| WriteMem8 || <pre>eeObj.WriteMem8(<ee memory offset>, <data>)</pre> || Write 1 byte to offset, example: eeObj.WriteMem8(0x2c89ac, 0xf0)
|-
|-
|SetCPR0 || eeObj.SetCPR0(<COP0 register>) ||  
|ReadMemStr || eeObj.ReadMemStr(address/register) || Read string from address until null terminator
|-style="background-color:#c6ecd9"
|  || Hooks ||
|-
|-
| AddHook || eeObj.AddHook(<ee offset>, <original opcode>, <definied hook name>) || example: <div align="left"><pre>local W1 =  
| AddHook || eeObj.AddHook(<ee offset>, <original opcode>, <definied hook name>) || example: <div align="left"><pre>local W1 =  
Line 1,134: Line 1,064:
|-
|-
|AddPreHook || ||
|AddPreHook || ||
|-
|AddPostHook || ||
|-
|-
|RemovePreHook || ||
|RemovePreHook || ||
Line 1,141: Line 1,069:
|RemovePostHook || ||
|RemovePostHook || ||
|-
|-
|AddJitResetHook || ||
|GetGpr64 || eeObj.GetGPR64(<gpr register>) || example: eeObj.GetGPR64(t3)
|-
|-
|RemoveJitResetHook || ||
|SetGpr64 || ||
|-
|-
| AddHookJT || eeObj.AddHookJT(Offset, offset opcode, function) || Seems be a hook related to the jit
| GetGprFloat || || Get gpr value as float value
|-
|-
|-style="background-color:#ffb3b3"
| SetGprFloat || || Set gpr value as float value
| || Dma ||  
|-
|-
|DmaAddHook || <pre>eeobj.DmaAddHook(channel=%d key=%x)</pre> || Possible Dma channel numbers (?)
|GetGpr / GetGPR || eeObj.GetGPR(<gpr register>) || eeObj.GetGPR(t3)
<pre> GIF = 0 VIF0 = 1
VIF1 = 2 SIF0 = 4
SIF1 = 5 IPU0 = 6
IPU1 = 7  </pre>
Possible values for hooks
<pre>DmaTransfer [VIF0/VIF1], RaiseIntc [VIF0/VIF1], NormalTransfer [SIF0/SIF1]. </pre>
|-
|-
|DmaRemoveHook || ||
|SetGpr / SetGPR || eeObj.SetGPR(<gpr register> ,<value>) || example: eeObj.SetGPR(gpr.a3 ,1)
Require defined getEEObject() as eeObj
|-
|-
|-style="background-color:#b3f0ff"
| GetFprHex || eeObj.GetFprHex(<FPU register (0-31)>)|| Get/return floating point register value as hex string
| || Speedhacks ||  
|-
|-
|FastForwardClock || eeObj.FastForwardClock() || Skip Emotion Engine cycles?
| SetFprHex || eeObj.SetFprHex(<FPU register (0-31), value (u32)>)|| Set floating point register value as hex string
|-
|-
|AdvanceClock || eeObj.AdvanceClock() || it is still unknown how to use this command. Check Psychonauts lua for more details.
| GetFpr / GetFPR || eeObj.GetFpr(<register number>) || example eeObj.GetFpr(14)
|-
|-
| GetClock || eeObj.GetClock() || Returns the value of how many cycles the EE is ahead of normal clock (?)
| SetFpr / SetFPR || eeObj.SetFpr(<fpr register number>, <value>) || Simple example eeObj.SetFpr(14, 50.0) will set frp 14 to 50.0
But we can also combine commands to add/sub from registers
eeObj.SetFpr(14, eeObj.GetFpr(14) + 50.0) this will add 50.0 to current fpr 14 value
|-
|-
|Vu1MpgCycles || eeObj.Vu1MpgCycles(<cycles>) || Works just like the cli command --vu1-mpg-cycles=
|GetPc || ||eeObj.GetPc(), can be used also with additional var. like eeObj.GetPc()+4
|-style="background-color:#FEA15C"
|  || Other ||
|-
|-
| CallPredicate
|SetPc || eeObj.SetPC(<PC>) ||eeObj.SetPC(0x266B80)
|-
|-
|SchedulerDelayEvent || eeObj.SchedulerDelayEvent("event", cycles)<br>Example:<br>eeObj.AddHook(0x0033A4DC,0xAC430000, function() eeObj.SchedulerDelayEvent("gif.dma", 0x10500) end) || Parrapa use eeObj.SchedulerDelayEvent("vif1.dma", 0x6500) other events are gif.dma, vif0.dma, vif1.dma, sif0.dma, Sif0-NormalTransfer, sif1.dma, Sif1-NormalTransfer, ipu0.dma, ipu1.dma . This command allows for the delayment of certain DMA transfer by cycles.
|GetCPR0 || eeObj.GetCPR0(<COP0 register>) ||  
|-
|-
|WaitVu1 || eeObj.WaitVu1() || Likely to be the lua equivalent of "--vu1=jit-sync".
|SetCPR0 || eeObj.SetCPR0(<COP0 register>) ||  
|-
|-
|GetPcRingBuffer || ||
|SchedulerDelayEvent || eeObj.SchedulerDelayEvent("event", cycles) || Parrapa use eeObj.SchedulerDelayEvent("vif1.dma", 0x6500) Possible events are gif.dma,  vif0.dma,  vif1.dma,  sif0.dma,  sif1.dma,  ipu0.dma,  ipu1.dma . This command allow to delay certain DMA transfer by cycles.
|-
|-
|Precompile || || Requires unknown values
|DmaAddHook || ||
|-
|-
|CalcInsnHash || ||
|DmaRemoveHook || ||
|-
|-
|getOverlayObject || eeObj.getOverlayObject() || local eeOverlay = eeObj.getOverlayObject()
|WaitVu1 || ||
|-
|-
| GetVif1Cycles || eeObj.GetVif1Cycles() || local vif1_cycles = eeObj.GetVif1Cycles() create vif_cycles value that can be used later. You can rename it as you wish.
|Vu1MpgCycles || eeObj.Vu1MpgCycles(<cycles>) || eeObj.Vu1MpgCycles(100) Values is cycles that VU1 microprogram should run before force end
|-
|-
|}
|GetPcRingBuffer || ||
======SetGsTitleFix======
 
<pre>One of the most important commands in lua, allows to change the GS's behavior.
Part of EmuObject() class. Used frequently in official configs.</pre>
'''Examples'''
<pre>
-- fix vision logo (Wild Arms 3)
local thresholdArea = 0 -- ignore alls items : fix #112276
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {  texType = 3, cbp = 0x2390, tbp = 0x288000} )
------------------------------------------------------------------------------------------------------
-- Ignore up-render shift for triangles when writing mask = write alpha only . Will fix shadows (bug# 6724).
emuObj.SetGsTitleFix( "ignoreUpShiftTri", "reserved" , { fbmask = 0x00FFFFFF  } )
------------------------------------------------------------------------------------------------------
--  Performance  fix ( bug# 9474 )
if 0 then  -- emuObj.IsNeoMode() then  -- neo mode check disabled, due to bug #10442
    emuObj.SetGsTitleFix( "globalSet",  "reserved", { workLoadThreshold = 125000} )
else
    emuObj.SetGsTitleFix( "globalSet",  "reserved", { workLoadThreshold = 100000} )
end
------------------------------------------------------------------------------------------------------
-- bug# 9972
emuObj.SetGsTitleFix( "ignoreSubBuffCov", "reserved", { } )
------------------------------------------------------------------------------------------------------
-- Bully bug 9392
-- Performace fix
local thresholdArea = 600
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80000044 , zmsk=1 , tw=4, th=4  } )
------------------------------------------------------------------------------------------------------
-- Bug#9174 -
emuObj.SetGsTitleFix( "ignoreSubBuffCov", "reserved", { } )
------------------------------------------------------------------------------------------------------
-- Bug#9240 (Light maps uprender)
-- Copy z-buffer for future use with light maps. psm = SCE_GS_PSMZ24 (49)
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", {tw=9, th=9, psm=49, zmsk=1 } )
------------------------------------------------------------------------------------------------------
-- Apply light maps texMode=2 (bilinear)  psm= SCE_GS_PSMCT32 (0)
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", {tw=8, th=8, psm=0, ztst=1, texMode=2 } )
------------------------------------------------------------------------------------------------------
-- Performace fix (bug #9785 )
emuObj.SetGsTitleFix( "globalSet",  "reserved", { waveThreshold = 90000} )
emuObj.SetGsTitleFix( "ignoreAreaUpdate", 0, { } )
------------------------------------------------------------------------------------------------------
-- Accumulate fill area only when conditions are met
emuObj.SetGsTitleFix( "includeAreaUpdate", "reserved" , {alphaIsNot = 0, zmsk = 1, tw = 6, th = 6 , tbp = 0x00302000} )
emuObj.SetGsTitleFix( "ignoreUpRender", 130 , { totalArea= 700} )
------------------------------------------------------------------------------------------------------
-- Fix shadow
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", { texMode=1  } )
------------------------------------------------------------------------------------------------------
-- Reduce flush count
emuObj.SetGsTitleFix( "SetSelfRender", "reserved", { fbmask= 0x00FFFFFF , renderSelf=1 , zmsk=1 , alpha=0 , texMode=1  } )
------------------------------------------------------------------------------------------------------
-- Disable post-processing
emuObj.SetGsTitleFix( "ignoreSprite", "reserved", {  texType=1 , tw=5 , th=8, zmsk=1 , alpha=0x80000044  } )
------------------------------------------------------------------------------------------------------
-- Small triangle rejection. Works in conjunction with CLI setting  gs-override-small-tri-area=1
-- keep default area for texture 256x256 ( no blend)  (Anakin face)
emuObj.SetGsTitleFix( "setRejectionArea", 500,{twIsNot=8, thIsNot=8 } )
------------------------------------------------------------------------------------------------------
-- Set triangle rejection area= 1000  when alpha blend is not 0 ( i.e blend is On)
emuObj.SetGsTitleFix( "setRejectionArea", 1000, {alphaIsNot=0 } )
------------------------------------------------------------------------------------------------------
-- Performace fix
local thresholdArea = 600
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80008068 , zmsk=1 } )
------------------------------------------------------------------------------------------------------
-- Performace fix
local thresholdArea = 700
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80000044 , zmsk=1 } )
------------------------------------------------------------------------------------------------------
-- Disable uprender on the draw command which samples the framebuffer (0x3200) using bilinear sampling (texMode=2)
-- All lighting effects use TriFan prim type, so use that as well to filter against.
emuObj.SetGsTitleFix( "forceSimpleFetch",  "reserved", {prim=5, texMode=2, tbp=0x320000} )
</pre>
 
 
<br>'''Commands'''
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Example !! Notes !! Values
|-
|-
|globalSet || emuObj.SetGsTitleFix( "globalSet", "reserved", { packedRegsLo = 0x42,packedRegsHi = 0, packedRegsNum = 2, packedFlags = 3, packedPrim = 5}) || used with workLoadThreshold or  waveThreshold or loadThreshold
|WriteMemStr || eeObj.WriteMemStr(address, string) ||  
|-
|-
|reserved || ||
|FastForwardClock || ||
|-
|-
|ignoreSubBuffCov|| ||ignore ? buffer coverage
|AdvanceClock || ||
|-
|-
|ignoreUpRenderTimeout|| emuObj.SetGsTitleFix( "globalSet", "reserved", {ignoreUpRenderTimeout=2} ) ||
|WriteMemStrZ || || eeObj.WriteMemStrZ(string pointer, string) .  Pointer can be read from GPR
|-
|-
|ignoreAreaUpdate|| emuObj.SetGsTitleFix( "ignoreAreaUpdate", 0, { alpha=0x80000048 } ) ||
|Precompile || ||
|-
|-
|ignoreSprite|| emuObj.SetGsTitleFix( "ignoreSprite", "reserved", {  texType=1 , tw=5 , th=8, zmsk=1 , alpha=0x80000044  } ) ||
|CalcInsnHash || ||
|-
|-
|ignoreUpShiftTri|| emuObj.SetGsTitleFix( "ignoreUpShiftTri", "reserved", {psm=0} ) ||
|AddJitResetHook || ||
|-
|-
|clipScissors|| emuObj.SetGsTitleFix( "clipScissors", "reserved", {alpha = 0 , frameW = 4 , psm = 0} ) ||
|RemoveJitResetHook || ||
|-
|-
|trianglesAsParticles|| emuObj.SetGsTitleFix( "trianglesAsParticles", "reserved", { hasClut=1,zmsk=1 } ) ||
|getOverlayObject || || local eeOverlay = eeObj.getOverlayObject()
|-
|-
|SetSelfRender|| emuObj.SetGsTitleFix( "SetSelfRender", "reserved", { fbmask= 0x00FFFFFF , renderSelf=1 , zmsk=1 , alpha=0 , texMode=1  } ) ||
| GetVif1Cycles || eeObj.GetVif1Cycles() || local vif1_cycles = eeObj.GetVif1Cycles() create vif_cycles value that can be used later, you can rename it as you wish.
|-
|-
|forceBiLinear || ||
! !! getGLSObject class !!
|-
|-
|forcePoint|| emuObj.SetGsTitleFix( "forcePoint", "reserved", {mipIsGt=0,  mmin=0} ) ||
| getGLSObject || ||  
|-
|-
|forceSimpleFetch ||   emuObj.SetGsTitleFix( "forceSimpleFetch",  "reserved", {psm=0} ) ||Used frequently to fix graphical corruptions
|Enable || ||
|-
|-
|forcePointSampling|| emuObj.SetGsTitleFix( "forcePointSampling", "reserved", {alpha = 0x80000048, twIsLess=5, thIsLess=5 } ) ||
|EnableServerRecording || ||  
|-
|-
|setRejectionArea|| emuObj.SetGsTitleFix( "setRejectionArea", 1000, { } ) ||
|Pause || ||  
|-
|-
|ignoreUpRender|| emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {  texType = 3, cbp = 0x2390, tbp = 0x288000} ) || Ignore uprender for texture type described in params
! !! getGsObject class !!
|-
|-
|includeAreaUpdate|| ||
| getGsObject || local gsObj = getGsObject() ||  
|-
|-
|fetchFromCurrBuff|| emuObj.SetGsTitleFix( "fetchFromCurrBuff", "reserved", {psm=0} ) ||
|SetL2HMode || ||
|-
|-
|skipPacked|| emuObj.SetGsTitleFix( "skipPacked", "reserved", { alpha = 0x80000044, tbp = 0x3a4000 , zmsk=1 }) ||
|SetUprenderMode ||gsObj.SetUprenderMode(0)|| Sets uprender mode.  Overrides CLI 0=none, 1=2x2
|-
|-
|changeAlpha|| ||
|SetUpscaleMode || ||
|-
|-
|}
|GetFramesInQueue || ||
 
<br>'''Arguments/variables'''
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Argument !! Usage !! Notes
|-style="background-color:#7698FF"
|  || Variable ||  
|-
|-
|alpha_mask || ||
|SetFrameSkipping || ||
|-
|-
|texType || {texType = 3}|| (1-3, more? )
|SetDeinterlaceShift || || gsObj.SetDeinterlaceShift(0)
|-
|-
|texMode || || 1 - Point? , 2 - bilinear
! !! getAudioObject class !!
|-style="background-color:#D7EF54"
|  || Argument ||
|-
|-
|alphaIsNot || || alpha - is not X
| getAudioObject || ||  
|-
|-
|twIsLess || || texture width - is less than X
| muteStreamingAll || ||  
|-
|-
|thIsLess || || texture height - is less than X
| muteStreamingMain || ||  
|-
| muteStreamingBGM || ||
|-
|-
|twIsNot || || texture width - is not X
! !! getRemotePlayObject class !!
|-
|-
|thIsNot || || texture width - is not X
| getRemotePlayObject || ||  
|-
|-
|psmIsNot || || texture pixel storage format - is not X
| Enable || ||  
<pre>PSMCT32  = 0  PSMT4HL = 36
PSMCT24  = 1  PSMT4HH = 44
PSMCT16  = 2  PSMZ32  = 48
PSMCT16S = 10  PSMZ24  = 49
PSMT8    = 19  PSMZ16  = 50
PSMT4    = 20  PSMZ16S = 58
PSMT8H  = 27  </pre>
|-
|-
|primIsNot || || GS primitive type - is not
! !! getVideoRecordingObject class !!
<pre>Point        = 0
Line          = 1
LineStrip    = 2
Triangle      = 3
TriangleStrip = 4
TriangleFan  = 5
Sprite        = 6</pre>
|-
|-
|mipIsGt || || mip level is grater than X (?)
| getVideoRecordingObject || ||
|-
|-
|-style="background-color:#FEA15C"
| Enable || ||  
| || Needs wikify ||
|-
|-
|zmsk || || Z (depth) draw mask
! !! getSharePlayObject class !!
<pre>update Z buffer      = 0
don't update Z buffer = 1
 
When 1 depth test result will be ignored</pre>
|-
|-
|tw || || texture width
| getSharePlayObject || ||  
|-
|-
|th || || texture height
| Enable || ||  
|-
|-
|ztst || || Z (depht) test method
! !! getSpriteObject group !!
<pre>ZNOUSE  = 0
ZALWAYS = 1
ZGEQUAL  = 2
ZGREATER = 3
 
0 -                      All pixels fail
1 -                      All pixels pass
2 - Pass if Z grater or equal to Z buffer
3 -        Pass if Z grater than Z buffer</pre>
|-
|-
|mmin || || MMIN flag
|getSpriteObject || ||
<pre>NEAREST                = 0
LINEAR                = 1
NEAREST_MIPMAP_NEAREST = 2
NEAREST_MIPMAP_LINEAR  = 3
LINEAR_MIPMAP_NEAREST  = 4
LINEAR_MIPMAP_LINEAR  = 5</pre>
|-
|-
|prim || || GS primitive type
|Enable || ||
<pre>Point        = 0
Line          = 1
LineStrip    = 2
Triangle      = 3
TriangleStrip = 4
TriangleFan  = 5
Sprite        = 6</pre>
|-
|-
|fillArea || ||  
|Disable || ||
|-
|-
|frameW || ||  
|BindFragmentShader || ||
|-
|-
|renderSelf || ||  
|SetShaderParams || || <div align="left">
|-
<pre> Is not clear that params depend on shader, or are somehow hardcoded.
|hasClut || ||
Example usage:
|-
 
|alphaTest || ||
local sprite0 = getSpriteObject(0)
local scanlineParams = {
240.0, -- float scanlineCount
  0.7, -- float scanlineHeight;
1.5,        -- float scanlineBrightScale;
0.5,        -- float scanlineAlpha;
0.5        -- float vignetteStrength;
}
 
sprite0.SetShaderParams(scanlineParams)</pre></div>
|-
|-
|primTest || ||  
|BindTexture || ||
|-
|-
|workLoadThreshold || ||  
|SetPosXY || ||
|-
|-
|alpha || || <pre> example: alpha=0x80000044
|SetSizeXY || ||
alpha=0</pre>
|-
|-
|tbp || || texture base pointer
|SetPosUV || ||
|-
|-
|cbp || {cbp = 0x2390} || CLUT buffer base pointer
|SetSizeUV || ||
|-
|-
|psm || {psm=0}  || texture pixel storage format
|PrintContext || ||
<pre>PSMCT32  = 0  PSMT4HL = 36
PSMCT24  = 1  PSMT4HH = 44
PSMCT16  = 2  PSMZ32  = 48
PSMCT16S = 10  PSMZ24  = 49
PSMT8    = 19  PSMZ16  = 50
PSMT4    = 20  PSMZ16S = 58
PSMT8H  = 27  </pre>
|-
|-
|mxl || || maximum mip level (0-6)
|SetBlendColor || sprite<X>.SetBlendColor(<R,G,B,A>) in floats, max val. 1.0 || <div align="left">
<pre>local sprite0 = getSpriteObject(0)
sprite0.SetBlendColor(1.0,1.0,1.0,1.0)</pre></div>
|-
|-
|fbmask || { fbmask= 0x00FFFFFF}||  Framebuffer mask(?)
! !! Not require Obj call group, or unknown !!
|-
|-
|totalArea || ||  
| eeInsnReplace || eeInsnReplace(EE memory offset, Original opcode (BE), Replace opcode (BE)) || Replace 4 bytes opcode in ee memory, correct memory range is 0x0 to 0x1FFFFFFF
|-
|-
|packedRegs || ||  
| vuInsnReplace || <pre>vuInsnReplace(vu 0/1, vu memory offset divided by 8, (original opcode<<32) | original opcode, (replace opcode<<32) | replace opcode) </pre>|| Replace 2 x 4 bytes in VU memory, correct memory range depend on selected VU, left shift by 32 is used for VU lower opcodes. Command will fail if size is above 254. <pre>example:
|-
vuInsnReplace(0, 0x167, (0x000002ff << 32) | 0x520507ff,(0x000002ff << 32) | 0x8000033c)
|packedRegsLo || ||  
Replace 64 bits of VU0 at offset 0xB38</pre>
|-
|-
|packedRegsHi || ||  
| eeNativeFunction || eeNativeFunction(<ee offset>, <original opcode>, <function>) || eeNativeFunction(0x11fa9c, 0x0080402d, 'memcpy')
Different emulators can have different functions included, vide SO3. Require api 1.4 or higher.
But functions from this list should be available in every emu:
<pre>ieee754_acosf ieee754_asinf ieee754_sqrtf
fabs cosf fabsf
sinf acosf asinf
sqrtf fptoui fptodp
litodp dptoli dptofp
memcpy memset strlen</pre>
|-
|-
|packedRegsNum || ||  
| eeNativeHook || eeNativeHook(<ee ofset>, <original opcode>, <action>) || eeNativeHook require apiRequest(1.4) or higher.
|-
|-
|packedFlags || ||  
| GsCustomShader || ||  
|-
|-
|packedPrim || ||  
| getTrophyObject || local trophyObj = getTrophyObject() || Required for all functions using trophyObj
|-
|-
|areaNumFrames || ||  
| getDmaObject || local dmaObj = getDmaObject() || Depreciated API - use EE:DmaAddHook / EE:DmaRemoveHook instead. Is not clear when it was depreciated, JAK emu don't use it.
|-
|-
|waveThreshold || ||  
| Unlock || ||  
|-
|-
|loadThreshold || ||  
| getScreenShotObject || ||  
|-
|-
|fixSpriteDivTab || ||
| IsUnlocked || ||  
|}
 
=====(IOP) IOPObject=====
<pre>Commands for the emulated input-output processor</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Usage !! Notes
|-style="background-color:#D7EF54"
|  || Object calling class ||
|-
|-
| getIOPObject || local iopObj = getIOPObject() || Required for all functions using iopObj, that include: <div align="left"><pre>ReplaceMem64 ReplaceMem32 ReplaceMem16 ReplaceMem8 ReadMemFloat
| InsnOverlay || InsnOverlay({<opcode, opcode, opcode...>}) || example: <div align="left"><pre>InsnOverlay({
WriteMemFloat WriteMem64 WriteMem32 WriteMem16 WriteMem8
0x27bdfff0, -- addiu $sp, -0x10
ReadMemStr AddHook RemoveHook GetGpr SetGpr GetPc SetPc
0xffbf0000, -- sd $ra, 0(sp)
GetCPR0 SetCPR0</pre></div>
0xffb00008, -- sd $s0, 8(sp)
|-style="background-color:#7698FF"
0x3c05000f, -- lui $a1, 0x000f
|  || Memory editing ||
0x34a57000, -- ori $a1, 0x7000
|-
0x0c0db8b6, -- jal Script::State::DoString
|ReplaceMem64 ||iopObj.ReplaceMem64(<address>, <value>) ||
0x0080802d, -- move $s0, $a0
0x24050001, -- li $a1, 1
0x0c0dba4c, -- jal Script::State::IsNull(int)
0x0200202d, -- move $a0, $s0
0xdfb00008, -- ld $s0, 8(sp)
0xdfbf0000, -- ld $ra, 0(sp)
0x03e00008, -- jr ra
0x27bd0010  -- addiu $sp, 0x10
})</pre></div>
|-
|-
|ReplaceMem32 || iopObj.ReplaceMem32(<address>, <value>)||
| eeDebugBreak || ||  
|-
|-
|ReplaceMem16 || iopObj.ReplaceMem16(<address>, <value>)||
| CsBindShader || ||  
|-
|-
|ReplaceMem8 ||iopObj.ReplaceMem8(<address>, <value>) ||
| CsSetParamInt32 || ||  
|-
|-
|ReadMemFloat || iopObj.ReadMemFloat(<address>) || iopObj.ReadMemFloat(0x28c3c)
| CsSetParamFloat || ||  
|-
|-
|WriteMemFloat || iopObj.WriteMemFloat(<address>, <value>) || iopObj.WriteMemFloat(0x65364, 1.3333333)
| CsResetContext || ||  
|-
|-
|ReadMem128 || iopObj.ReadMem128(<iop memory offset>)||  
| CsPrintContext || ||  
|-
|-
|WriteMem128 || iopObj.WriteMem128(<iop memory offset>, <value>)||
| PsBindShader || ||  
|-
|ReadMemFloat128 ||iopObj.ReadMemFloat128(<iop memory offset>) ||
|-
|-
|WriteMemFloat128 || iopObj.WriteMemFloat128(<iop memory offset>, <value>)||
| PsSetParamInt32 || ||  
|-
|-
| ReadMem64 || <pre>iopObj.ReadMem64(<iop memory offset>)</pre> || Read 8  Bytes From offset
| PsSetParamFloat || ||  
|-
|-
| WriteMem64 || <pre>iopObj.WriteMem64(<iop memory offset>, <data>)</pre> || Write 8  Bytes From offset
| PsResetContext || ||  
|-
|-
| ReadMem32 || <pre>iopObj.ReadMem32(<iop memory offset>)</pre> || Read 4 bytes from offset, examples: iopObj.ReadMem32(0x1198)
| PsPrintContext || ||  
iopObj.ReadMem32(gp - 348)
|-
|-
| WriteMem32 || <pre>iopObj.WriteMem32(<iop memory offset>, <data>)</pre> || Write 4 bytes to offset, example: iopObj.WriteMem32(0x89ac, 0x001b70f0)
|}
|-
<b>Note:</b> eeObj, emuObj, gsObj, etc are described as required, this is not really true. You can set functions locals they use as whatever you want, but due to specify of that emulator it will be better to keep official naming used in official configs.
| ReadMem16 || <pre>iopObj.ReadMem16(<iop memory offset>)</pre> || Read 2 bytes from offset, example: iopObj.ReadMem16(0x1198)
 
|-
===Registers for hook===
| WriteMem16 || <pre>iopObj.WriteMem16(<iop memory offset>, <data>)</pre> || Write 2 bytes to offset, example: iopObj.WriteMem16(0x89ac, 0x70f0)
Registers defined in alias files.  
|-
| ReadMem8 || <pre>iopObj.ReadMem8(<iop memory offset>)</pre> || Read 1 byte from offset, example: iopObj.ReadMem8(0x1198)
|-
| WriteMem8 || <pre>iopObj.WriteMem8(<iop memory offset>, <data>)</pre> || Write 1 byte to offset, example: iopObj.WriteMem8(0x89ac, 0xf0)
|-
|ReadMemStr || ||
|-
|GetGpr || iopObj.GetGPR(<gpr register>) || iopObj.GetGPR(a1)
|-
|SetGpr || iopObj.SetGPR(<gpr register> ,<value>) || example: iopObj.SetGPR(gpr.v0 ,3)
|-
|GetPc || iopObj.GetPc() || can be used also with additional var. like iopObj.GetPc()+8
|-
|SetPc || iopObj.SetPC(<PC>) ||iopObj.SetPC(0x6B80)
|-
|GetCPR0 || iopObj.GetCPR0(<COP0 register>) ||
|-
|SetCPR0 || iopObj.SetCPR0(<COP0 register>) ||
|-
|-style="background-color:#FEA15C"
|  || Clock speed ||
|-
| FastForwardClock || iopObj.FastForwardClock() ||
|-
| AdvanceClock || iopObj.AdvanceClock() ||
|-
| GetClock || iopObj.GetClock() || Returns the value of cycles the iop is ahead of (?)
|-style="background-color:#c6ecd9"
|  || Hooks ||
|-
|AddHook || iopObj.AddHook()||
|-
|RemoveHook || iopObj.RemoveHook()||
|-
|}


=====(GS) GsObject=====
'''GetGpr/SetGpr
<pre>Commands for the emulated Graphics synthesizer</pre>
'''
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
<pre>gpr.zero gpr.at
! Command !! Usage !! Notes
gpr.v0  gpr.v1
|-style="background-color:#D7EF54"
gpr.a0  gpr.a1  gpr.a2  gpr.a3
| || Object calling class ||
gpr.t0  gpr.t1  gpr.t2  gpr.t3
|-
gpr.t4 gpr.t5  gpr.t6 gpr.t7
| getGsObject || local gsObj = getGsObject() ||
gpr.s0  gpr.s1  gpr.s2 gpr.s3
|-style="background-color:#c6ecd9"
gpr.s4  gpr.s5  gpr.s6 gpr.s7
| || Graphical fixes / Improvement ||
gpr.t8  gpr.t9
|-
gpr.k0  gpr.k1
|SetL2HMode || gsObj.SetL2HMode(true)|| (true) and (false) are only known options
gpr.gp  gpr.sp  gpr.fp  gpr.ra
|-
gpr.lo  gpr.hi  gpr.sa
|SetUprenderMode ||gsObj.SetUprenderMode(1)|| Set uprender modeOverrides CLI, 0=none, 1=2x2
 
|-
example: eeObj.GetGpr(gpr.a1) </pre>
|SetUpscaleMode || gsObj.SetUpscaleMode("EdgeSmooth") || Sets upscale modeOverrides CLI
|-
|GetFramesInQueue || gsObj.GetFramesInQueue() || Returns the value of the frames that are still in queue
|-
|SetFrameSkipping || gsObj.SetFrameSkipping(true) || false and true are the values.
|-
|SetDeinterlaceShift || gsObj.SetDeinterlaceShift(0) || The values are 1 and 0, Enable or disable interlacing, requires emulators with high api
|-
|}


=====Does not require Object calling or Uknown=====
'''GetCPR0/SetCPR0
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
'''
! Command !! Usage !! Notes
<pre>cpr.index   cpr.pagemask
|-
cpr.random   cpr.wired
| eeInsnReplace || eeInsnReplace(EE memory offset, Original opcode (BE), Replace opcode (BE)) || Replace 4 bytes opcode in ee memory, correct memory range is 0x0 to 0x1FFFFFFF
cpr.entrylo0      cpr.badvaddr
cpr.entrylo1      cpr.count
cpr.context   cpr.entryhi
 
 
cpr.compare   cpr.config    cpr.taglo
cpr.status   cpr.badpaddr  cpr.taghi
cpr.cause   cpr.hwbk cpr.errorepc
cpr.epc   cpr.pccr
cpr.prid
 
example: eeObj.GetCPR0(cpr.status) </pre>
 
===SetGsTitleFix===
 
One of very important commands in ps2 emu lua, allow to change GS behavior.
Part of EmuObject() class, used frequently in official configs.
<br>Example usage from official config files: https://pastebin.com/yf802Up3
 
 
'''Commands'''
 
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Notes
|-
|-
| vuInsnReplace || <pre>vuInsnReplace(vu 0/1, vu memory offset divided by 8, (original opcode<<32) | original opcode, (replace opcode<<32) | replace opcode) </pre>|| Replace 2 x 4 bytes in VU memory, correct memory range depend on selected VU, left shift by 32 is used for VU lower opcodes. Command will fail if size is above 254. <pre>example:
|globalSet || used with workLoadThreshold or  waveThreshold or loadThreshold
vuInsnReplace(0, 0x167, (0x000002ff << 32) | 0x520507ff,(0x000002ff << 32) | 0x8000033c)
Replace 64 bits of VU0 at offset 0xB38</pre>
|-
|-
| iopInsnReplace || iopInsnReplace(IOP memory offset, Original opcode, opcode replacement) || Replace 4 bytes in iop memory, correct memory range is 0x0 to 0x1FFFFF, iopInsnReplace(0x1FFFFF, 0x0, 0x0803fff0)
|reserved ||
|-
|-
| eeNativeFunction || eeNativeFunction(<ee offset>, <original opcode>, <function>) || eeNativeFunction(0x11fa9c, 0x0080402d, 'memcpy')
|forceBiLinear ||
Different emulators can have different functions included, vide SO3. Require api 1.4 or higher.
But functions from this list should be available in every emu:
<pre>ieee754_acosf ieee754_asinf ieee754_sqrtf
fabs cosf fabsf
sinf acosf asinf
sqrtf fptoui fptodp
litodp dptoli dptofp
memcpy memset strlen</pre>
|-
|-
| eeNativeHook || eeNativeHook(<ee ofset>, <original opcode>, <action>) || eeNativeHook require apiRequest(1.4) or higher.
|ignoreSubBuffCov|| ignore ? buffer coverage
|-
|-
| GsCustomShader || ||  
|trianglesAsParticles||
|-
|ignoreAreaUpdate||
|-
|-
| Unlock || ||  
|SetSelfRender||
|-
|-
| IsUnlocked || ||  
|ignoreSprite||
|-
|-
| InsnOverlay || InsnOverlay({<opcode, opcode, opcode...>}) || example: <div align="left"><pre>InsnOverlay({
|clipScissors||
0x27bdfff0, -- addiu $sp, -0x10
0xffbf0000, -- sd $ra, 0(sp)
0xffb00008, -- sd $s0, 8(sp)
0x3c05000f, -- lui $a1, 0x000f
0x34a57000, -- ori $a1, 0x7000
0x0c0db8b6, -- jal Script::State::DoString
0x0080802d, -- move $s0, $a0
0x24050001, -- li $a1, 1
0x0c0dba4c, -- jal Script::State::IsNull(int)
0x0200202d, -- move $a0, $s0
0xdfb00008, -- ld $s0, 8(sp)
0xdfbf0000, -- ld $ra, 0(sp)
0x03e00008, -- jr ra
0x27bd0010  -- addiu $sp, 0x10
})</pre></div>
|-
|-
| eeDebugBreak || ||  
|forcePoint||
|-
|-
| CsBindShader || ||  
|forcePointSampling||
|-
|-
| CsSetParamInt32 || ||  
|setRejectionArea||
|-
|-
| CsSetParamFloat || ||  
|ignoreUpRender|| Ignore uprender for texture type described in params
|-
|-
| CsResetContext || ||  
|includeAreaUpdate||
|-
|-
| CsPrintContext || ||  
|forceSimpleFetch||
|-
|-
| PsBindShader || ||  
|fetchFromCurrBuff||
|-
|-
| PsSetParamInt32 || ||  
|ignoreUpShiftTri||
|-
|-
| PsSetParamFloat || ||  
|skipPacked||
|-
|-
| PsResetContext || ||  
|changeAlpha||
|-
|-
| PsPrintContext || ||  
|ignoreUpRenderTimeout||
|-
|-
|}
|}
<pre>Note: eeObj, emuObj, gsObj, etc are described as required, this is not really true. You can set functions locals they use as whatever you want, but due to specify of that emulator it will be better to keep official naming used in official configs.</pre>


=====Other objects=====
'''Arguments/variables
'''
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Usage !! Notes
! Argument !! Notes
|-
|-
! !! getGLSObject class !!
|alpha_mask ||
|-
|-
| getGLSObject || ||  
|alphaIsNot || alpha - is not X
|-
|-
|Enable || ||
|texMode || 1 - Point? , 2 - bilinear
|-
|-
|EnableServerRecording || ||  
|twIsLess || texture width - is less than X
|-
|-
|Pause || ||  
|thIsLess || texture height - is less than X
|-
|-
! !! getAudioObject class !!
|twIsNot || texture width - is not X
|-
|-
| getAudioObject || ||  
|thIsNot || texture width - is not X
|-
|-
| muteStreamingAll || ||  
|psmIsNot || texture pixel storage format - is not X
<pre>PSMCT32  = 0  PSMT4HL = 36
PSMCT24  = 1  PSMT4HH = 44
PSMCT16  = 2  PSMZ32  = 48
PSMCT16S = 10  PSMZ24  = 49
PSMT8    = 19  PSMZ16  = 50
PSMT4    = 20  PSMZ16S = 58
PSMT8H  = 27  </pre>
|-
|-
| muteStreamingMain || ||  
|zmsk || Z (depth) draw mask
<pre>update Z buffer      = 0
don't update Z buffer = 1
 
When 1 depth test result will be ignored</pre>
|-
|-
| muteStreamingBGM || ||  
|tw || texture width
|-
|-
! !! getRemotePlayObject class !!
|th || texture height
|-
|-
| getRemotePlayObject || ||  
|ztst || Z (depht) test method
|-
<pre>ZNOUSE  = 0
| Enable || ||
ZALWAYS  = 1
ZGEQUAL  = 2
ZGREATER = 3
 
0 -                      All pixels fail
1 -                      All pixels pass
2 - Pass if Z grater or equal to Z buffer
3 -        Pass if Z grater than Z buffer</pre>
|-
|-
! !! getVideoRecordingObject class !!
|mipIsGt || mip level is grater than X (?)
|-
|-
| getVideoRecordingObject || ||
|mmin || MMIN flag
<pre>NEAREST                = 0
LINEAR                = 1
NEAREST_MIPMAP_NEAREST = 2
NEAREST_MIPMAP_LINEAR  = 3
LINEAR_MIPMAP_NEAREST  = 4
LINEAR_MIPMAP_LINEAR  = 5</pre>
|-
|-
| Enable || ||  
|prim || GS primitive type
<pre>Point        = 0
Line          = 1
LineStrip    = 2
Triangle      = 3
TriangleStrip = 4
TriangleFan  = 5
Sprite        = 6</pre>
|-
|-
! !! getSharePlayObject class !!
|primIsNot || GS primitive type - is not
<pre>Point        = 0
Line          = 1
LineStrip    = 2
Triangle      = 3
TriangleStrip = 4
TriangleFan  = 5
Sprite        = 6</pre>
|-
|-
| getSharePlayObject || ||  
|fillArea ||  
|-
|-
| Enable || ||  
|frameW ||  
|-
|-
! !! getSpriteObject group  !!
|renderSelf ||
|-
|-
|getSpriteObject || ||
|hasClut ||  
|-
|-
|Enable || ||
|alphaTest ||  
|-
|-
|Disable || ||
|primTest ||  
|-
|-
|BindFragmentShader || ||
|workLoadThreshold ||  
|-
|-
|SetShaderParams || || <div align="left">
|alpha || <pre> example: alpha=0x80000044
<pre> Is not clear that params depend on shader, or are somehow hardcoded.
alpha=0</pre>
Example usage:
 
local sprite0 = getSpriteObject(0)
local scanlineParams = {
240.0, -- float scanlineCount
  0.7, -- float scanlineHeight;
1.5,        -- float scanlineBrightScale;
0.5,        -- float scanlineAlpha;
0.5        -- float vignetteStrength;
}
 
sprite0.SetShaderParams(scanlineParams)</pre></div>
|-
|-
|BindTexture || ||
|texType || (1-3, more? )
|-
|-
|SetPosXY || ||
|tbp || texture base pointer
|-
|-
|SetSizeXY || ||
|cbp || CLUT buffer base pointer
|-
|-
|SetPosUV || ||
|psm || texture pixel storage format
<pre>PSMCT32  = 0  PSMT4HL = 36
PSMCT24  = 1  PSMT4HH = 44
PSMCT16  = 2  PSMZ32  = 48
PSMCT16S = 10  PSMZ24  = 49
PSMT8    = 19  PSMZ16  = 50
PSMT4    = 20  PSMZ16S = 58
PSMT8H  = 27  </pre>
|-
|-
|SetSizeUV || ||
|mxl || maximum mip level (0-6)
|-
|fbmask || ?
|-
|totalArea ||
|-
|packedRegs ||
|-
|packedRegsLo ||
|-
|packedRegsHi ||
|-
|packedRegsNum ||  
|-
|-
|PrintContext || ||
|packedFlags ||  
|-
|-
|SetBlendColor || sprite<X>.SetBlendColor(<R,G,B,A>) in floats, max val. 1.0 || <div align="left">
|packedPrim ||  
<pre>local sprite0 = getSpriteObject(0)
sprite0.SetBlendColor(1.0,1.0,1.0,1.0)</pre></div>
|-
|-
| getTrophyObject || local trophyObj = getTrophyObject() || Required for all functions using trophyObj
|areaNumFrames ||  
|-
|-
| getDmaObject || local dmaObj = getDmaObject() || Depreciated API - use EE:DmaAddHook / EE:DmaRemoveHook instead. Is not clear when it was depreciated, JAK emu don't use it.
|waveThreshold ||  
|-
|-
| getScreenShotObject || ||  
|loadThreshold ||  
|-
|-
|fixSpriteDivTab ||
|}
|}


====Registers for hook====
===Example configs===
Registers defined in alias files.


'''GetGpr/SetGpr
====Official example====
'''
<pre>
<pre>gpr.zero gpr.at
require( "ee-gpr-alias" ) -- you can access EE GPR by alias (gpr.a0 / gpr["a0"])
gpr.v0  gpr.v1
apiRequest(0.4)
gpr.a0 gpr.a1  gpr.a2  gpr.a3
gpr.t0  gpr.t1  gpr.t2  gpr.t3
gpr.t4  gpr.t5  gpr.t6  gpr.t7
gpr.s0  gpr.s1  gpr.s2  gpr.s3
gpr.s4  gpr.s5  gpr.s6  gpr.s7
gpr.t8  gpr.t9
gpr.k0  gpr.k1
gpr.gp  gpr.sp  gpr.fp  gpr.ra
gpr.lo  gpr.hi  gpr.sa


example: eeObj.GetGpr(gpr.a1)
-- Star Wars: Racer Revenge (SLES-50366) [US]
</pre>


'''GetCPR0/SetCPR0
local eeObj = getEEObject()
'''
<pre>cpr.index   cpr.pagemask
cpr.random   cpr.wired
cpr.entrylo0      cpr.badvaddr
cpr.entrylo1      cpr.count
cpr.context   cpr.entryhi


eeInsnReplace(0x13d7f0, 0x1000ffff, 0x0804f45d) -- retry FREAD() for fix #9025,
eeInsnReplace(0x13BCD0, 0x3c023f80, 0x3C023F40) -- Zoom
eeInsnReplace(0x1153B4, 0x3c023f80, 0x3C023FAB) -- Y-FOV


cpr.compare   cpr.config    cpr.taglo
cpr.status   cpr.badpaddr  cpr.taghi
cpr.cause   cpr.hwbk cpr.errorepc
cpr.epc   cpr.pccr
cpr.prid


example: eeObj.GetCPR0(cpr.status) </pre>
-- Track#
-- The Grand Reefs : 6
-- Ruins of Carnuss Gorgull : 9
eeObj.AddHook(0x187330, 0x3c010001, function()
local track = eeObj.GetGpr(gpr.a1)
print(string.format("Track : %d", track))
if track == 6 or track == 9 then
eeObj.Vu1MpgCycles(1000) -- makes it be 30fps.
else
eeObj.Vu1MpgCycles(100) -- default value.
end
end)
</pre>


====Custom config.lua example====


====Official examples====
[https://www.psdevwiki.com/ps4/Talk:PS2_Classics_Emulator_Compatibility_List#Official_PS2emu_Configuration_Files You can find the rest of them here]
<br>Canis Canem Edit
<br>'''SLES 535.61'''
<br>'''LUA'''
<pre>
require( "ee-gpr-alias" ) -- you can access EE GPR by alias (gpr.a0 / gpr["a0"])
apiRequest(0.1)
-- EA sports cricket 07 bug 9392
-- Performance fix
local emuObj = getEmuObject()
local thresholdArea = 600
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80000044 , zmsk=1 , tw=4, th=4  } )
</pre>
====Custom config.lua examples====
Here is the first custom lua config created by the community:
Here is the first custom lua config created by the community:


Line 1,787: Line 1,568:
eeInsnReplace(0x1CF3CC, 0x4100ffff, 0x00000000) -- bc0f 0x1CF3CC to nop
eeInsnReplace(0x1CF3CC, 0x4100ffff, 0x00000000) -- bc0f 0x1CF3CC to nop
</pre>
</pre>
This is a very basic command to replace a part of the EE memory with another instruction.  
 
* apiRequest(0.1) - Is required for every config. Used version depend on your original eboot highest supported api. 0.1 seems to be enough for basic patches like here. 2.3 is highest known for now.  
This is very basic command to replace part of EE memory with other instruction.  
* apiRequest(0.1) - Is required for every config. Used version depend on your original eboot highest supported api. 0.1 seems to be enough for basic patches like here. 0.4 is highest known for now.  
* -- Fix black screen SLUS-20064 is comment
* -- Fix black screen SLUS-20064 is comment
* eeInsnReplace(0x1CF3CC, 0x4100ffff, 0x00000000) is our true command here. We are replacing the value 0x4100FFFF to 0x00000000 at the offset of 0x1CF3CC  . Like you can see we need to add what opcode is replaced. Not only patch, and memory offset.
* eeInsnReplace(0x1CF3CC, 0x4100ffff, 0x00000000) is our true command here. We are replacing here 0x4100FFFF to 0x00000000 at 0x1CF3CC memory offset. Like you can see we need to add what opcode is replaced. Not only patch, and memory offset.
* -- bc0f 0x1CF3CC to nop is just another comment, in this case explaining what is changed
* -- bc0f 0x1CF3CC to nop is just another comment, in this case explaining what is changed
[https://www.psdevwiki.com/ps4/Talk:PS2_Classics_Emulator_Compatibility_List#Custom_PS2emu_Configuration_Files Other custom configurations made by users can be found here]


=Memory Mapping=
==PS3 Config support==
 
Emulator support configs in format known from ps2_netemu/ps2classic from PS3. This feature was officially used in Arc the Lad Twilight of the Spirits ps2-ps4 classic.<br/>
To enable ps3 style config add this to config-emu-ps4.txt:
 
*--lopnor-config=1
*--ps2-title-id=TITLE-ID
 
Config file need to be in folder ...'''/patches/{TITLE-ID}/''' and file need to have name '''{TITLE-ID}_lopnor.cfgbin'''. title id need to be in XXXX-YYYYY format (ex. SLUS-12345).
<br>Example path: /patches/SLUS-12345/SLUS-12345_lopnor.cfgbin
<br>Tester confirmed that configs work like that. We don't even need to edit them, they work as is.


{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: left;"
 
! Name !! From !! To
'''Config repository:''' https://github.com/Zarh/ManaGunZ/tree/master/pkgfiles/USRDIR/sys/CONFIG
|-
Just download as raw file, and rename correctly.
|EE Flat Memory (4gb)              ||  0x0000008000000000 ||  0x0000008100000000
 
|-
Please keep in mind that not all commands are recognized, only 0x01 (can depend on emu revision), 0x09, 0x0A, 0x0B, 0x0F, 0x10, 0x26, 0x27, 0x42.
|IOP Flat Memory (4gb)             ||  0x0000009000000000 ||  0x0000009100000000
For example Rayman 3 config not work due to unsupported command.<br>
Command 0x07 is NOT recognized, but can be manually translated to cli config (to: --vu-xgkick-delay=value). Same goes for 0x11 (--vu0-accurate-addsub-range can be used).<br>
*Configs explained in text form: https://github.com/Zarh/Get_CONFIG/blob/master/log.txt
*More about PS3 style configs/commands: https://www.psdevwiki.com/ps3/PS2_Emulation#Game_CONFIG
*Log from loading that kind of config: https://pastebin.com/ZpUyU8DE
 
= PS2 Bios =
 
==Description==
 
The PS2 bios is the file '''PS20220WD20050620.crack''' included in every PS2 game .pkg. It Is '''exactly''' the same BIOS that Sony used in ps2_netemu.self in PS3. Due to lack of many X modules homebrew compatibility is limited, and many of those need to be recompiled to use non X versions of modules, or need to load open source versions of them thru mc/cdvd. Important non X module that is missing is libsd, and homebrew that need it, will most likely fail to boot, or error.
<br>Bios is know to blacklist some titles, and refuse to boot them. This include all titles with 00000000 000000A0 flag from that  [[PS2_Emulation#Game_ID/DiscID in PS20220WD20050620.crack | list (click here)]]
 
Bios version seems to be Developement v2.20 from Japan region (22/01/2007), but it's of course not limited to booting only NTSC-J games.
Emulator not support USB peripherals, but this seems to be not limitation of BIOS, as it is used also in CECH C/E PS3 consoles.
There are signs that different bios version exist, named PS20190AC20030623_nordram_miniOSD.bin. This bios have included handy extensions for debugging, and can debug print with "debug osd verbosity" from CLI set to "verbose". Most noticeable difference for both bios files seems to be special RDRAM module.
<br>
<br>'''PS20220WD20050620.crack file MD5: 83AD2B530C9C102A561BA1CDC6D996D5'''
 
While PS3 emulators patch bios to preferred region, emulator used in PS4 use so called CallHook which is known better for pcsx2 users as fastboot. No need to describe patch here, just look at PCSX2 fastboot code. It's literally the same code, but PS4 emus don't have patches for different bios revisions.
 
==Files inside ROM image==
 
{| class="wikitable" style="font-size:small;"
! File !! Offset in exported bin !! Description !! File type (exportable)
|-
|-
|R59 Binary Cache                  || 0x0000000914B10000 || 0x0000000916B10000
| RESET || 0x00 || Bootstrap code for the EE and IOP. || BIN
|-
|-
|R30 Binary Cache                  || 0x0000000916B14000 || 0x0000000917314000
| ROMDIR || 0x2780 || The ROMDIR part of the ROM image, which provides information on the location and name of files contained in the image. || BIN
|-
|-
|jitVU0                            || 0x0000000917318000 || 0x0000000917B18000
| EXTINFO || 0x2CC0 || Contains the "EXTINFO" for all files in the ROM image. || BIN
|-
|-
|jitVU1                            || 0x0000000917B1C000 || 0x0000000918B1C000
| SBIN || 0x3330 || Seems to be the pad controller library for the PS1 monitor. || BIN
|-
|-
! !! Host's EE Memory Map !!
| LOGO || 0xA2D0 || PS1 logo? || BIN
|-
|-
|EE RAM - Kernel                  ||  0x0000008000000000 || 0x0000008000080000
| IOPBTCONF || 00x1EA20 || Boot configuration file for the IOP, during the final phase of the IOP reset. If no UDNL module is specified, the IOP will only have a single IOP reset in the reboot process, with the modules listed in IOPBTCONF. || BIN
|-
|-
|EE RAM - Debug                    || 0x0000008000078000 || 0x0000008000080000
| IOPBTCON2 || 0x1EB10 || Boot configuration file for the IOP, for the first phase of the IOP reset (before UDNL is loaded). || BIN
|-
|-
|EE RAM - User                    || 0x0000008000080000 || 0x0000008002000000
| SYSMEM || 0x1EBE0 || System Memory Manager. || ELF
|-
|-
|EE Hw Devices                    || 0x0000008010000000 || 0x0000008010010000
| LOADCORE || 0x1FE00 || The core of IOP module loading. Provides the lowest level of IOP module loading functions. Also handles the startup of the IOP. || ELF
|-
|-
|EE ROM                            || 0x000000801FC00000 || 0x000000801FFE0000
| EXCEPMAN || 0x22380 || Exception manager. || ELF
|-
|-
|EE RAM - Uncached                || 0x0000008020080000 || 0x0000008022000000
| INTRMANP || 0x22F60 || Interrupt Manager. According to wisi, it is for PS mode. || ELF
|-
|-
|EE RAM - UncachedAccel            || 0x0000008030100000 || 0x0000008032000000
| INTRMANI || 0x24970 || Interrupt Manager. According to wisi, it is for IOP mode. || ELF
|-
|-
|EE Scratchpad                    || 0x0000008070000000 || 0x0000008070004000
| SSBUSC || 0x267B0 || SSBUS Controller library. The SSBUS seems to be the bus that all peripherals get connected to. It seems to have the power to control the mapping of the device registers, as well as access timing. || ELF
|-
|-
|EE Debug                          || 0x00000080FFFF8000 || 0x0000008100000000
| TIMEMANP || 0x26F20 || Timer Manager (PS mode) || ELF
|-
|-
! !! Host's IOP Memory Map  !!
| TIMEMANI || 0x27B00 || Timer Manager (IOP mode) || ELF
|-
|-
|IOP RAM                          || 0x0000009000000000 || 0x0000009000200000
| DMACMAN || 0x28730 || DMA Controller Manager. || ELF
|-
|-
|IOP RAM (mirror 1)                || 0x0000009000200000 || 0x0000009000400000
| SYSCLIB || 0x2BE30 || System C Library. || ELF
|-
|-
|IOP RAM (mirror 2)               ||  0x0000009000400000 || 0x0000009000600000
| HEAPLIB || 0x2E590 || Memory HEAP LIBrary (i.e. thvpool, thfpool) || ELF
|-
|-
|IOP RAM (mirror 3)                || 0x0000009000600000 || 0x0000009000800000
| THREADLIB || 0x2F290 || Multi_Thread_Manager || ELF
|-
|-
|IOP Scratchpad                    || 0x000000901F800000 || 0x000000901F801000
| VBLANK || 0x38020 || V-Blank management || ELF
|-
|-
|IOP HW                            || 0x000000901F801000 || 0x000000901F810000
| IOMAN || 0x38DB0 || IO Manager || ELF
|-
|-
|IOP ROM                          || 0x000000901FC00000 || 0x000000901FFE0000
| MODLOAD || 0x3AD20 || IOP module loader. || ELF
|-
|-
|}
| ROMDRV || 0x3D070 || ROM driver. Provides access to the boot ROM (rom0). || ELF
 
==Registers Map==
===EE-IOP===
<pre>This list of registers is yet to be completed. Some registers are incorrectly named or include incorrect offsets. 0x1000000xxx base is not guaranteed in different emu revisions, but layout should be the same regardless.
Assuming base is different (Like on kof2000), simply reduce these offsets by 8 hex values
(IOP, VU0, and VU1 registers' offsets are static in all emulators).
</pre>
<pre> List was designed for Jak v2
Eboot md5:c644f6879af225a6e5a70233fc4625a3</pre>
{| class=wikitable style="border: none; background: none;"
! scope=col | GPR-EE
! scope=col | Address
| rowspan=900 style="border: none; background: none;"|
! scope=col | FPR
! scope=col | Address
| rowspan=900 style="border: none; background: none;"|
! scope=col | CP0
! scope=col | Address
| rowspan=900 style="border: none; background: none;"|
! scope=col | GPR-IOP
! scope=col | Address
|-
|-
| zero  || 0x1000000000 || f00 ||  0x1000000230 || Index ||  0x10000002D0 || zero ||  0x1020000000
| ADDDRV || 0x3DF60 ||  Adds support for the DVD ROM (rom1:), via ROMDRV. || ELF
|-style="background-color:#EEEFF2"
|  at || 0x1000000010  ||  f01 ||  0x1000000234 ||  Random ||  0x10000002D4  || at  || 0x1020000004
|-
|-
|   v0 || 0x1000000020 || f02 || 0x1000000238 ||  EntryLo0  || 0x10000002D8  || v0  || 0x1020000008
| STDIO || 0x3D3C0 || Standard I/O library. || ELF
|-style="background-color:#EEEFF2"
|  v1 ||  0x1000000030 || f03 || 0x100000023C  || EntryLo1 ||  0x10000002DC  || v1  || 0x102000000C
|-
|-
|   a0 || 0x1000000040 || f04  || 0x1000000240  ||  Context ||  0x10000002E0  || a0  || 0x1020000010
| SIFMAN || 0x3EFB0 || SIF manager. || ELF
|-style="background-color:#EEEFF2"
|  a1 ||  0x1000000050 ||  f05 ||  0x1000000244 ||  PageMask ||  0x10000002E4  ||  a1 || 0x1020000014
|-
|-
|   a2 || 0x1000000060 || f06 || 0x1000000248 ||  Wired  ||    0x10000002E8 || a2  || 0x1020000018
| SIFINIT || 0x40550 || Initializes the SIF. || ELF
|-style="background-color:#EEEFF2"
|  a3 ||  0x1000000070 ||  f07 || 0x100000024C  ||  rsvd7  ||    0x10000002EC ||  a3 || 0x102000001C
|-
|-
|   t0  || 0x1000000080 || f08 || 0x1000000250 ||  BadVAddr ||    0x10000002F0 ||  t0 || 0x1020000020
| EESYNC || 0x40970 || For synchronizing with the EE, at the end of IOP resets. EESYNC from DNAS images are evil; they also perform a memory wipe of the region from 0x00084000 to .0x00100000. || ELF
|-style="background-color:#EEEFF2"
|  t1  ||  0x1000000090 ||  f09||  0x1000000254 ||  Count  ||    0x10000002F4 ||  t1 || 0x1020000024
|-
|-
|   t2  ||  0x10000000A0 ||  f10 ||  0x1000000258 || EntryHi  ||    0x10000002F8 ||  t2 || 0x1020000028
| EENULL || 0x40E10 ||  The idle thread (id #0) module, in ps2 loaded to 0x00081FC0. || BIN
|-style="background-color:#EEEFF2"
|  t3  || 0x10000000B0  || f11  ||  0x100000025C ||  Compare ||    0x10000002FC ||  t3 || 0x102000002C
|-
|-
|   t4  || 0x10000000C0  ||  f12 || 0x1000000260  ||  Status ||    0x1000000300 ||  t4 || 0x1020000030
| PS1ID || 0x40E50 ||  Only found in newer boot ROMs || BIN
|-style="background-color:#EEEFF2"
|  t5  || 0x10000000D0  ||  f13 ||  0x1000000264 ||  Cause ||   0x1000000304 ||  t5 || 0x1020000034
|-
|-
|   t6  || 0x10000000E0  || f14 ||  0x1000000268 ||  EPC  ||    0x1000000308 ||  t6 || 0x1020000038
| LIBFI || 0x40E60 || Not present in the boot ROM of the SCPH-10000 and SCPH-15000. || BIN
|-style="background-color:#EEEFF2"
|  t7 ||  0x10000000F0 ||  f15 ||  0x100000026C ||  PRid  ||    0x100000030C || t7  || 0x102000003C
|-
|-
|   s0 ||  0x1000000100 || f16 || 0x1000000270 || Config ||    0x1000000310 ||  s0 || 0x1020000040
| PS1VERJ || 0x40F50 ||  || BIN
|-style="background-color:#EEEFF2"
s1 || 0x1000000110  || f17  ||  0x1000000274 ||  Iab ||    0x1000000314 || s1  || 0x1020000044
|-
|-
|   s2 ||  0x1000000120 ||  f18 ||  0x1000000278 ||  Iabm ||    0x1000000318 || s2  || 0x1020000048
| PS1VERA || 0x40F60 ||  || BIN
|-style="background-color:#EEEFF2"
|  s3 ||  0x1000000130 || f19 || 0x100000027C  ||  Dab ||   0x100000031C ||  s3 || 0x102000004C
|-
|-
|   s4 || 0x1000000140  || f20  || 0x1000000280  ||  Dabm ||    0x1000000320 || s4  || 0x1020000050
| PS1VERE || 0x40F70 ||  || BIN
|-style="background-color:#EEEFF2"
|  s5 ||  0x1000000150 || f21  ||  0x1000000284 ||  Dvm  ||    0x1000000324 || s5 || 0x1020000054
|-
|-
|   s6 || 0x1000000160 ||  f22 ||  0x1000000288 ||  Dvbm  ||    0x1000000328 || s6  || 0x1020000058
| PS1VERC || 0x40F80 ||  || BIN
|-style="background-color:#EEEFF2"
|  s7 ||  0x1000000170 ||  f23 ||  0x100000028C ||  BadPAddr ||    0x100000032C ||  s7 || 0x102000005C
|-
|-
|   t8 || 0x1000000180  ||  f24 || 0x1000000290  ||  Debug  ||    0x1000000330 || t8  ||  0x1020000060
| PS1VERH || 0x40F90 ||  || BIN
|-style="background-color:#EEEFF2"
|  t9 ||  0x1000000190 ||  f25 ||  0x1000000294 ||  Perf  ||    0x1000000334 || t9 || 0x1020000064
|-
|-
|   k0 || 0x10000001A0 || f26  || 0x1000000298 ||  Pcr0 ||    0x1000000338 || k0 ||  0x1020000068
| OSDSYS || 0x40FA0 || The browser || BIN
|-style="background-color:#EEEFF2"
|  k1 ||  0x10000001B0 || f27  || 0x100000029C  ||  Pcr1 ||    0x100000033C ||  k1 ||  0x102000006C
|-
|-
|   gp ||  0x10000001C0 || f28  || 0x10000002A0 || TagLo   ||   0x1000000340 ||  gp  || 0x1020000070
| - || 0x40FB0 ||  || BIN
|-style="background-color:#EEEFF2"
|  sp ||  0x10000001D0 ||  f29 || 0x10000002A4  || TagHi  ||    0x1000000344 ||  sp  || 0x1020000074
|-
|-
|   fp ||  0x10000001E0 || f30 || 0x10000002A8  ||  ErrorEPC ||    0x1000000348 ||  fp || 0x1020000078
| RDRAM || 0x41000 || Provides a RDRAM test for the EE at power-on. This is run from RESET. || BIN
|-style="background-color:#EEEFF2"
|  ra || 0x10000001F0  || f31  || 0x10000002AC ||  Rsvd31 ||    0x100000034C ||    ra || 0x102000007C
|-
|-
|   hi/hi1 (2x 64bit) || 0x1000000200  || fACC || 0x10000002B0 || {{cellcolors|#7698FF|#000000}}COP0 additional registers  || ||    pc || 0x102000008C   
| EELOADCNF || 0x43D50 || Contains the IOP boot configuration file for EELOAD. || BIN
|-style="background-color:#EEEFF2"
|  lo/lo1 (2x 64bit) || 0x1000000210  || {{cellcolors|#7698FF|#000000}}FPU CTRL (FCR) ||  || real Pcr0 ||  0x1000000350 ||  hi ||0x1020000090 ??
|-
|-
|   sa  || 0x1000000220 || cp1cond  || 0x10000002B4 || real Pcr1  || 0x1000000358  ||  lo  || 0x1020000094 ??
| SIFCMD || 0x43F00 || SIF command module. Contains the SIF command and SIF RPC functions. || ELF
|--style="background-color:#EEEFF2"
|    ||  ||  fpu ver ||  0x10000002B8   
|-
|-
|   ||   || fpu sticky  || 0x10000002BC   
| REBOOT || 0x46140 || The reboot service. Receives IOP reset packets from the EE, from across the SIF. || ELF
|--style="background-color:#EEEFF2"
|  ||  ||  fpu ctrl ||  0x10000002C0
|-
|-
|   ||   || 2CF unknown || 0x10000002C4 
| LOADFILE || 0x46910 || The RPC server for MODLOAD || ELF
|-
|-
|}
| EECONF || 0x49070 || Loads part of the system configuration from the MECHACON EEPROM. Also configures and resets some peripherals, depending on the model version. In slimlines, and possibly on PS3 EECONF will also load the MAC address. || ELF
 
===Emulator related regs===
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! {{cellcolors|#7698FF|#000000}}"Fake" registers !! Address !! Notes 
|-
|-
| (?) || 0x1000000360      || Locking the value seems to cause a crash.
| - || 0x49FF0 ||   || BIN
|-style="background-color:#8b9dc3"
|Current PC<br>(4 Bytes) || 0x1000000368 || Shows the current offset that's being executed by the EE.<br>
Updated only on branch/jump tests, unless commands such as --ee-pc-coherency  or --ee-insn-flush-pc are used.<br>
Then updates are instant, right when instructions are executed. <br>
Commonly used by sceners as a way of finding troublesome offsets. Can be found in some emulators here too: 0x8000016830
|-
|-
| (?) || 0x100000036C ||
| IOPBOOT || 0x4A000 || IOP bootup program || BIN
Updated on branch/jump instructions, emulator seems to use it to store next address that will be executed.
At least in recompiler to interpreter fallback mode. During tests it shows 0x80000184
|-
|-
| Delta counter  || 0x1000000370  ||<pre>(Passed cycles, likely decrementer).
| - || 0x4B160 ||   || BIN
Evt check is performed on branch test when 0.
Fastforwardclock set this to 0,
advanceclock subtract value from this fake reg)</pre>
|-
|-
|Cycles ||0x1000000378||  
| TBIN || 0x4B800 || The PS1 monitor program. Seems to be the PS1 BIOS. This is started by RESET, when the IOP is in PS1 mode. || BIN
|-
|-
| (?) || 0x1000000384 || <pre>Address when last exception occurred on r5900.
| XSHA1 || 0x59770 || sha1 - this only present in PS3. It is used as additional antipiracy check. It seems that it calculate disc main elf checksum and compares it with some database. Config related?|| ELF
This register most of times will hold last executed syscall address,
sometimes last tlb miss or break(if "as nop" is disabled).
Unlike the pc, this one doesn't change after a crash and has much lower latency.
Thus meaning it's better at diagnosing problems.</pre>
|-
|-
|}
| XLOADFILE || 0x5A740 || Updated module || ELF
 
===VU0 Registers===
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| class=wikitable style="border: none; background: none;"
! scope=col | Register
! scope=col | W
! scope=col | Z
! scope=col | Y
! scope=col | X
| rowspan=900 style="border: none; background: none;"|
! scope=col | Register
! scope=col | W
! scope=col | Z
! scope=col | Y
! scope=col | X
|-
|-
| vf00 || 0x103000000C|| 0x1030000008 || 0x1030000004||  0x1030000000|| vf17 || 0x103000011C|| 0x1030000118|| 0x1030000114||  0x1030000110
| SIO2MAN || 0x5D7F0 || SIO2 manager. Provides access to the SIO2 interface. || ELF
|-style="background-color:#EEEFF2"
| vf01 || 0x103000001C || 0x1030000018|| 0x1030000014||0x1030000010 || vf18 || 0x103000012C|| 0x1030000128|| 0x1030000124|| 0x1030000120
|-
|-
| vf02 || 0x103000002C|| 0x1030000028|| 0x1030000024|| 0x1030000020|| vf19 ||0x103000013C|| 0x1030000138|| 0x1030000134|| 0x1030000130
| - || 0x5F420 ||   || BIN
|-style="background-color:#EEEFF2"
| vf03 || 0x103000003C||0x1030000038 ||0x1030000034 || 0x1030000030|| vf20 || 0x103000014C|| 0x1030000148|| 0x1030000144|| 0x1030000140
|-
|-
| vf04 || 0x103000004C|| 0x1030000048|| 0x1030000044|| 0x1030000040|| vf21 || 0x103000015C||0x1030000158 || 0x1030000154|| 0x1030000150
| MCSERV || 0x61340 || RPC server for MCMAN. || ELF
|-style="background-color:#EEEFF2"
| vf05 || 0x103000005C|| 0x1030000058|| 0x1030000054|| 0x1030000050|| vf22 || 0x103000016C|| 0x1030000168|| 0x1030000164|| 0x1030000160
|-
|-
| vf06 || 0x103000006C|| 0x1030000068 || 0x1030000064|| 0x1030000060|| vf23 || 0x103000017C||0x1030000178 || 0x1030000174||0x1030000170
| - || 0x63040 ||   || BIN
|-style="background-color:#EEEFF2"
| vf07 || 0x103000007C|| 0x1030000078 || 0x1030000074|| 0x1030000070|| vf24 ||0x103000018C || 0x1030000188|| 0x1030000184||0x1030000180
|-
|-
| vf08 || 0x103000008C|| 0x1030000088|| 0x1030000084|| 0x1030000080|| vf25 || 0x103000019C || 0x1030000198||0x1030000194 ||0x1030000190
| KROMG || 0x64000 ||   || BIN
|-style="background-color:#EEEFF2"
| vf09 || 0x103000009C ||0x1030000098||0x1030000094 || 0x1030000090|| vf26 || 0x10300001AC|| 0x10300001A8||0x10300001A4||0x10300001A0
|-
|-
| vf10|| 0x10300000AC|| 0x10300000A8|| 0x10300000A4|| 0x10300000A0|| vf27 || 0x10300001BC||0x10300001B8 ||0x10300001B4||0x10300001B0
| - || 0x65CC0 ||   || BIN
|-style="background-color:#EEEFF2"
| vf11 || 0x10300000BC|| 0x10300000B8|| 0x10300000B4||0x10300000B0 || vf28 || 0x10300001CC||0x10300001C8 || 0x10300001C4||0x10300001C0
|-
|-
| vf12 ||0x10300000CC || 0x10300000C8||0x10300000C4 || 0x10300000C0|| vf29 || 0x10300001DC||0x10300001D8 ||0x10300001D4 ||0x10300001D0
| KROM || 0x66000 || Kanji ROM? Not sure where this is used. || BIN
|-style="background-color:#EEEFF2"
| vf13 || 0x10300000DC|| 0x10300000D8|| 0x10300000D4|| 0x10300000D0|| vf30 || 0x10300001EC|| 0x10300001E8|| 0x10300001E4||0x10300001E0
|-
|-
| vf14 || 0x10300000EC||0x10300000E8 || 0x10300000E4|| 0x10300000E0|| vf31 || 0x10300001FC|| 0x10300001F8|| 0x10300001F4||0x10300001F0
| - || 0x7FE70 ||   || BIN
|-style="background-color:#EEEFF2"
| vf15 || 0x10300000FC|| 0x10300000F8|| 0x10300000F4|| 0x10300000F0|| ACC || 0x103000020C|| 0x1030000208||0x1030000204 || 0x1030000200
|-
|-
| vf16 || 0x103000010C ||0x1030000108 || 0x1030000104|| 0x1030000100
| ROMVER || 0x7FF00 || ROM version. || BIN
|-
|-
|}
| - || 0x7FF10 ||   || BIN
 
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| class=wikitable style="border: none; background: none;"
! scope=col | Register
! scope=col | Address
| rowspan=900 style="border: none; background: none;"|
! scope=col | Register
! scope=col | Address
|-
| vi00 || 0x1030000210 ||Status|| 0x1030000310??
|-style="background-color:#EEEFF2"
| vi01 || 0x1030000220  || MACflag || 0x1030000320??
|-
|-
| vi02|| 0x1030000230  || Clipflag || 0x1030000330??
| VERSTR || 0x7FF30 || Version string. Probably PS1 ROM will use this because that this string is also present in PlayStation consoles. || BIN
|-style="background-color:#EEEFF2"
|  vi03||  0x1030000240 || c2c19 || 0x1030000340??
|-
|-
| vi04||  0x1030000250 ||  R || 0x1030000350??
| - || 0x7FF90 ||   || BIN
|-style="background-color:#EEEFF2"
|  vi05|| 0x1030000260  || I || 0x1030000360
|-
|-
| vi06|| 0x1030000270 || Q || 0x1030000590
| ROMGSCRT || 0x80000 ||   || BIN
|-style="background-color:#EEEFF2"
|  vi07||  0x1030000280 || c2c23 || 0x1030000380??
|-
|-
| vi08|| 0x1030000290 || c2c24 || 0x1030000390??
| NCDVDMAN || 0x82D30 || It seems to be a heavily stripped-down CDVDMAN module, with no support for some S-command functions like sceCdRI. || ELF
|-style="background-color:#EEEFF2"
|  vi09||  0x10300002A0 || c2c25 || 0x10300003A0??
|-
|-
| vi10|| 0x10300002B0 || TPC || 0x10300003B0
| SECRMAN || 0x8F770 || Security Manager. Signing is NOT done with the one in ROM, but with a special version that comes with the utility discs. Looks like PS3 units have a different SECRMAN module from retail sets, similar to PS2 TOOL one. || ELF
|-style="background-color:#EEEFF2"
|  vi11||  0x10300002C0|| CMSAR0 || 0x10300003C0??
|-
|-
| vi12|| 0x10300002D0 || FBRST || 0x10300003D0
| MCMAN || 0x93C30 || Memory Card Manager. || ELF
|-style="background-color:#EEEFF2"
|  vi13||  0x10300002E0 || VPU-STAT || 0x10300003E0??
|-
|-
| vi14|| 0x10300002F0 || CMSAR1 || 0x10300003F0??
| PADMAN || 0xA30C0 || Pad manager. || ELF
|-style="background-color:#EEEFF2"
|  vi15||  0x1030000300 || c2c30 || 0x1030000400??
|-
|-
|}
| CDVDMAN || 0xAC810 || The CD/DVD manager. || ELF
===VU1 Registers===
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| class=wikitable style="border: none; background: none;"
! scope=col | Register
! scope=col | W
! scope=col | Z
! scope=col | Y
! scope=col | X
| rowspan=900 style="border: none; background: none;"|
! scope=col | Register
! scope=col | W
! scope=col | Z
! scope=col | Y
! scope=col | X
|-
|-
| vf00 || 0x104000000C|| 0x1040000008 || 0x1040000004|| 0x1040000000|| vf17 || 0x104000011C|| 0x1040000118|| 0x1040000114||  0x1040000110
| CDVDFSV || 0xB4BC0 || The RPC server for CDVDMAN. || ELF
|-style="background-color:#EEEFF2"
|-
| vf01 || 0x104000001C || 0x1040000018|| 0x1040000014||0x1040000010 || vf18 || 0x104000012C|| 0x1040000128|| 0x1040000124|| 0x1040000120
| FILEIO || 0xBCF80 || RPC server for IOMAN. Sony has greatly changed the semantics and design of FILEIO after some point. Connecting an old FILEIO EE RPC client to a newer server will result in a severe IOP crash. || ELF
|-
| CLEARSPU || 0xBF080 || Seems to clear/reset the SPU, but is known to cause crashes under some conditions. Not sure if it's buggy or not. Only used by the OSDSYS of the SCPH-10000 and SCPH-15000, probably retained for backward-compatibility. || ELF
|-
| UDNL || 0xC0CC0 || It is responsible for selecting the modules and starting the IOP, during the final phase of the IOP reset where the desired modules are to be loaded into the IOP. || ELF
|-
|-
| vf02 || 0x104000002C|| 0x1040000028|| 0x1040000024|| 0x1040000020|| vf19 ||0x104000013C|| 0x1040000138|| 0x1040000134|| 0x1040000130
| IGREETING || 0xC2BC0 || Displays boot information (i.e. IOP boot type, EBOOTP, IBOOTP, switch positions for DSW602 and the type of DSW602 board installed || ELF
|-style="background-color:#EEEFF2"
| vf03 || 0x104000003C||0x1040000038 ||0x1040000034 || 0x1040000030|| vf20 || 0x104000014C|| 0x1040000148|| 0x1040000144|| 0x1040000140
|-
|-
| vf04 || 0x104000004C|| 0x1040000048|| 0x1040000044|| 0x1040000040|| vf21 || 0x104000015C||0x1040000158 || 0x1040000154|| 0x1040000150
| EELOAD || 0xC3C20 || The EE ELF loader, which is loaded by LoadExecPS2() to 0x00082000 in PS2 for loading ELFs. || BIN
|-style="background-color:#EEEFF2"
| vf05 || 0x104000005C|| 0x1040000058|| 0x1040000054|| 0x1040000050|| vf22 || 0x104000016C|| 0x1040000168|| 0x1040000164|| 0x1040000160
|-
|-
| vf06 || 0x104000006C|| 0x1040000068 || 0x1040000064|| 0x1040000060|| vf23 || 0x104000017C||0x1040000178 || 0x1040000174||0x1040000170
| XCDVDMAN || 0xD2DA0 || cdvd_driver - Updated module || ELF
|-style="background-color:#EEEFF2"
| vf07 || 0x104000007C|| 0x1040000078 || 0x1040000074|| 0x1040000070|| vf24 ||0x104000018C || 0x1040000188|| 0x1040000184||0x1040000180
|-
|-
| vf08 || 0x104000008C|| 0x1040000088|| 0x1040000084|| 0x1040000080|| vf25 || 0x104000019C || 0x1040000198||0x1040000194 ||0x1040000190
| XCDVDFSV || 0xE1B30 || cdvd_ee_driver - Updated module || ELF
|-style="background-color:#EEEFF2"
| vf09 || 0x104000009C ||0x1040000098||0x1040000094 || 0x1040000090|| vf26 || 0x10400001AC|| 0x10400001A8||0x10400001A4||0x10400001A0
|-
|-
| vf10|| 0x10400000AC|| 0x10400000A8|| 0x10400000A4|| 0x10400000A0|| vf27 || 0x10400001BC||0x10400001B8 ||0x10400001B4||0x10400001B0
| OSDSND || 0xEFF60 || OSD sound library. This is actually the tentative sound driver, which is called "librspu2" in the Sony SDK. || ELF
|-style="background-color:#EEEFF2"
| vf11 || 0x10400000BC|| 0x10400000B8|| 0x10400000B4||0x10400000B0 || vf28 || 0x10400001CC||0x10400001C8 || 0x10400001C4||0x10400001C0
|-
|-
| vf12 ||0x10400000CC || 0x10400000C8||0x10400000C4 || 0x10400000C0|| vf29 || 0x10400001DC||0x10400001D8 ||0x10400001D4 ||0x10400001D0
| PS2LOGO || 0x11ABB0 || Displays the PlayStation 2 logo from the inserted disc. For newer consoles, if the logo cannot be decrypted properly, it will fall back to the browser. Not actually required to boot games, but the Sony OSDSYS boots PS2 games through this program. || ELF
|-style="background-color:#EEEFF2"
| vf13 || 0x10400000DC|| 0x10400000D8|| 0x10400000D4|| 0x10400000D0|| vf30 || 0x10400001EC|| 0x10400001E8|| 0x10400001E4||0x10400001E0
|-
|-
| vf14 || 0x10400000EC||0x10400000E8 || 0x10400000E4|| 0x10400000E0|| vf31 || 0x10400001FC|| 0x10400001F8|| 0x10400001F4||0x10400001F0
| XPARAM2 || 0x137500 || File store per title settings for IOP emulation (XPARAM available also in real PS2 since 750XX where Deckard powerPC was introduced) || ELF
|-style="background-color:#EEEFF2"
| vf15 || 0x10400000FC|| 0x10400000F8|| 0x10400000F4|| 0x10400000F0|| ACC || 0x104000020C|| 0x1040000208||0x1040000204 || 0x1040000200
|-
|-
| vf16 || 0x104000010C ||0x1040000108 || 0x1040000104|| 0x1040000100
| OSDSYS || 0x139A00 || The browser || BIN
|-
|-
| PIOPRP || 0x177880 || Present in the PS3 ps2_(gx/soft/net)emu; contains version 3.1.0 of the IOP software (compared to version 1.3.4 on the root).  || BIN
|-
| KERNEL || 0x1BB7E0 || The EE kernel || BIN
|}
|}
Description source: https://gist.github.com/uyjulian/25291080f083987d3f3c134f593483c5
== Game_ID/DiscID in PS20220WD20050620.crack ==
There are 193 titleIDs listed inside XPARAM2.ELF file of PS2 Bios included in PS20220WD20050620.crack. XPARAM2.ELF is called by OSDSYS, then ID check is performed. If titleID match to one of included in the table, different IOP emulation settings are applied. This include blacklisting for some specific titles.
Original PS2 bios from models with emulated IOP, include similar list file called XPARAM.ELF. Title IDs there are not the same, although some of them exist on both lists.


{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| class="wikitable sortable" ||  
{| class=wikitable style="border: none; background: none;"
! scope=col | Register
! scope=col | Address
| rowspan=900 style="border: none; background: none;"|
! scope=col | Register
! scope=col | Address
|-  
|-  
| vi00 || 0x1040000210 ||vi16|| 0x1040000310??
! Command !! Name
|-style="background-color:#EEEFF2"
|-
| vi01 || 0x1040000220  || vi17 || 0x1040000320??
| 0x00 || TITLE_MASK
|-
|-
| vi02|| 0x1040000230  || vi18 || 0x1040000330??
| 0x01 || SIO2_MASK
|-style="background-color:#EEEFF2"
|  vi03||  0x1040000240 || vi19 || 0x1040000340??
|-
|-
| vi04|| 0x1040000250 ||  vi20 || 0x1040000350??
| 0x02 || DEV9_MASK
|-style="background-color:#EEEFF2"
|  vi05|| 0x1040000260  || vi21 || 0x1040000360
|-
|-
| vi06|| 0x1040000270 || vi22 || 0x1040000370??
| 0x03 || USB_MASK
|-style="background-color:#EEEFF2"
|  vi07||  0x1040000280 || vi23 || 0x1040000380??
|-
|-
| vi08|| 0x1040000290 || vi24 || 0x1040000390??
| 0x04 || SIF_DMA_SYNC
|-style="background-color:#EEEFF2"
|  vi09||  0x10400002A0 || vi25 || 0x10400003A0??
|-
|-
| vi10|| 0x10400002B0 || vi26 || 0x10400003B0
| 0x05 || SIF_DMA_LOAD
|-style="background-color:#EEEFF2"
|  vi11||  0x10400002C0|| vi27 || 0x10400003C0??
|-
|-
| vi12|| 0x10400002D0 || vi28 || 0x10400003D0
| 0x06 || DMAC_CH10_INT_DELAY
|-style="background-color:#EEEFF2"
|  vi13||  0x10400002E0 || vi29 || 0x10400003E0??
|-
|-
| vi14|| 0x10400002F0 || vi30 || 0x10400003F0??
| 0x07 || MECHA_RECOGTIME
|-style="background-color:#EEEFF2"
|  vi15||  0x1040000300 || vi31 || 0x1040000400??
|-
|-
|}
| 0x08 || CPU_DELAY
 
|-
=Open CL and Floats=
| 0x09 || DEV5_INT_SPEED
 
PS4 native Floating point support and OpenCL info, for both CPU and GPU. The understanding of floating point conversion is very important for emulating the PS2.
<br>Info found below came from this: [https://gist.github.com/masterzorag/06cadbc5fbe7d3375704fc52518f434e#file-gistfile1-md gist]
<br>There you can find more info about PS4's OpenCL.
 
==CPU==
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Info !! Value
|-
|-
| Device Name                                ||   CXD90026AG - DG1002FGF84HT
| 0x0A || CDVD_READ_DELAY
|-
|-
| Device Vendor                              ||   AuthenticAMD
| 0x0B || SPU2_BEHAVIOR
|-
|-
| Device Vendor ID                           ||   0x1022
|}
 
{| class="wikitable sortable" ||
|-
! ID !! Title !! Command !! Value !! Remarks
|-
|PBPX_952.01 || DVD Utility Disc Version 1.00                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Device OpenCL C Version                    ||   OpenCL C 1.2 pocl
|PBPX_952.02 || DVD Utility Disc Version 1.01                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Device Type                                ||   CPU
|PBPX_952.03 || DVD Utility Disc Version 1.01                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Max compute units                          ||   8
|PBPX_952.06 || DVD Player (Version 2.01)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Max work item dimensions                    ||   3
|PBPX_952.07 || DVD Player (Version 2.10)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Max work item sizes                        ||   4096x4096x4096
|PBPX_952.08 || DVD Player (Version 2.10)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Max work group size                        ||   4096
|PBPX_952.09 || DVD Player (Version 2.10)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Preferred work group size multiple          ||   8
|PBPX_952.10 || DVD Utility Disc Version 2.10                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
! Half-precision Floating-point support      !!  (n/a)
|PBPX_952.11 || DVD Utility Disc Version 1.00                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
! Single-precision Floating-point support    !!  (core)
|PBPX_952.21 || DVD Player (Version 2.12)                                           || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Denormals                                  || Yes
|PBPX_952.22 || DVD Player (Version 2.14)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Infinity and NANs                          || Yes
|PBPX_952.24 || DVD Player (Version 2.16)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Round to nearest                            || Yes
|PBPX_952.28 ||                                                                     || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Round to zero                              || Yes
|PBPX_952.35 ||                                                                     || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Round to infinity                          || Yes
|PBPX_952.39 || Online Start Up Disc v3.0                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| IEEE754-2008 fused multiply-add            || No
|PBPX_955.01 || Linux for PS2 Beta Release 1                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Support is emulated in software            || No
|PBPX_955.07 || Playstation 2 Linux Runtime Environment v1.0 (Disc 1)                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Correctly-rounded divide and sqrt operations|| Yes
|PBPX_955.09 || Linux for PS2 Release 1.0                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
! Double-precision Floating-point support    !!  (cl_khr_fp64)
|PBPX_955.18 ||                                                                      || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Denormals                                  || Yes
|PDPX_991.09 || DVD Player (Version 3.04)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Infinity and NANs                          || Yes
|PSXC_002.01 || PSX Update Disc 1.10                                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Round to nearest                            || Yes
|PSXC_002.02 || PSX Update Disc 1.20                                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Round to zero                              || Yes
|PSXC_002.03 || PSX Update Disc 1.31                                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| Round to infinity                          || Yes
|PTPX_970.38 ||                                                                     || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
| IEEE754-2008 fused multiply-add            || Yes
|SCAJ_201.25 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| Support is emulated in software            || No
|SCAJ_201.26 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
! Execution capabilities                      !!
|SCES_532.02 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| Run OpenCL kernels                          || Yes
|SCKA_200.49 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| Run native kernels                          || Yes
|SCPM_621.15 ||                                                                     || 0x00 ||  0x1000000 || TITLE_MASK
|-
|-
| SPIR versions                              || 1.2
|SCPM_621.16 ||                                                                      || 0x00 ||  0x1000000 || TITLE_MASK
|-
|-
| Device Extensions                          ||   <div align="left"><pre> cl_khr_byte_addressable_store
|SCPN_601.01 || PlayStation BB Navigator (Version 0.10)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
cl_khr_global_int32_base_atomics
cl_khr_global_int32_extended_atomics
cl_khr_local_int32_base_atomics
cl_khr_local_int32_extended_atomics
cl_khr_3d_image_writes
cl_khr_spir
cl_khr_fp64
cl_khr_int64_base_atomics
cl_khr_int64_extended_atomics </pre></div>
|-
|-
|}
|SCPN_601.30 || PlayStation BB Navigator (Version 0.20)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
 
==GPU==
 
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Info !! Values
|-
|-
|Device Name                                  ||   AMD LIVERPOOL
|SCPN_601.40 || PlayStation BB Navigator (Version 0.30)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
|Device Vendor                                ||   AMD
|SCPN_601.50 || PlayStation BB Navigator (Version 0.31)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
|Device Vendor ID                            ||   0x1002
|SCPN_601.60 || PlayStation BB Navigator (Version 0.32)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
|Device Version                                || OpenCL 1.1
|SCPS_110.01 || I.Q. Remix                                                          || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
|Device OpenCL C Version                      || OpenCL C 1.1
|SCPS_110.10 || Yoake no Mariko (Performance Pack Edition)                          || 0x01 ||    0x1800 || SIO2_MASK
|-
|-
|Device Type                                  || GPU
|SCPS_110.18 || Yoake no Mariko                                                      || 0x01 ||    0x1800 || SIO2_MASK
|-
|-
|Max compute units                            || 18
|SCPS_110.21 || Yoake no Mariko 2nd Act (Limited Edition)                            || 0x01 ||    0x1800 || SIO2_MASK
|-
|-
|Max work item dimensions                      || 3
|SCPS_110.22 || Yoake no Mariko 2nd Act                                              || 0x01 ||    0x1800 || SIO2_MASK
|-
|-
|Max work item sizes                          || 256x256x256
|SCPS_150.38 || Lifeline                                                            || 0x0A ||    0x80300 || CDVD_READ_DELAY
|-
|-
|Max work group size                            || 256
|SCPS_150.39 || Lifeline                                                            || 0x0A ||    0x80300 || CDVD_READ_DELAY
|-
|-
|Compiler Available                              || Yes
|SCPS_170.01 || Gran Turismo 4                                                      || 0x0B || 0x10000000 || SPU2_BEHAVIOR
|-
|-
|Preferred work group size multiple            || 64
|SCPS_175.01 || Linux (for PlayStation2) Release 1.0                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
!Half-precision Floating-point support        !!  (cl_khr_fp16)
|SCPS_200.39 ||                                                                      || 0x00 ||  0x4000000 || TITLE_MASK
|-
|-
|Denormals                                    || No
|SCUS_971.67 || PaRappa the Rapper 2                                                || 0x04 ||    0x2000 || SIF_DMA_SYNC
|-
|-
|Infinity and NANs                            || Yes
|SCUS_972.69 || Final Fantasy XI [Disc 2]                                            || 0x02 ||        0xB || DEV9_MASK
|-
|-
|Round to nearest                              || Yes
|SLES_500.48 || Donald Duck: Quack Attack                                            || 0x01 ||      0x800 || SIO2_MASK
|-
|-
|Round to zero                                || No
|SLES_500.62 || Orphen: Scion of Sorcery                                            || 0x08 ||      0xC1C || CPU_DELAY
|-
|-
|Round to infinity                            || No
|SLES_503.64 || City Crisis                                                          || 0x0A ||    0x80BB8 || CDVD_READ_DELAY
|-
|-
|IEEE754-2008 fused multiply-add              || No
|SLES_504.46 || Shadow Man 2: The Second Coming                                      || 0x0A ||    0x80600 || CDVD_READ_DELAY
|-
|-
|Support is emulated in software              || No
|SLES_505.40 || Simpsons: Road Rage                                                  || 0x01 ||      0x800 || SIO2_MASK
|-
|-
!Single-precision Floating-point support   !!    (core)
|SLES_506.08 || Shadow Man 2: The Second Coming                                      || 0x0A ||   0x80600 || CDVD_READ_DELAY
|-
|-
|Denormals                                    || No
|SLES_506.28 || Simpsons: Road Rage                                                  || 0x01 ||      0x800 || SIO2_MASK
|-
|-
|Infinity and NANs                            || Yes
|SLES_507.28 || Tiger Woods PGA Tour 2002                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
|-
|-
|Round to nearest                              || Yes
|SLES_507.29 ||                                                                     || 0x0A ||    0x803E8 || CDVD_READ_DELAY
|-
|-
|Round to zero                                || No
|SLES_512.82 || Tiger Woods PGA Tour 2003                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
|-
|-
|Round to infinity                            || No
|SLES_514.79 || Def Jam Vendetta                                                    || 0x01 ||      0x802 || SIO2_MASK
|-
|-
|IEEE754-2008 fused multiply-add              || No
|SLES_518.41 || SpyHunter 2                                                          || 0x01 ||      0x800 || SIO2_MASK
|-
|-
|Support is emulated in software              || No
|SLES_518.44 || Time Crisis 3                                                        || 0x01 ||      0x800 || SIO2_MASK
|-
|-
|Correctly-rounded divide and sqrt operations  || No
|SLES_519.97 || SWAT: Global Strike Team                                            || 0x01 ||      0x800 || SIO2_MASK
|-
|-
!Double-precision Floating-point support     !!  (cl_khr_fp64)
|SLES_520.97 || SWAT: Global Strike Force                                            || 0x01 ||     0x800 || SIO2_MASK
|-
|-
|Denormals                                    || Yes
|SLES_530.37 || Super Monkey Ball Deluxe                                            || 0x01 ||      0x802 || SIO2_MASK
|-
|-
|Infinity and NANs                            || Yes
|SLES_536.68 || Micro Machines v4                                                    || 0x01 ||      0x801 || SIO2_MASK
|-
|SLES_537.55 || Castlevania: Curse of Darkness                                      || 0x04 ||      0x10 || SIF_DMA_SYNC
|-
|-
|Round to nearest                              || Yes
|SLES_537.96 || FIFA Street 2                                                        || 0x01 ||    0x1800 || SIO2_MASK
|-
|-
|Round to zero                                || Yes
|SLPM_620.42 || Kurogane no Houkou: Warship Commander                                || 0x01 ||    0x3000 || SIO2_MASK
|-
|-
|Round to infinity                            || Yes
|SLPM_620.62 || Gitaroo Man One                                                      || 0x0A ||    0x80540 || CDVD_READ_DELAY
|-
|-
|IEEE754-2008 fused multiply-add              || Yes
|SLPM_621.05 || Taikou Risshiden IV                                                  || 0x09 || 0x2B47000A || DEV5_INT_SPEED
|-
|-
|Support is emulated in software              || No
|SLPM_621.24 || Ready 2 Rumble Boxing: Round 2                                      || 0x08 ||    0x1388 || CPU_DELAY
|-
|-
!Execution capabilities !!
|SLPM_621.25 || Gauntlet: Dark Legacy                                                || 0x08 ||      0xC1C || CPU_DELAY
|-
|-
|Run OpenCL kernels                            || Yes
|SLPM_621.25 || Gauntlet: Dark Legacy                                                || 0x09 || 0x2B470005 || DEV5_INT_SPEED
|-
|-
|Run native kernels                            || No
|SLPM_621.35 || Final Fantasy: XI (Beta Version)                                    || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
|Device Extensions                              || <div align="left"><pre>cl_khr_byte_addressable_store
|SLPM_621.54 || DDRMAX Dance Dance Revolution 6thMix                                || 0x08 ||    0x1A5E || CPU_DELAY
cl_khr_byte_addressable_store
cl_khr_global_int32_base_atomics
cl_khr_global_int32_extended_atomics
cl_khr_local_int32_base_atomics
cl_khr_local_int32_extended_atomics
cl_khr_int64_base_atomics
cl_khr_int64_extended_atomics
cl_khr_fp64
cl_khr_fp16</pre></div>
|-
|-
|}
|SLPM_622.39 || Supercar Street Challenge                                            || 0x0A ||    0x80300 || CDVD_READ_DELAY
 
=PS3 Config support=
<pre>
The emulator supports configurations in the format known from ps2_netemu/ps2classic that came from the PS3. This feature was
officially used in Arc the Lad Twilight of the Spirits ps2-ps4 classic.
To enable ps3 style config add this to config-emu-ps4.txt:
 
--lopnor-config=1
--ps2-title-id=TITLE-ID
 
Config file need to be in folder ...'''/patches/{TITLE-ID}/''' and file need to have name '''{TITLE-ID}_lopnor.cfgbin'''. title id need to be in XXXX-YYYYY format (ex. SLUS-12345).
Example path: /patches/SLUS-12345/SLUS-12345_lopnor.cfgbin
Tester confirmed that configs work like that. We don't even need to edit them, they work as is.
</pre>
 
<pre>
Please keep in mind that not all commands are recognized, only 0x01 (can depend upon emu revision), 0x09, 0x0A, 0x0B, 0x0F, 0x10, 0x26, 0x27, 0x42.
For example Rayman 3 config Does not work due to the command being unsupported
Command 0x07 is NOT recognized, but can be manually translated to cli config (to: --vu-xgkick-delay=value).
Same goes for 0x11 (--vu0-accurate-addsub-range can be used).
</pre>
*Configs explained in text form: https://github.com/Zarh/Get_CONFIG/blob/master/log.txt
*More about PS3 style configs/commands: https://www.psdevwiki.com/ps3/PS2_Emulation#Game_CONFIG
*Log from loading that kind of config: https://pastebin.com/ZpUyU8DE
 
= Known issues =
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Issue !! Games affected !! Solution !! Description
|-
|-
| Inaccurate GIF timing || The Matrix: Path of Neo, Tenchu - Fatal Shadows, Genji dawn of the samurai, Batman begins, Dragon ball z budokai tenkaichi 1, possibly many more! || LUA patches or hooking schedulerdelayevent on a troublesome offset ||
|SLPM_623.69 || Karaoke Revolution: J-Pop Vol.1                                     || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| No support for EE Cache || Ice Age 2, DOA2: Extreme, Nascar 2009, Barnyard, [https://github.com/PCSX2/pcsx2/issues/2248 Others]|| Lua patches to the EE memory and picking the right emulator || It's not a ps4 issue per say since these issues are also encountered by Pcsx2. but Pcsx2 does have support for EE cache, though it doesn't use it to fix these games because emulating EE cache is extremely slow. so that's why the Pcsx2 team decided to use pnach patches to fix this issue.
|SLPM_623.79 || Karaoke Revolution: J-Pop Vol.2                                      || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| Missing COP2 pipeline emulation. || [https://github.com/PCSX2/pcsx2/issues/4439 other games affected by COP2 timing]  || Rearranging code through lua patches. || While COP2 is part of EE, in terms of emulation it's separate processor that can run on its own. So some operations take some time while EE still mind own business. Some games abuse that fact and do own thing knowing that COP2 calculation take expected number of cycles. On this emu every COP2 opcode is instant, which break games that expect it to take some time.
|SLPM_623.80 || Karaoke Revolution: J-Pop Vol.3                                      || 0x08 ||    0x1388 || CPU_DELAY
|-
|-
| VU0 is not running in sync with EE core || 24 The Game, ATV Quad Power Racing 2, Ghosthunter, Rayman Arena, Rayman 3, Largo winch, Ratchet and clank games. All games using M-bit. || EE hook AdvanceClock or fastforwardclock commands on affected addresses to push VU0 ahead while stalling EE, patches to rearrange code. Most of the time it will be CTC2/QMTC2 instructions with interlock that are affected. || Emulator kickstart VU0 for 256 cycles, while report 512 cycles passed. Yup, we are out of sync right from the start of VU0 mpg because people working for $ony don't know that VU0 run at EE MHz, not at EE bus MHz. Not to mention that 256 cycles kickstart is too much even on correct speed. Later things just got worse. This issue can be partially replicated on Pcsx2 if you overclock the EE by +3
|SLPM_623.81 || Karaoke Revolution: J-Pop Vol.4                                      || 0x08 ||    0x1388 || CPU_DELAY
|-
|-
| FPU/VU math inaccuracies. || Koun, Tony hawk games, Devil may cry 3, Gun, TY the Tasmanian Tiger 3, Beyond Good & Evil, MTX Mototrax, Max payne, Bully, Jackie chan adventures, Wild arms 3, Pac-man World 3, Gran turismo 4, Many others  || Lua patches to the EE memory, accurate math commands. || PS2 use really obscure floating point math, only one guard bit is used in calculations. PCSX2 hack it with different rounding modes, emu on ps4 fix it with soft floats, usually applied per offset. Sometime with patches directly to affected code (THPS engine).
|SLPM_623.82 || Karaoke Revolution: Love & Ballad                                    || 0x08 ||    0x1388 || CPU_DELAY
<br>Worth to note that pcsx2 by default apply "accurate add/sub" for every single FPU opcode, and only to fpu opcodes. That why sometimes we need to use accurate add/sub while pcsx2 is happy at default settings.
|-
|-
| M-Bit support is broken || '''Every game that uses M-Bit'''. Totally Spies! Totally Party, Mike Tyson Heavyweight Boxing, My Street, Crash Twinsanity, Marvel Nemesis, Panzer Elite Action - Fields of Glory, Super Monkey Ball Adventure, most Eko Software games, and many more. [https://github.com/PCSX2/pcsx2/pull/3593] || Lua patches to the EE memory || While emulator respect m-bit, way that VU0 work on it make it broken most of times (check "VU0 is not running in sync with EE core" issue).
|SLPM_623.83 || Karaoke Revolution: Night Selection 2003                            || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| Wrong disc read speed for some games || Shadowman(Textures), God of war (Music), Ratchet and clank size matters (Music), every game that's listed to require CDVD_READ_DELAY. [https://github.com/PCSX2/pcsx2/pull/3877 and many other affected games] || Try your luck with IOP and CDVD CLI commands. || Also known in sony's bios as CDVD_READ_DELAY
|SLPM_624.14 || Karaoke Revolution: Dreams & Memories                                || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| Inaccurate VU0/VU1/COP2 emulation || Sly cooper games, Crash twinsanity, Crazy frog racer, Rayman 3, Klonoa 2, others.  || Choosing a VU accurate emulator such as Roguev1 or Kof2000 with the right clamping commands || The issue leads to SPS and graphical issues and sometimes freezing.
|SLPM_624.37 || Suisui Sweet: Amai Ai no Mitsukekata                                || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| Multitap doesn't support all games || Urban reign, others || Lua patches || Emulator expect PS4 to be able to use 8 controllers (well, who doesn't? Even PS1 can do it...). That cause all kind of mess with controller detection when game expect multitap in second port.
|SLPM_624.50 || Karaoke Revolution: Anime Song Selection                            || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| DMA writes when busy signal is engaged || Ratchet and clank games, Metal gear solid 2, others || None yet || AKA eetiminghack
|SLPM_624.51 || Karaoke Revolution: J-Pop Vol.5                                      || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
|VIF1 runs too fast || Urban reign, Avatar, Parappa 2, Eternal Poison, Soul Calibur 2, Soul Calibur 3, Others  || Using LUA's SchedulerDelayEvent command or Using CLI'S vif1-instant-xfer command || Sony wanted to improve the performance, which is the reason VIF1 is instant. The lua's command can be customizable to set the delay period, the cli can't, therefore lua's command is much more compatible
|SLPM_624.54 || Karaoke Revolution: J-Pop Vol.6                                      || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
|Reading VU TPC registers returns wrong values || Street Fighter 3 EX(VU0), R: Racing Revolution(VU0), Spiderman 3 (VU0, in T-Bit handler...), Edge of Reality games(VU1) || Patches in lua. || In this emu TPC stores full addresses, which is wrong. Real hardware keep there addr >> 3. Worth noting that EoR games read VU1 TPC in a nasty way, accessing 0x43A0(VU1 TPC) from COP2 code.
|SLPM_624.55 || Karaoke Revolution: J-Pop Vol.7                                      || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
|VIF command interrupts handled before VIFn_CODE is updated. || Onimusha Blade Warriors || Fixed by patch in intr handler. || This is very specific case because Onimusha check VIFn_CODE register in interrupt handler and do nothing if code is not 0x80 (NOP with I). But VIFn_CODE seems to be updated after interrupt is handled. This practically makes everything out of sync later as interrupts are happening, but handler does nothing about them.
|SLPM_624.56 || Karaoke Revolution: J-Pop Vol.8                                      || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| IPU emulation inaccuracy || Burnout 3, Tony Hawk's Underground, Onimusha Dawn of Dreams || ? ||  
|SLPM_624.57 || Karaoke Revolution: Snow & Party                                    || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| CDVD register 0x1F402038 (KeysValid) return wrong result. || Every "SCCS" game || Patches in lua. || Likely specific to NTSC-C releases, because that region uses special SDK. This issue makes cdvdman become stuck on any request because it thinks that the cdvd key is invalid.
|SLPM_624.64 || Pop'n Taisen Pazurudame Online                                      || 0x08 ||    0x1F40 || CPU_DELAY
|-
|-
| Lack of CDVD error handling || Demon Chaos, Spyro A new Beginning, Silent Hill 2 Black Ribbon, games from pcsx2 #5174 PR. || Patches in lua if needed. || One correctly supported error is SCECdErABRT, rest is just not handled or what's worst trigger emu panic on purpose like SCECdErILI (but not for 0 sector request - Spyro). Some affected games can still work if error is just accidental and not checked by game code.
|SLPM_624.79 || Karaoke Revolution: J-Pop Vol.9                                      || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| Corrupted SIF0 transfer when not full QW is send by IOP || True Crime: LA, PDC DC 2008, Street Racing Syndicate(1.03) || Patches in lua. || IOP is able to send words by SIF0, EE DMAC can only transfer Quadwords. When IOP send not full QW real hardware use whatever was in buffer from previous transfer for missing words (only words that are requested by iop are overwritten in transfer buffer). Emu probably memset 0 that part.
|SLPM_624.91 || Mega Man: The Power Battle                                          || 0x04 ||     0x2000 || SIF_DMA_SYNC
|-
|-
|}
|SLPM_624.92 || Karaoke Revolution: Kids Song Selection                              || 0x08 ||    0x1388 || CPU_DELAY
 
= PS2 Bios =
 
==Description==
 
The PS2 bios is the file '''PS20220WD20050620.crack''' included in every PS2 game .pkg. It is the same BIOS used by Sony in PS3's ps2_netemu.self. The lack of many X modules here means that homebrew compatibility is limited, as many of those need to be recompiled to use non X versions of modules, or need to load open source versions of them through MC/CDVD. An important non X module that is missing is LIBSD, therefore, homebrews that require it will likely fail to boot, or cause an error.
<br>Bios is known to blacklist some titles, and refuse to boot them. This includes all titles with 00000000 000000A0 flag from that  [[PS2_Emulation#Game_ID/DiscID in PS20220WD20050620.crack | list (click here)]]
 
<br>'''More about the bios'''
<pre>
The version of the bios seems to be developement v2.20 from the Japanese region (22/01/2007), and is not limited to booting only NTSC-J games.
Emulator not support USB peripherals, but this seems to be not limitation of BIOS, as it is used also in CECH C/E PS3 consoles.
There are signs that different bios version exist, named PS20190AC20030623_nordram_miniOSD.bin. This bios has included handy extensions for debugging, and can debug print with "debug osd verbosity" from CLI set to "verbose". The most noticeable difference for both bios files seems to be the special RDRAM module.
 
While PS3 patches its bios to preferred regions, PS4 uses a so called CallHook which is better known for pcsx2 users as fastboot. No need to describe this patch here, just look at PCSX2 fastboot code. It's the same code, but the only difference is that PS4 emus don't have patches for different bios revisions.
</pre>
<br>'''Bios file information:'''
<pre>
File name: PS20220WD20050620.crack
MD5: 83AD2B530C9C102A561BA1CDC6D996D5
</pre>
 
==Files inside ROM image==
 
{| class="wikitable" style="font-size:small;"
! File !! Offset in exported bin !! Description !! File type (exportable)
|-
|-
| RESET || 0x00 || Bootstrap code for the EE and IOP. || BIN
|SLPM_625.28 || Karaoke Revolution: Kazoku Idol Sengen (Bundle Edition)              || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| ROMDIR || 0x2780 || The ROMDIR part of the ROM image, which provides information on the location and name of files contained in the image. || BIN
|SLPM_625.29 || Karaoke Revolution: Kazoku Idol Sengen                              || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| EXTINFO || 0x2CC0 || Contains the "EXTINFO" for all files in the ROM image. || BIN
|SLPM_650.86 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 (Disc 1)                || 0x08 ||     0x1450 || CPU_DELAY
|-
|-
| SBIN || 0x3330 || Seems to be the pad controller library for the PS1 monitor. || BIN
|SLPM_650.87 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 (Disc 2)                || 0x08 ||     0x1450 || CPU_DELAY
|-
|-
| LOGO || 0xA2D0 || PS1 logo? || BIN
|SLPM_650.90 || Spy Hunter                                                          || 0x01 ||     0x1800 || SIO2_MASK
|-
|-
| IOPBTCONF || 00x1EA20 || Boot configuration file for the IOP, during the final phase of the IOP reset. If no UDNL module is specified, the IOP will only have a single IOP reset in the reboot process, with the modules listed in IOPBTCONF.  || BIN
|SLPM_651.97 || Nobunaga's Ambition Online                                          || 0x02 ||        0xB || DEV9_MASK
|-
|-
| IOPBTCON2 || 0x1EB10 || Boot configuration file for the IOP, for the first phase of the IOP reset (before UDNL is loaded). || BIN
|SLPM_652.09 || Star Ocean: Till the End of Time                                    || 0x0B ||   0x20014 || SPU2_BEHAVIOR
|-
|-
| SYSMEM || 0x1EBE0 || System Memory Manager. || ELF
|SLPM_654.38 || Star Ocean: Till the End of Time (Director's Cut) (Disc 1)          || 0x0B ||   0x20014 || SPU2_BEHAVIOR
|-
|-
| LOADCORE || 0x1FE00 || The core of IOP module loading. Provides the lowest level of IOP module loading functions. Also handles the startup of the IOP. || ELF
|SLPM_654.39 || Star Ocean: Till the End of Time (Director's Cut) (Disc 2)          || 0x0B ||    0x20014 || SPU2_BEHAVIOR
|-
|-
| EXCEPMAN || 0x22380 || Exception manager. || ELF
|SLPM_654.88 || Grand Theft Auto: Vice City                                          || 0x0A ||     0x300 || CDVD_READ_DELAY
|-
|-
| INTRMANP || 0x22F60 || Interrupt Manager. According to wisi, it is for PS mode. || ELF
|SLPM_654.88 || Grand Theft Auto: Vice City                                          || 0x09 || 0x36000200 || DEV5_INT_SPEED
|-
|-
| INTRMANI || 0x24970 || Interrupt Manager. According to wisi, it is for IOP mode. || ELF
|SLPM_656.33 || I Love Baseball: Pro Yakyu wo Koyonaku                              || 0x08 ||      0xFA0 || CPU_DELAY
|-
|-
| SSBUSC || 0x267B0 || SSBUS Controller library. The SSBUS seems to be the bus that all peripherals get connected to. It seems to have the power to control the mapping of the device registers, as well as access timing. || ELF
|SLPM_656.98 || Love Songs: ADV Futaba Riho 14-sai Natsu                            || 0x0A ||   0x80380 || CDVD_READ_DELAY
|-
|-
| TIMEMANP || 0x26F20 || Timer Manager (PS mode) || ELF
|SLPM_657.05 || Final Fantasy XI: Chains of Promathia (Expansion Disc)              || 0x02 ||       0xB || DEV9_MASK
|-
|-
| TIMEMANI || 0x27B00 || Timer Manager (IOP mode) || ELF
|SLPM_657.06 || Final Fantasy XI: Chains of Promathia (All-In-One Edition)          || 0x02 ||       0xB || DEV9_MASK
|-
|-
| DMACMAN || 0x28730 || DMA Controller Manager. || ELF
|SLPM_657.19 || Burnout 3: Takedown                                                  || 0x01 ||     0x1C00 || SIO2_MASK
|-
|-
| SYSCLIB || 0x2BE30 || System C Library. || ELF
|SLPM_657.83 || Nobunaga no Yabou Online: Tappi no Shou                              || 0x02 ||       0xB || DEV9_MASK
|-
|-
| HEAPLIB || 0x2E590 || Memory HEAP LIBrary (i.e. thvpool, thfpool) || ELF
|SLPM_658.94 || Winning Post 6: 2005 Version                                        || 0x01 ||    0x2400 || SIO2_MASK
|-
|-
| THREADLIB || 0x2F290 || Multi_Thread_Manager || ELF
|SLPM_659.34 || Maple Colors                                                        || 0x0A ||   0x80300 || CDVD_READ_DELAY
|-
|-
| VBLANK || 0x38020 || V-Blank management || ELF
|SLPM_659.53 || Final Fantasy: XI (Entry Disc 2005)                                  || 0x02 ||       0xB || DEV9_MASK
|-
|-
| IOMAN || 0x38DB0 || IO Manager || ELF
|SLPM_659.84 || Grand Theft Auto: San Andreas                                        || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| MODLOAD || 0x3AD20 || IOP module loader. || ELF
|SLPM_660.33 || The Sword of Etheria                                                || 0x08 ||     0xC1C || CPU_DELAY
|-
|-
| ROMDRV || 0x3D070 || ROM driver. Provides access to the boot ROM (rom0). || ELF
|SLPM_660.33 || The Sword of Etheria                                                || 0x00 ||  0x2000000 || TITLE_MASK
|-
|-
| ADDDRV || 0x3DF60 || Adds support for the DVD ROM (rom1:), via ROMDRV. || ELF
|SLPM_660.48 || The Sword of Etheria                                                || 0x08 ||     0xC1C || CPU_DELAY
|-
|-
| STDIO || 0x3D3C0 || Standard I/O library. || ELF
|SLPM_660.48 || The Sword of Etheria                                                || 0x00 || 0x2000000 || TITLE_MASK
|-
|-
| SIFMAN || 0x3EFB0 || SIF manager. || ELF
|SLPM_660.57 || Taito Memories Vol.1                                                || 0x08 ||      0xCE4 || CPU_DELAY
|-
|-
| SIFINIT || 0x40550 || Initializes the SIF. || ELF
|SLPM_661.56 || Marheaven: Arm Fight Dream                                          || 0x01 ||     0x1800 || SIO2_MASK
|-
|-
| EESYNC || 0x40970 || For synchronizing with the EE, at the end of IOP resets. EESYNC from DNAS images are evil; they also perform a memory wipe of the region from 0x00084000 to .0x00100000. || ELF
|SLPM_661.75 || Akumajo Dracula: Yami no Juin                                        || 0x08 ||       0x60 || CPU_DELAY
|-
|-
| EENULL || 0x40E10 || The idle thread (id #0) module, in ps2 loaded to 0x00081FC0. || BIN
|SLPM_661.75 || Akumajo Dracula: Yami no Juin                                        || 0x0B ||   0x2001C || SPU2_BEHAVIOR
|-
|-
| PS1ID || 0x40E50 || Only found in newer boot ROMs || BIN
|SLPM_663.93 || Final Fantasy XI: Treasures of Aht Urhgan (All-In-One Edition)      || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| LIBFI || 0x40E60 || Not present in the boot ROM of the SCPH-10000 and SCPH-15000. || BIN
|SLPM_663.93 || Final Fantasy XI: Treasures of Aht Urhgan (All-In-One Edition)      || 0x09 || 0x2B47000A || DEV5_INT_SPEED
|-
|-
| PS1VERJ || 0x40F50 ||   || BIN
|SLPM_663.93 || Final Fantasy XI: Treasures of Aht Urhgan (All-In-One Edition)      || 0x02 ||       0xB || DEV9_MASK
|-
|-
| PS1VERA || 0x40F60 ||   || BIN
|SLPM_663.94 || Final Fantasy XI: Treasures of Aht Urhgan                            || 0x02 ||       0xB || DEV9_MASK
|-
|-
| PS1VERE || 0x40F70 || || BIN
|SLPM_664.36 || Aria the Natural                                                    || 0x01 ||     0x1800 || SIO2_MASK
|-
|-
| PS1VERC || 0x40F80 ||  || BIN
|SLPM_664.36 || Aria the Natural                                                    || 0x00 ||  0xA000000 || TITLE_MASK
|-
|-
| PS1VERH || 0x40F90 || || BIN
|SLPM_665.39 || Nobunaga no Yabou Online: Haten no Shou                              || 0x02 ||       0xB || DEV9_MASK
|-
|-
| OSDSYS || 0x40FA0 || The browser || BIN
|SLPM_665.58 || Tomb Raider: Legend                                                  || 0x08 ||     0x3E8 || CPU_DELAY
|-
|-
| - || 0x40FB0 ||   || BIN
|SLPM_665.74 || Detective Evangelion                                                || 0x00 || 0x2000000 || TITLE_MASK
|-
|-
| RDRAM || 0x41000  || Provides a RDRAM test for the EE at power-on. This is run from RESET. || BIN
|SLPM_680.07 || Karaoke Revolution (Trial)                                          || 0x08 ||    0x1388 || CPU_DELAY
|-
|-
| EELOADCNF || 0x43D50 || Contains the IOP boot configuration file for EELOAD. || BIN
|SLPM_680.10 ||                                                                      || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
| SIFCMD || 0x43F00 || SIF command module. Contains the SIF command and SIF RPC functions. || ELF
|SLPS_200.08 || Morita Shogi                                                        || 0x08 ||    0x1388 || CPU_DELAY
|-
|-
| REBOOT || 0x46140 || The reboot service. Receives IOP reset packets from the EE, from across the SIF. || ELF
|SLPS_200.20 || FIFA 2000 World Championship                                        || 0x04 ||    0x2001 || SIF_DMA_SYNC
|-
|-
| LOADFILE || 0x46910 || The RPC server for MODLOAD || ELF
|SLPS_200.37 || Go Go Golf                                                          || 0x09 || 0x2B47000A || DEV5_INT_SPEED
|-
|-
| EECONF || 0x49070 || Loads part of the system configuration from the MECHACON EEPROM. Also configures and resets some peripherals, depending on the model version. In slimlines, and possibly on PS3 EECONF will also load the MAC address. || ELF
|SLPS_200.38 || Grappler Baki: Baki Saidai no Tournament                            || 0x08 ||     0x1194 || CPU_DELAY
|-
|-
| - || 0x49FF0 ||   || BIN
|SLPS_200.53 || Tenshi no Present: Marle Oukoku Monogatari (Limited Edition)        || 0x0B || 0x20000000 || SPU2_BEHAVIOR
|-
|-
| IOPBOOT || 0x4A000 || IOP bootup program || BIN
|SLPS_200.66 || Tenshi no Present: Marle Oukoku Monogatari                          || 0x0B || 0x20000000 || SPU2_BEHAVIOR
|-
|-
| - || 0x4B160 ||   || BIN
|SLPS_201.01 || City Crisis                                                          || 0x0A ||   0x80BB8 || CDVD_READ_DELAY
|-
|-
| TBIN || 0x4B800 || The PS1 monitor program. Seems to be the PS1 BIOS. This is started by RESET, when the IOP is in PS1 mode. || BIN
|SLPS_201.11 || Magical Sports Pro Baseball 2001                                    || 0x09 || 0x2B47000A || DEV5_INT_SPEED
|-
|-
| XSHA1 || 0x59770 || sha1 - this only present in PS3. It is used as additional antipiracy check. It seems that it calculate disc main elf checksum and compares it with some database. Config related?|| ELF
|SLPS_201.72 || Koushien: Konpeki no Sora                                            || 0x09 || 0x2B47000A || DEV5_INT_SPEED
|-
|-
| XLOADFILE || 0x5A740 || Updated module || ELF
|SLPS_201.73 || Hard Hitter 2                                                        || 0x0A ||   0x80300 || CDVD_READ_DELAY
|-
|-
| SIO2MAN || 0x5D7F0 || SIO2 manager. Provides access to the SIO2 interface. || ELF
|SLPS_201.97 || Surfing Air Show with RatBoy                                        || 0x09 || 0x2B47000A || DEV5_INT_SPEED
|-
|-
| - || 0x5F420 ||   || BIN
|SLPS_201.99 || F1 2002                                                              || 0x0B ||   0x20005 || SPU2_BEHAVIOR
|-
|-
| MCSERV || 0x61340 || RPC server for MCMAN. || ELF
|SLPS_202.00 || Final Fantasy XI                                                    || 0x02 ||       0xB || DEV9_MASK
|-
|-
| - || 0x63040 ||   || BIN
|SLPS_204.04 || Rakushou! Pachi-Slot Sengen 2                                        || 0x0A ||   0x80300 || CDVD_READ_DELAY
|-
|-
| KROMG || 0x64000 ||   || BIN
|SLPS_204.29 || Hissatsu Pachi-Slot Evolution: Ninja Hattori-Kun V                  || 0x08 ||     0x1B58 || CPU_DELAY
|-
|-
| - || 0x65CC0 ||   || BIN
|SLPS_204.55 || Simple 2000 Series Vol.94: The Aka-Champion - Come on Baby          || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| KROM || 0x66000 || Kanji ROM? Not sure where this is used. || BIN
|SLPS_250.08 || Sorcerous Stabber Orphen                                            || 0x08 ||     0xC1C || CPU_DELAY
|-
|-
| - || 0x7FE70 ||   || BIN
|SLPS_250.71 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001                          || 0x08 ||     0x1450 || CPU_DELAY
|-
|-
| ROMVER || 0x7FF00 || ROM version. || BIN
|SLPS_250.72 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001                          || 0x08 ||     0x1450 || CPU_DELAY
|-
|-
| - || 0x7FF10 ||   || BIN
|SLPS_250.81 || Saishuu Densha                                                      || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| VERSTR || 0x7FF30 || Version string. Probably PS1 ROM will use this because that this string is also present in PlayStation consoles. || BIN
|SLPS_251.36 || Kuon no Kizuna Sairin Mikotonori                                    || 0x0A ||    0x805DC || CDVD_READ_DELAY
|-
|-
| - || 0x7FF90 ||   || BIN
|SLPS_251.42 || Tiger Woods PGA Tour 2002                                            || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| ROMGSCRT || 0x80000 ||   || BIN
|SLPS_251.50 || Only You                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| NCDVDMAN || 0x82D30 || It seems to be a heavily stripped-down CDVDMAN module, with no support for some S-command functions like sceCdRI. || ELF
|SLPS_252.37 || Only You                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| SECRMAN || 0x8F770 || Security Manager. Signing is NOT done with the one in ROM, but with a special version that comes with the utility discs. Looks like PS3 units have a different SECRMAN module from retail sets, similar to PS2 TOOL one. || ELF
|SLPS_252.75 || Def Jam: Vendetta                                                    || 0x01 ||     0x802 || SIO2_MASK
|-
|-
| MCMAN || 0x93C30 || Memory Card Manager. || ELF
|SLPS_252.78 || Memories Off: Mix                                                    || 0x0A ||   0x80300 || CDVD_READ_DELAY
|-
|-
| PADMAN || 0xA30C0 || Pad manager. || ELF
|SLPS_252.90 || Time Crisis 3                                                        || 0x01 ||     0x800 || SIO2_MASK
|-
|-
| CDVDMAN || 0xAC810 || The CD/DVD manager. || ELF
|SLPS_253.15 || One Piece: Grand Battle 3                                            || 0x01 ||     0x1800 || SIO2_MASK
|-
|SLPS_253.57 || 3-Nen B-Gumi Kinpachi Sensei: Densetsu no Kyoudan ni Tate!          || 0x01 ||    0x1800 || SIO2_MASK
|-
|-
| CDVDFSV || 0xB4BC0 || The RPC server for CDVDMAN. || ELF
|SLPS_253.79 || Tokyo Majin Gakuen: Kaihoujyou Kefurokou                            || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| FILEIO || 0xBCF80 || RPC server for IOMAN. Sony has greatly changed the semantics and design of FILEIO after some point. Connecting an old FILEIO EE RPC client to a newer server will result in a severe IOP crash. || ELF
|SLPS_254.06 || Hitman: Contracts                                                    || 0x08 ||     0xDAC || CPU_DELAY
|-
|-
| CLEARSPU || 0xBF080 || Seems to clear/reset the SPU, but is known to cause crashes under some conditions. Not sure if it's buggy or not. Only used by the OSDSYS of the SCPH-10000 and SCPH-15000, probably retained for backward-compatibility. || ELF
|SLPS_254.18 || Ace Combat 5: The Unsung War                                        || 0x0A ||   0x500000 || CDVD_READ_DELAY
|-
|-
| UDNL || 0xC0CC0 || It is responsible for selecting the modules and starting the IOP, during the final phase of the IOP reset where the desired modules are to be loaded into the IOP. || ELF
|SLPS_255.10 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
| IGREETING || 0xC2BC0 || Displays boot information (i.e. IOP boot type, EBOOTP, IBOOTP, switch positions for DSW602 and the type of DSW602 board installed || ELF
|SLPS_255.85 || Monster Farm 5: Circus Caravan                                      || 0x07 ||          5 || MECHA_RECOGTIME
|-
|-
| EELOAD || 0xC3C20 || The EE ELF loader, which is loaded by LoadExecPS2() to 0x00082000 in PS2 for loading ELFs. || BIN
|SLPS_255.86 || Tales of the Abyss                                                  || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| XCDVDMAN || 0xD2DA0 || cdvd_driver - Updated module || ELF
|SLPS_256.04 || Ar tonelico Qoga: Knell of Ar Ciel                                  || 0x00 || 0xA000000 || TITLE_MASK
|-
|-
| XCDVDFSV || 0xE1B30 || cdvd_ee_driver - Updated module || ELF
|SLPS_256.67 || Daito Giken Premium Pachi-Slot Collection: Yoshimune                || 0x01 ||     0x1800 || SIO2_MASK
|-
|-
| OSDSND || 0xEFF60 || OSD sound library. This is actually the tentative sound driver, which is called "librspu2" in the Sony SDK. || ELF
|SLPS_256.98 || Fatal Fury Battle Archives Volume 2                                  || 0x00 ||  0xA000000 || TITLE_MASK
|-
|-
| PS2LOGO || 0x11ABB0 || Displays the PlayStation 2 logo from the inserted disc. For newer consoles, if the logo cannot be decrypted properly, it will fall back to the browser. Not actually required to boot games, but the Sony OSDSYS boots PS2 games through this program. || ELF
|SLPS_257.08 || The Familiar of Zero (Limited Edition)                              || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| XPARAM2 || 0x137500 || File store per title settings for IOP emulation (XPARAM available also in real PS2 since 750XX where Deckard powerPC was introduced) || ELF
|SLPS_257.09 || The Familiar of Zero                                                || 0x0A ||   0x803E8 || CDVD_READ_DELAY
|-
|-
| OSDSYS || 0x139A00 ||  The browser || BIN
|SLPS_257.21 || HimeHibi - Princess Days                                            || 0x0B ||  0x8000000 || SPU2_BEHAVIOR
|-
|-
| PIOPRP || 0x177880 || Present in the PS3 ps2_(gx/soft/net)emu; contains version 3.1.0 of the IOP software (compared to version 1.3.4 on the root).  || BIN
|SLPS_257.22 || Routes PE (Limited Edition)                                          || 0x08 ||      0x3E8 || CPU_DELAY
|-
|-
| KERNEL || 0x1BB7E0 || The EE kernel || BIN
|SLPS_257.27 || Routes PE                                                            || 0x08 ||     0x3E8 || CPU_DELAY
|}
|-
Description source: https://gist.github.com/uyjulian/25291080f083987d3f3c134f593483c5
|SLPS_732.49 || Ar tonelico Qoga: Knell of Ar Ciel (Platinum)                        || 0x00 ||  0xA000000 || TITLE_MASK
 
|-
== Game_ID/DiscID in PS20220WD20050620.crack ==
|SLUS_200.11 || Orphen: Ocion of Sorcery                                            || 0x08 ||     0x1388 || CPU_DELAY
 
<pre>There are 193 titleIDs listed inside XPARAM2.ELF file of PS2 Bios included in PS20220WD20050620.crack. XPARAM2.ELF is called by OSDSYS, then ID check is performed. If titleID match to one of included in the table, different IOP emulation settings are applied. This include blacklisting for some specific titles.
 
Original PS2 bios from models with emulated IOP, include similar list file called XPARAM.ELF. Title IDs there are not the same, although some of them exist on both lists.</pre>
 
{| class="wikitable sortable" ||  
|-
! Command !! Name
|-
|-
| 0x00 || TITLE_MASK
|SLUS_200.11 || Orphen: Ocion of Sorcery                                            || 0x09 ||  0x8000010 || DEV5_INT_SPEED
|-
|-
| 0x01 || SIO2_MASK  
|SLUS_200.77 || Donald Duck: Go'in Quackers                                          || 0x01 ||      0x800 || SIO2_MASK
|-
|-
| 0x02 || DEV9_MASK 
|SLUS_202.74 || City Crisis                                                          || 0x0A ||    0x80BB8 || CDVD_READ_DELAY
|-
|-
| 0x03 || USB_MASK
|SLUS_203.05 || Simpsons: Road Rage                                                  || 0x01 ||      0x800 || SIO2_MASK
|-
|-
| 0x04 || SIF_DMA_SYNC
|SLUS_203.64 || Tiger Woods PGA Tour 2002                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
|-
|-
| 0x05 || SIF_DMA_LOAD
|SLUS_204.13 || Shadowman 2                                                          || 0x0A ||    0x80600 || CDVD_READ_DELAY
|-
|-
| 0x06 || DMAC_CH10_INT_DELAY 
|SLUS_204.33 || SWAT: Global Strike Team                                            || 0x01 ||      0x800 || SIO2_MASK
|-
|-
| 0x07 || MECHA_RECOGTIME 
|SLUS_204.88 || Star Ocean: Til the end of Time [Disc 1]                            || 0x08 ||    0x1388 || CPU_DELAY
|-
|-
| 0x08 || CPU_DELAY
|SLUS_205.72 || Tiger Woods PGA Tour 2003                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
|-
|-
| 0x09 || DEV5_INT_SPEED
|SLUS_205.90 || Spyhunter 2                                                          || 0x01 ||      0x800 || SIO2_MASK
|-
|-
| 0x0A || CDVD_READ_DELAY 
|SLUS_206.35 || Muppets Party Cruise                                                || 0x01 ||      0x801 || SIO2_MASK
|-
|-
| 0x0B || SPU2_BEHAVIOR 
|SLUS_206.39 || Def Jam Vendetta                                                    || 0x01 ||      0x800 || SIO2_MASK
|-
|-
|}
|SLUS_206.86 || Splashdown: Rides Gone Wild                                          || 0x0A ||   0x80400 || CDVD_READ_DELAY
 
{| class="wikitable sortable" ||
|-
! ID !! Title !! Command !! Value !! Remarks
|-
|PBPX_952.01 || DVD Utility Disc Version 1.00                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|-
|-
|PBPX_952.02 || DVD Utility Disc Version 1.01                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_208.38 || All-Star Baseball 2005                                              || 0x01 ||     0x802 || SIO2_MASK
|-
|-
|PBPX_952.03 || DVD Utility Disc Version 1.01                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_208.51 || Ace Combat 5: The Unsung War                                        || 0x0A ||   0x500000 || CDVD_READ_DELAY
|-
|-
|PBPX_952.06 || DVD Player (Version 2.01)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_208.91 || Star Ocean: Til the end of Time [Disc 2]                            || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
|PBPX_952.07 || DVD Player (Version 2.10)                                           || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_209.18 || Super Monkey Ball: Deluxe                                           || 0x01 ||     0x800 || SIO2_MASK
|-
|-
|PBPX_952.08 || DVD Player (Version 2.10)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_210.59 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
|-
|-
|PBPX_952.09 || DVD Player (Version 2.10)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_210.70 || Final Fantasy XI: Chains of Promathia                                || 0x02 ||       0xB || DEV9_MASK
|-
|-
|PBPX_952.10 || DVD Utility Disc Version 2.10                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_210.89 || Karaoke Revolution Vol.3                                            || 0x08 ||     0x1388 || CPU_DELAY
|-
|-
|PBPX_952.11 || DVD Utility Disc Version 1.00                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_213.31 || Sonic Riders                                                        || 0x01 ||     0x800 || SIO2_MASK
|-
|-
|PBPX_952.21 || DVD Player (Version 2.12)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_213.39 || Puzzle Challenge                                                    || 0x01 ||     0x800 || SIO2_MASK
|-
|-
|PBPX_952.22 || DVD Player (Version 2.14)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_214.04 || Final Fantasy XI: Treasures of Aht Urhgan                            || 0x02 ||       0xB || DEV9_MASK
|-
|-
|PBPX_952.24 || DVD Player (Version 2.16)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|SLUS_214.52 || Valkyrie Profile 2: Silmeria                                        || 0x08 ||     0x1388 || CPU_DELAY
|-
|-  
|PBPX_952.28 ||                                                                      || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
|}
|-
 
|PBPX_952.35 ||                                                                      || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
= Folder/File layout =
|-
 
|PBPX_952.39 || Online Start Up Disc v3.0                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
Example: Max Payne Classic
|-
 
|PBPX_955.01 || Linux for PS2 Beta Release 1                                        || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
<pre>
|-
├── config-emu-ps4.txt
|PBPX_955.07 || Playstation 2 Linux Runtime Environment v1.0 (Disc 1)                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
├── docs
|-
│   └── revision.h
|PBPX_955.09 || Linux for PS2 Release 1.0                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
├── eboot.bin
|-
├── feature_data
|PBPX_955.18 ||                                                                      || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│   └── SLES-50326_features.lua
|-
├── formatted.card
|PDPX_991.09 || DVD Player (Version 3.04)                                            || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
├── image
|-
│   └── disc01.iso
|PSXC_002.01 || PSX Update Disc 1.10                                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
├── lua_include
|-
│   ├── ee-cpr0-alias.lua
|PSXC_002.02 || PSX Update Disc 1.20                                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│   ├── ee-gpr-alias.lua
|-
│   ├── ee-hwaddr.lua
|PSXC_002.03 || PSX Update Disc 1.31                                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│   ├── language.lua
|-
│   ├── pad-and-key.lua
|PTPX_970.38 ||                                                                      || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│   ├── ps2.lua
|-
│   └── utils.lua
|SCAJ_201.25 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
├── patches
|-
│   └── SLES-50326_cli.conf
|SCAJ_201.26 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
├── PS20220WD20050620.crack
|-
├── ps2-emu-compiler.self
|SCES_532.02 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
├── sce_companion_httpd
|-
│   └── html
|SCKA_200.49 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
│      ├── BackCover.jpg
|-
│      ├── base
|SCPM_621.15 ||                                                                      || 0x00 ||  0x1000000 || TITLE_MASK
│      │   ├── arrow_up.png
|-
│      │   └── sprites.png
|SCPM_621.16 ||                                                                      || 0x00 ||  0x1000000 || TITLE_MASK
│      ├── css
|-
│      │   ├── default-skin.png
|SCPN_601.01 || PlayStation BB Navigator (Version 0.10)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│      │   └── styles.min.css
|-
│      ├── index.html
|SCPN_601.30 || PlayStation BB Navigator (Version 0.20)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│      ├── js
|-
│      │   └── app.min.js
|SCPN_601.40 || PlayStation BB Navigator (Version 0.30)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│      ├── large
|-
│      │   ├── Box01.jpg
|SCPN_601.50 || PlayStation BB Navigator (Version 0.31)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│      │   ├── Box04.jpg
|-
│      │   ├── landscape
|SCPN_601.60 || PlayStation BB Navigator (Version 0.32)                              || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│      │   │   ├── Box01.jpg
|-
│      │   │   ├── Box04.jpg
|SCPS_110.01 || I.Q. Remix                                                          || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│      │   │   ├── Page01.jpg
|-
│      │   │   ├── Page02.jpg
|SCPS_110.10 || Yoake no Mariko (Performance Pack Edition)                          || 0x01 ||     0x1800 || SIO2_MASK
│      │   │   ├── Page03.jpg
|-
│      │   │   ├── Page04.jpg
|SCPS_110.18 || Yoake no Mariko                                                      || 0x01 ||     0x1800 || SIO2_MASK
│      │   │   ├── Page05.jpg
|-
│      │   │   ├── Page06.jpg
|SCPS_110.21 || Yoake no Mariko 2nd Act (Limited Edition)                            || 0x01 ||     0x1800 || SIO2_MASK
│      │   │   ├── Page07.jpg
|-
│      │   │   ├── Page08.jpg
|SCPS_110.22 || Yoake no Mariko 2nd Act                                              || 0x01 ||     0x1800 || SIO2_MASK
│      │   │   ├── Page09.jpg
|-
│      │   │   ├── Page10.jpg
|SCPS_150.38 || Lifeline                                                            || 0x0A ||    0x80300 || CDVD_READ_DELAY
│      │   │   ├── Page11.jpg
|-
│      │   │   ├── Page12.jpg
|SCPS_150.39 || Lifeline                                                            || 0x0A ||    0x80300 || CDVD_READ_DELAY
│      │   │   ├── Page13.jpg
|-
│      │   │   ├── Page14.jpg
|SCPS_170.01 || Gran Turismo 4                                                      || 0x0B || 0x10000000 || SPU2_BEHAVIOR
│       │   │   ├── Page15.jpg
|-
│      │   │   ├── Page16.jpg
|SCPS_175.01 || Linux (for PlayStation2) Release 1.0                                || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│      │   │   ├── Page17.jpg
|-
│       │   │   ├── Page18.jpg
|SCPS_200.39 ||                                                                      || 0x00 ||  0x4000000 || TITLE_MASK
│      │   │   ├── Page19.jpg
|-
│      │   │   ├── Page20.jpg
|SCUS_971.67 || PaRappa the Rapper 2                                                || 0x04 ||     0x2000 || SIF_DMA_SYNC
│       │   │   ├── Page21.jpg
|-
│      │   │   ├── Page22.jpg
|SCUS_972.69 || Final Fantasy XI [Disc 2]                                            || 0x02 ||        0xB || DEV9_MASK
│      │   │   ├── Page23.jpg
|-
│       │   │   ├── Page24.jpg
|SLES_500.48 || Donald Duck: Quack Attack                                            || 0x01 ||      0x800 || SIO2_MASK
│      │   │   ├── Page25.jpg
|-
│      │   │   ├── Page26.jpg
|SLES_500.62 || Orphen: Scion of Sorcery                                            || 0x08 ||      0xC1C || CPU_DELAY
│      │   │   ├── Page27.jpg
|-
│      │   │   ├── Page28.jpg
|SLES_503.64 || City Crisis                                                          || 0x0A ||    0x80BB8 || CDVD_READ_DELAY
│      │   │   ├── Page29.jpg
|-
│      │   │   ├── Page30.jpg
|SLES_504.46 || Shadow Man 2: The Second Coming                                      || 0x0A ||    0x80600 || CDVD_READ_DELAY
│      │   │   ├── Page31.jpg
|-
│      │   │   ├── Page32.jpg
|SLES_505.40 || Simpsons: Road Rage                                                  || 0x01 ||      0x800 || SIO2_MASK
│      │   │   ├── Page33.jpg
|-
│      │   │   ├── Page34.jpg
|SLES_506.08 || Shadow Man 2: The Second Coming                                      || 0x0A ||    0x80600 || CDVD_READ_DELAY
│      │   │   ├── Page35.jpg
|-
│      │   │   ├── Page36.jpg
|SLES_506.28 || Simpsons: Road Rage                                                  || 0x01 ||      0x800 || SIO2_MASK
│      │   │   ├── Page37.jpg
|-
│       │   │   ├── Page38.jpg
|SLES_507.28 || Tiger Woods PGA Tour 2002                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   │   ├── Page39.jpg
|-
│      │   │   ├── Page40.jpg
|SLES_507.29 ||                                                                      || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   │   ├── Page41.jpg
|-
│      │   │   ├── Page42.jpg
|SLES_512.82 || Tiger Woods PGA Tour 2003                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   │   ├── Page43.jpg
|-
│      │   │   ├── Page44.jpg
|SLES_514.79 || Def Jam Vendetta                                                    || 0x01 ||      0x802 || SIO2_MASK
│      │   │   ├── Page45.jpg
|-
│      │   │   ├── Page46.jpg
|SLES_518.41 || SpyHunter 2                                                          || 0x01 ||      0x800 || SIO2_MASK
│      │   │   ├── Page47.jpg
|-
│      │   │   ├── Page48.jpg
|SLES_518.44 || Time Crisis 3                                                        || 0x01 ||      0x800 || SIO2_MASK
│      │   │   ├── Page49.jpg
|-
│      │   │   ├── Page50.jpg
|SLES_519.97 || SWAT: Global Strike Team                                            || 0x01 ||      0x800 || SIO2_MASK
│      │   │   ├── Page51.jpg
|-
│      │   │   ├── Page52.jpg
|SLES_520.97 || SWAT: Global Strike Force                                            || 0x01 ||      0x800 || SIO2_MASK
│      │   │   ├── Page53.jpg
|-
│      │   │   ├── Page54.jpg
|SLES_530.37 || Super Monkey Ball Deluxe                                            || 0x01 ||      0x802 || SIO2_MASK
│      │   │   ├── Page55.jpg
|-
│      │   │   ├── Page56.jpg
|SLES_536.68 || Micro Machines v4                                                    || 0x01 ||      0x801 || SIO2_MASK
│      │   │   ├── Page57.jpg
|-
│      │   │   ├── Page58.jpg
|SLES_537.55 || Castlevania: Curse of Darkness                                      || 0x04 ||      0x10 || SIF_DMA_SYNC
│      │   │   └── Page59.jpg
|-
│      │   ├── Page01.jpg
|SLES_537.96 || FIFA Street 2                                                        || 0x01 ||     0x1800 || SIO2_MASK
│      │   ├── Page02.jpg
|-
│      │   ├── Page03.jpg
|SLPM_620.42 || Kurogane no Houkou: Warship Commander                                || 0x01 ||     0x3000 || SIO2_MASK
│      │   ├── Page04.jpg
|-
│      │   ├── Page05.jpg
|SLPM_620.62 || Gitaroo Man One                                                      || 0x0A ||    0x80540 || CDVD_READ_DELAY
│      │   ├── Page06.jpg
|-
│      │   ├── Page07.jpg
|SLPM_621.05 || Taikou Risshiden IV                                                  || 0x09 || 0x2B47000A || DEV5_INT_SPEED
│      │   ├── Page08.jpg
|-
│      │   ├── Page09.jpg
|SLPM_621.24 || Ready 2 Rumble Boxing: Round 2                                      || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page100.jpg
|-
│      │   ├── Page101.jpg
|SLPM_621.25 || Gauntlet: Dark Legacy                                                || 0x08 ||      0xC1C || CPU_DELAY
│      │   ├── Page102.jpg
|-
│      │   ├── Page103.jpg
|SLPM_621.25 || Gauntlet: Dark Legacy                                                || 0x09 || 0x2B470005 || DEV5_INT_SPEED
│      │   ├── Page104.jpg
|-
│      │   ├── Page105.jpg
|SLPM_621.35 || Final Fantasy: XI (Beta Version)                                    || 0x00 || 0xA0000000 || TITLE_MASK, 0xA0000000 = Blacklist, boot after removing flag
│       │   ├── Page106.jpg
|-
│      │   ├── Page107.jpg
|SLPM_621.54 || DDRMAX Dance Dance Revolution 6thMix                                || 0x08 ||     0x1A5E || CPU_DELAY
│      │   ├── Page108.jpg
|-
│       │   ├── Page109.jpg
|SLPM_622.39 || Supercar Street Challenge                                            || 0x0A ||    0x80300 || CDVD_READ_DELAY
│      │   ├── Page10.jpg
|-
│      │   ├── Page110.jpg
|SLPM_623.69 || Karaoke Revolution: J-Pop Vol.1                                      || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page111.jpg
|-
│      │   ├── Page112.jpg
|SLPM_623.79 || Karaoke Revolution: J-Pop Vol.2                                      || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page113.jpg
|-
│      │   ├── Page114.jpg
|SLPM_623.80 || Karaoke Revolution: J-Pop Vol.3                                      || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page115.jpg
|-
│      │   ├── Page116.jpg
|SLPM_623.81 || Karaoke Revolution: J-Pop Vol.4                                      || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page11.jpg
|-
│      │   ├── Page12.jpg
|SLPM_623.82 || Karaoke Revolution: Love & Ballad                                    || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page13.jpg
|-
│      │   ├── Page14.jpg
|SLPM_623.83 || Karaoke Revolution: Night Selection 2003                            || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page15.jpg
|-
│      │   ├── Page16.jpg
|SLPM_624.14 || Karaoke Revolution: Dreams & Memories                                || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page17.jpg
|-
│      │   ├── Page18.jpg
|SLPM_624.37 || Suisui Sweet: Amai Ai no Mitsukekata                                || 0x0B || 0x40000000 || SPU2_BEHAVIOR
│      │   ├── Page19.jpg
|-
│      │   ├── Page20.jpg
|SLPM_624.50 || Karaoke Revolution: Anime Song Selection                            || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page21.jpg
|-
│      │   ├── Page22.jpg
|SLPM_624.51 || Karaoke Revolution: J-Pop Vol.5                                      || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page23.jpg
|-
│      │   ├── Page24.jpg
|SLPM_624.54 || Karaoke Revolution: J-Pop Vol.6                                      || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page25.jpg
|-
│      │   ├── Page26.jpg
|SLPM_624.55 || Karaoke Revolution: J-Pop Vol.7                                      || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page27.jpg
|-
│      │   ├── Page28.jpg
|SLPM_624.56 || Karaoke Revolution: J-Pop Vol.8                                      || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page29.jpg
|-
│      │   ├── Page30.jpg
|SLPM_624.57 || Karaoke Revolution: Snow & Party                                    || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page31.jpg
|-
│      │   ├── Page32.jpg
|SLPM_624.64 || Pop'n Taisen Pazurudame Online                                      || 0x08 ||     0x1F40 || CPU_DELAY
│      │   ├── Page33.jpg
|-
│      │   ├── Page34.jpg
|SLPM_624.79 || Karaoke Revolution: J-Pop Vol.9                                      || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page35.jpg
|-
│      │   ├── Page36.jpg
|SLPM_624.91 || Mega Man: The Power Battle                                          || 0x04 ||     0x2000 || SIF_DMA_SYNC
│      │   ├── Page37.jpg
|-
│       │   ├── Page38.jpg
|SLPM_624.92 || Karaoke Revolution: Kids Song Selection                              || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page39.jpg
|-
│      │   ├── Page40.jpg
|SLPM_625.28 || Karaoke Revolution: Kazoku Idol Sengen (Bundle Edition)              || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page41.jpg
|-
│      │   ├── Page42.jpg
|SLPM_625.29 || Karaoke Revolution: Kazoku Idol Sengen                              || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page43.jpg
|-
│       │   ├── Page44.jpg
|SLPM_650.86 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 (Disc 1)                || 0x08 ||     0x1450 || CPU_DELAY
│      │   ├── Page45.jpg
|-
│      │   ├── Page46.jpg
|SLPM_650.87 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 (Disc 2)                || 0x08 ||     0x1450 || CPU_DELAY
│      │   ├── Page47.jpg
|-
│       │   ├── Page48.jpg
|SLPM_650.90 || Spy Hunter                                                          || 0x01 ||     0x1800 || SIO2_MASK
│      │   ├── Page49.jpg
|-
│      │   ├── Page50.jpg
|SLPM_651.97 || Nobunaga's Ambition Online                                          || 0x02 ||        0xB || DEV9_MASK
│      │   ├── Page51.jpg
|-
│       │   ├── Page52.jpg
|SLPM_652.09 || Star Ocean: Till the End of Time                                    || 0x0B ||    0x20014 || SPU2_BEHAVIOR
│      │   ├── Page53.jpg
|-
│      │   ├── Page54.jpg
|SLPM_654.38 || Star Ocean: Till the End of Time (Director's Cut) (Disc 1)          || 0x0B ||    0x20014 || SPU2_BEHAVIOR
│       │   ├── Page55.jpg
|-
│      │   ├── Page56.jpg
|SLPM_654.39 || Star Ocean: Till the End of Time (Director's Cut) (Disc 2)          || 0x0B ||    0x20014 || SPU2_BEHAVIOR
│      │   ├── Page57.jpg
|-
│      │   ├── Page58.jpg
|SLPM_654.88 || Grand Theft Auto: Vice City                                          || 0x0A ||      0x300 || CDVD_READ_DELAY
│       │   ├── Page59.jpg
|-
│      │   ├── Page60.jpg
|SLPM_654.88 || Grand Theft Auto: Vice City                                          || 0x09 || 0x36000200 || DEV5_INT_SPEED
│      │   ├── Page61.jpg
|-
│      │   ├── Page62.jpg
|SLPM_656.33 || I Love Baseball: Pro Yakyu wo Koyonaku                              || 0x08 ||      0xFA0 || CPU_DELAY
│       │   ├── Page63.jpg
|-
│      │   ├── Page64.jpg
|SLPM_656.98 || Love Songs: ADV Futaba Riho 14-sai Natsu                            || 0x0A ||    0x80380 || CDVD_READ_DELAY
│      │   ├── Page65.jpg
|-
│       │   ├── Page66.jpg
|SLPM_657.05 || Final Fantasy XI: Chains of Promathia (Expansion Disc)              || 0x02 ||        0xB || DEV9_MASK
│      │   ├── Page67.jpg
|-
│      │   ├── Page68.jpg
|SLPM_657.06 || Final Fantasy XI: Chains of Promathia (All-In-One Edition)          || 0x02 ||        0xB || DEV9_MASK
│       │   ├── Page69.jpg
|-
│      │   ├── Page70.jpg
|SLPM_657.19 || Burnout 3: Takedown                                                  || 0x01 ||     0x1C00 || SIO2_MASK
│      │   ├── Page71.jpg
|-
│      │   ├── Page72.jpg
|SLPM_657.83 || Nobunaga no Yabou Online: Tappi no Shou                              || 0x02 ||        0xB || DEV9_MASK
│       │   ├── Page73.jpg
|-
│      │   ├── Page74.jpg
|SLPM_658.94 || Winning Post 6: 2005 Version                                        || 0x01 ||     0x2400 || SIO2_MASK
│      │   ├── Page75.jpg
|-
│       │   ├── Page76.jpg
|SLPM_659.34 || Maple Colors                                                        || 0x0A ||    0x80300 || CDVD_READ_DELAY
│      │   ├── Page77.jpg
|-
│      │   ├── Page78.jpg
|SLPM_659.53 || Final Fantasy: XI (Entry Disc 2005)                                  || 0x02 ||        0xB || DEV9_MASK
│       │   ├── Page79.jpg
|-
│      │   ├── Page80.jpg
|SLPM_659.84 || Grand Theft Auto: San Andreas                                        || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   ├── Page81.jpg
|-
│       │   ├── Page82.jpg
|SLPM_660.33 || The Sword of Etheria                                                || 0x08 ||      0xC1C || CPU_DELAY
│      │   ├── Page83.jpg
|-
│      │   ├── Page84.jpg
|SLPM_660.33 || The Sword of Etheria                                                || 0x00 ||  0x2000000 || TITLE_MASK
│       │   ├── Page85.jpg
|-
│      │   ├── Page86.jpg
|SLPM_660.48 || The Sword of Etheria                                                || 0x08 ||      0xC1C || CPU_DELAY
│      │   ├── Page87.jpg
|-
│       │   ├── Page88.jpg
|SLPM_660.48 || The Sword of Etheria                                                || 0x00 ||  0x2000000 || TITLE_MASK
│      │   ├── Page89.jpg
|-
│       │   ├── Page90.jpg
|SLPM_660.57 || Taito Memories Vol.1                                                || 0x08 ||      0xCE4 || CPU_DELAY
│      │   ├── Page91.jpg
|-
│      │   ├── Page92.jpg
|SLPM_661.56 || Marheaven: Arm Fight Dream                                          || 0x01 ||     0x1800 || SIO2_MASK
│       │   ├── Page93.jpg
|-
│      │   ├── Page94.jpg
|SLPM_661.75 || Akumajo Dracula: Yami no Juin                                        || 0x08 ||      0x60 || CPU_DELAY
│      │   ├── Page95.jpg
|-
│      │   ├── Page96.jpg
|SLPM_661.75 || Akumajo Dracula: Yami no Juin                                        || 0x0B ||    0x2001C || SPU2_BEHAVIOR
│      │   ├── Page97.jpg
|-
│      │   ├── Page98.jpg
|SLPM_663.93 || Final Fantasy XI: Treasures of Aht Urhgan (All-In-One Edition)      || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   └── Page99.jpg
|-
│      ├── medium
|SLPM_663.93 || Final Fantasy XI: Treasures of Aht Urhgan (All-In-One Edition)      || 0x09 || 0x2B47000A || DEV5_INT_SPEED
│      │   ├── Box01.jpg
|-
│      │   ├── Box04.jpg
|SLPM_663.93 || Final Fantasy XI: Treasures of Aht Urhgan (All-In-One Edition)      || 0x02 ||        0xB || DEV9_MASK
│      │   ├── landscape
|-
│      │   │   ├── Box01.jpg
|SLPM_663.94 || Final Fantasy XI: Treasures of Aht Urhgan                            || 0x02 ||        0xB || DEV9_MASK
│      │   │   ├── Box04.jpg
|-
│      │   │   ├── Page01.jpg
|SLPM_664.36 || Aria the Natural                                                    || 0x01 ||     0x1800 || SIO2_MASK
│      │   │   ├── Page02.jpg
|-
│      │   │   ├── Page03.jpg
|SLPM_664.36 || Aria the Natural                                                    || 0x00 ||  0xA000000 || TITLE_MASK
│      │   │   ├── Page04.jpg
|-
│      │   │   ├── Page05.jpg
|SLPM_665.39 || Nobunaga no Yabou Online: Haten no Shou                              || 0x02 ||        0xB || DEV9_MASK
│      │   │   ├── Page06.jpg
|-
│      │   │   ├── Page07.jpg
|SLPM_665.58 || Tomb Raider: Legend                                                  || 0x08 ||      0x3E8 || CPU_DELAY
│      │   │   ├── Page08.jpg
|-
│       │   │   ├── Page09.jpg
|SLPM_665.74 || Detective Evangelion                                                || 0x00 ||  0x2000000 || TITLE_MASK
│      │   │   ├── Page10.jpg
|-
│      │   │   ├── Page11.jpg
|SLPM_680.07 || Karaoke Revolution (Trial)                                          || 0x08 ||     0x1388 || CPU_DELAY
│      │   │   ├── Page12.jpg
|-
│       │   │   ├── Page13.jpg
|SLPM_680.10 ||                                                                      || 0x08 ||     0x1388 || CPU_DELAY
│      │   │   ├── Page14.jpg
|-
│      │   │   ├── Page15.jpg
|SLPS_200.08 || Morita Shogi                                                        || 0x08 ||     0x1388 || CPU_DELAY
│      │   │   ├── Page16.jpg
|-
│      │   │   ├── Page17.jpg
|SLPS_200.20 || FIFA 2000 World Championship                                        || 0x04 ||     0x2001 || SIF_DMA_SYNC
│      │   │   ├── Page18.jpg
|-
│      │   │   ├── Page19.jpg
|SLPS_200.37 || Go Go Golf                                                          || 0x09 || 0x2B47000A || DEV5_INT_SPEED
│      │   │   ├── Page20.jpg
|-
│      │   │   ├── Page21.jpg
|SLPS_200.38 || Grappler Baki: Baki Saidai no Tournament                            || 0x08 ||     0x1194 || CPU_DELAY
│      │   │   ├── Page22.jpg
|-
│      │   │   ├── Page23.jpg
|SLPS_200.53 || Tenshi no Present: Marle Oukoku Monogatari (Limited Edition)        || 0x0B || 0x20000000 || SPU2_BEHAVIOR
│      │   │   ├── Page24.jpg
|-
│      │   │   ├── Page25.jpg
|SLPS_200.66 || Tenshi no Present: Marle Oukoku Monogatari                          || 0x0B || 0x20000000 || SPU2_BEHAVIOR
│      │   │   ├── Page26.jpg
|-
│      │   │   ├── Page27.jpg
|SLPS_201.01 || City Crisis                                                          || 0x0A ||    0x80BB8 || CDVD_READ_DELAY
│      │   │   ├── Page28.jpg
|-
│      │   │   ├── Page29.jpg
|SLPS_201.11 || Magical Sports Pro Baseball 2001                                    || 0x09 || 0x2B47000A || DEV5_INT_SPEED
│      │   │   ├── Page30.jpg
|-
│       │   │   ├── Page31.jpg
|SLPS_201.72 || Koushien: Konpeki no Sora                                            || 0x09 || 0x2B47000A || DEV5_INT_SPEED
│      │   │   ├── Page32.jpg
|-
│      │   │   ├── Page33.jpg
|SLPS_201.73 || Hard Hitter 2                                                        || 0x0A ||    0x80300 || CDVD_READ_DELAY
│      │   │   ├── Page34.jpg
|-
│      │   │   ├── Page35.jpg
|SLPS_201.97 || Surfing Air Show with RatBoy                                        || 0x09 || 0x2B47000A || DEV5_INT_SPEED
│      │   │   ├── Page36.jpg
|-
│      │   │   ├── Page37.jpg
|SLPS_201.99 || F1 2002                                                              || 0x0B ||    0x20005 || SPU2_BEHAVIOR
│      │   │   ├── Page38.jpg
|-
│      │   │   ├── Page39.jpg
|SLPS_202.00 || Final Fantasy XI                                                    || 0x02 ||        0xB || DEV9_MASK
│      │   │   ├── Page40.jpg
|-
│      │   │   ├── Page41.jpg
|SLPS_204.04 || Rakushou! Pachi-Slot Sengen 2                                        || 0x0A ||    0x80300 || CDVD_READ_DELAY
│      │   │   ├── Page42.jpg
|-
│      │   │   ├── Page43.jpg
|SLPS_204.29 || Hissatsu Pachi-Slot Evolution: Ninja Hattori-Kun V                  || 0x08 ||     0x1B58 || CPU_DELAY
│      │   │   ├── Page44.jpg
|-
│       │   │   ├── Page45.jpg
|SLPS_204.55 || Simple 2000 Series Vol.94: The Aka-Champion - Come on Baby          || 0x0B || 0x40000000 || SPU2_BEHAVIOR
│      │   │   ├── Page46.jpg
|-
│      │   │   ├── Page47.jpg
|SLPS_250.08 || Sorcerous Stabber Orphen                                            || 0x08 ||      0xC1C || CPU_DELAY
│      │   │   ├── Page48.jpg
|-
│      │   │   ├── Page49.jpg
|SLPS_250.71 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001                          || 0x08 ||     0x1450 || CPU_DELAY
│      │   │   ├── Page50.jpg
|-
│      │   │   ├── Page51.jpg
|SLPS_250.72 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001                          || 0x08 ||     0x1450 || CPU_DELAY
│      │   │   ├── Page52.jpg
|-
│      │   │   ├── Page53.jpg
|SLPS_250.81 || Saishuu Densha                                                      || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   │   ├── Page54.jpg
|-
│      │   │   ├── Page55.jpg
|SLPS_251.36 || Kuon no Kizuna Sairin Mikotonori                                    || 0x0A ||    0x805DC || CDVD_READ_DELAY
│       │   │   ├── Page56.jpg
|-
│      │   │   ├── Page57.jpg
|SLPS_251.42 || Tiger Woods PGA Tour 2002                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   │   ├── Page58.jpg
|-
│       │   │   └── Page59.jpg
|SLPS_251.50 || Only You                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
│      │   ├── Page01.jpg
|-
│       │   ├── Page02.jpg
|SLPS_252.37 || Only You                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
│      │   ├── Page03.jpg
|-
│      │   ├── Page04.jpg
|SLPS_252.75 || Def Jam: Vendetta                                                    || 0x01 ||      0x802 || SIO2_MASK
│       │   ├── Page05.jpg
|-
│      │   ├── Page06.jpg
|SLPS_252.78 || Memories Off: Mix                                                    || 0x0A ||    0x80300 || CDVD_READ_DELAY
│      │   ├── Page07.jpg
|-
│      │   ├── Page08.jpg
|SLPS_252.90 || Time Crisis 3                                                        || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page09.jpg
|-
│       │   ├── Page100.jpg
|SLPS_253.15 || One Piece: Grand Battle 3                                            || 0x01 ||     0x1800 || SIO2_MASK
│      │   ├── Page101.jpg
|-
│      │   ├── Page102.jpg
|SLPS_253.57 || 3-Nen B-Gumi Kinpachi Sensei: Densetsu no Kyoudan ni Tate!          || 0x01 ||     0x1800 || SIO2_MASK
│      │   ├── Page103.jpg
|-
│      │   ├── Page104.jpg
|SLPS_253.79 || Tokyo Majin Gakuen: Kaihoujyou Kefurokou                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   ├── Page105.jpg
|-
│      │   ├── Page106.jpg
|SLPS_254.06 || Hitman: Contracts                                                    || 0x08 ||      0xDAC || CPU_DELAY
│      │   ├── Page107.jpg
|-
│      │   ├── Page108.jpg
|SLPS_254.18 || Ace Combat 5: The Unsung War                                        || 0x0A ||  0x500000 || CDVD_READ_DELAY
│      │   ├── Page109.jpg
|-
│      │   ├── Page10.jpg
|SLPS_255.10 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
│      │   ├── Page110.jpg
|-
│      │   ├── Page111.jpg
|SLPS_255.85 || Monster Farm 5: Circus Caravan                                      || 0x07 ||          5 || MECHA_RECOGTIME
│      │   ├── Page112.jpg
|-
│      │   ├── Page113.jpg
|SLPS_255.86 || Tales of the Abyss                                                  || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   ├── Page114.jpg
|-
│      │   ├── Page115.jpg
|SLPS_256.04 || Ar tonelico Qoga: Knell of Ar Ciel                                  || 0x00 ||  0xA000000 || TITLE_MASK
│      │   ├── Page116.jpg
|-
│      │   ├── Page11.jpg
|SLPS_256.67 || Daito Giken Premium Pachi-Slot Collection: Yoshimune                || 0x01 ||     0x1800 || SIO2_MASK
│      │   ├── Page12.jpg
|-
│      │   ├── Page13.jpg
|SLPS_256.98 || Fatal Fury Battle Archives Volume 2                                  || 0x00 ||  0xA000000 || TITLE_MASK
│      │   ├── Page14.jpg
|-
│      │   ├── Page15.jpg
|SLPS_257.08 || The Familiar of Zero (Limited Edition)                              || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│       │   ├── Page16.jpg
|-
│      │   ├── Page17.jpg
|SLPS_257.09 || The Familiar of Zero                                                || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   ├── Page18.jpg
|-
│      │   ├── Page19.jpg
|SLPS_257.21 || HimeHibi - Princess Days                                            || 0x0B ||  0x8000000 || SPU2_BEHAVIOR
│      │   ├── Page20.jpg
|-
│      │   ├── Page21.jpg
|SLPS_257.22 || Routes PE (Limited Edition)                                          || 0x08 ||      0x3E8 || CPU_DELAY
│      │   ├── Page22.jpg
|-
│      │   ├── Page23.jpg
|SLPS_257.27 || Routes PE                                                            || 0x08 ||      0x3E8 || CPU_DELAY
│       │   ├── Page24.jpg
|-
│      │   ├── Page25.jpg
|SLPS_732.49 || Ar tonelico Qoga: Knell of Ar Ciel (Platinum)                        || 0x00 ||  0xA000000 || TITLE_MASK
│      │   ├── Page26.jpg
|-
│       │   ├── Page27.jpg
|SLUS_200.11 || Orphen: Ocion of Sorcery                                            || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page28.jpg
|-
│      │   ├── Page29.jpg
|SLUS_200.11 || Orphen: Ocion of Sorcery                                            || 0x09 ||  0x8000010 || DEV5_INT_SPEED
│      │   ├── Page30.jpg
|-
│      │   ├── Page31.jpg
|SLUS_200.77 || Donald Duck: Go'in Quackers                                          || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page32.jpg
|-
│      │   ├── Page33.jpg
|SLUS_202.74 || City Crisis                                                          || 0x0A ||    0x80BB8 || CDVD_READ_DELAY
│      │   ├── Page34.jpg
|-
│      │   ├── Page35.jpg
|SLUS_203.05 || Simpsons: Road Rage                                                  || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page36.jpg
|-
│      │   ├── Page37.jpg
|SLUS_203.64 || Tiger Woods PGA Tour 2002                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   ├── Page38.jpg
|-
│      │   ├── Page39.jpg
|SLUS_204.13 || Shadowman 2                                                          || 0x0A ||    0x80600 || CDVD_READ_DELAY
│      │   ├── Page40.jpg
|-
│      │   ├── Page41.jpg
|SLUS_204.33 || SWAT: Global Strike Team                                            || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page42.jpg
|-
│      │   ├── Page43.jpg
|SLUS_204.88 || Star Ocean: Til the end of Time [Disc 1]                            || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page44.jpg
|-
│      │   ├── Page45.jpg
|SLUS_205.72 || Tiger Woods PGA Tour 2003                                            || 0x0A ||    0x803E8 || CDVD_READ_DELAY
│      │   ├── Page46.jpg
|-
│       │   ├── Page47.jpg
|SLUS_205.90 || Spyhunter 2                                                          || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page48.jpg
|-
│      │   ├── Page49.jpg
|SLUS_206.35 || Muppets Party Cruise                                                || 0x01 ||      0x801 || SIO2_MASK
│       │   ├── Page50.jpg
|-
│      │   ├── Page51.jpg
|SLUS_206.39 || Def Jam Vendetta                                                    || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page52.jpg
|-
│      │   ├── Page53.jpg
|SLUS_206.86 || Splashdown: Rides Gone Wild                                          || 0x0A ||    0x80400 || CDVD_READ_DELAY
│      │   ├── Page54.jpg
|-
│      │   ├── Page55.jpg
|SLUS_208.38 || All-Star Baseball 2005                                              || 0x01 ||      0x802 || SIO2_MASK
│      │   ├── Page56.jpg
|-
│      │   ├── Page57.jpg
|SLUS_208.51 || Ace Combat 5: The Unsung War                                        || 0x0A ||  0x500000 || CDVD_READ_DELAY
│      │   ├── Page58.jpg
|-
│      │   ├── Page59.jpg
|SLUS_208.91 || Star Ocean: Til the end of Time [Disc 2]                            || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page60.jpg
|-
│      │   ├── Page61.jpg
|SLUS_209.18 || Super Monkey Ball: Deluxe                                            || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page62.jpg
|-
│      │   ├── Page63.jpg
|SLUS_210.59 || Tekken 5                                                            || 0x0B || 0x40000000 || SPU2_BEHAVIOR
│      │   ├── Page64.jpg
|-
│      │   ├── Page65.jpg
|SLUS_210.70 || Final Fantasy XI: Chains of Promathia                                || 0x02 ||        0xB || DEV9_MASK
│      │   ├── Page66.jpg
|-
│      │   ├── Page67.jpg
|SLUS_210.89 || Karaoke Revolution Vol.3                                            || 0x08 ||     0x1388 || CPU_DELAY
│       │   ├── Page68.jpg
|-
│      │   ├── Page69.jpg
|SLUS_213.31 || Sonic Riders                                                        || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page70.jpg
|-
│      │   ├── Page71.jpg
|SLUS_213.39 || Puzzle Challenge                                                    || 0x01 ||      0x800 || SIO2_MASK
│      │   ├── Page72.jpg
|-
│      │   ├── Page73.jpg
|SLUS_214.04 || Final Fantasy XI: Treasures of Aht Urhgan                            || 0x02 ||        0xB || DEV9_MASK
│      │   ├── Page74.jpg
|-
│      │   ├── Page75.jpg
|SLUS_214.52 || Valkyrie Profile 2: Silmeria                                        || 0x08 ||     0x1388 || CPU_DELAY
│      │   ├── Page76.jpg
|-
│      │   ├── Page77.jpg
|}
│      │   ├── Page78.jpg
 
│      │   ├── Page79.jpg
= Folder/File layout =
│      │   ├── Page80.jpg
 
│      │   ├── Page81.jpg
Example: Max Payne Classic
│      │   ├── Page82.jpg
 
│       │   ├── Page83.jpg
<pre>
│      │   ├── Page84.jpg
├── config-emu-ps4.txt
│      │   ├── Page85.jpg
├── docs
│      │   ├── Page86.jpg
│   └── revision.h
│      │   ├── Page87.jpg
├── eboot.bin
│      │   ├── Page88.jpg
├── feature_data
│      │   ├── Page89.jpg
│   └── SLES-50326_features.lua
│      │   ├── Page90.jpg
├── formatted.card
│      │   ├── Page91.jpg
├── image
│      │   ├── Page92.jpg
│   └── disc01.iso
│      │   ├── Page93.jpg
├── lua_include
│      │   ├── Page94.jpg
│   ├── ee-cpr0-alias.lua
│      │   ├── Page95.jpg
│   ├── ee-gpr-alias.lua
│      │   ├── Page96.jpg
│   ├── ee-hwaddr.lua
│      │   ├── Page97.jpg
│   ├── language.lua
│      │   ├── Page98.jpg
│   ├── pad-and-key.lua
│       │   └── Page99.jpg
│   ├── ps2.lua
│      ├── small
│   └── utils.lua
│      │   ├── Box01.jpg
├── patches
│      │   ├── Box04.jpg
│   └── SLES-50326_cli.conf
│      │   ├── landscape
├── PS20220WD20050620.crack
│      │   │   ├── Box01.jpg
├── ps2-emu-compiler.self
│      │   │   ├── Box04.jpg
├── sce_companion_httpd
│      │   │   ├── Page01.jpg
│   └── html
│      │   │   ├── Page02.jpg
│       ├── BackCover.jpg
│      │   │   ├── Page03.jpg
│      ├── base
│      │   │   ├── Page04.jpg
│      │   ├── arrow_up.png
│      │   │   ├── Page05.jpg
│      │   └── sprites.png
│      │   │   ├── Page06.jpg
│      ├── css
│      │   │   ├── Page07.jpg
│       │   ├── default-skin.png
│      │   │   ├── Page08.jpg
│      │   └── styles.min.css
│      │   │   ├── Page09.jpg
│      ├── index.html
│      │   │   ├── Page10.jpg
│      ├── js
│       │   │   ├── Page11.jpg
│      │   └── app.min.js
│      │   │   ├── Page12.jpg
│      ├── large
│      │   │   ├── Page13.jpg
│      │   ├── Box01.jpg
│      │   │   ├── Page14.jpg
│      │   ├── Box04.jpg
│      │   │   ├── Page15.jpg
│      │   ├── landscape
│      │   │   ├── Page16.jpg
│      │   │   ├── Box01.jpg
│      │   │   ├── Page17.jpg
│      │   │   ├── Box04.jpg
│      │   │   ├── Page18.jpg
│      │   │   ├── Page01.jpg From 01 to 59
│      │   │   ├── Page19.jpg
│      │   │   └── Page59.jpg
│      │   │   ├── Page20.jpg
│      │   ├── Page01.jpg From 01 to 116
│       │   │   ├── Page21.jpg
│      │   └── Page116.jpg
│      │   │   ├── Page22.jpg
│      ├── medium
│      │   │   ├── Page23.jpg
│      │   ├── Box01.jpg
│      │   │   ├── Page24.jpg
│      │   ├── Box04.jpg
│      │   │   ├── Page25.jpg
│      │   ├── landscape
│      │   │   ├── Page26.jpg
│      │   │   ├── Box01.jpg
│      │   │   ├── Page27.jpg
│      │   │   ├── Box04.jpg
│      │   │   ├── Page28.jpg
│      │   │   ├── Page01.jpg From 01 to 59
│      │   │   ├── Page29.jpg
│      │   │   └── Page59.jpg
│       │   │   ├── Page30.jpg
│      │   ├── Page01.jpg from 01 to 116
│      │   │   ├── Page31.jpg
│      │   └── Page116.jpg
│       │   │   ├── Page32.jpg
│      ├── small
│      │   │   ├── Page33.jpg
│      │   ├── Box01.jpg from 01 to 04
│      │   │   ├── Page34.jpg
│      │   ├── Box04.jpg
│       │   │   ├── Page35.jpg
│      │   ├── landscape
│      │   │   ├── Page36.jpg
│      │   │   ├── Box01.jpg from 01 to 04
│      │   │   ├── Page37.jpg
│      │   │   ├── Box04.jpg
│       │   │   ├── Page38.jpg
│      │   │   ├── Page01.jpg From 01 to 59
│      │   │   ├── Page39.jpg
│      │   │   └── Page59.jpg
│      │   │   ├── Page40.jpg
│      │   ├── Page01.jpg From 01 to 116
│      │   │   ├── Page41.jpg
│      │   └── Page116.jpg
│      │   │   ├── Page42.jpg
│      └── thumbnails
│      │   │   ├── Page43.jpg
│           ├── BoxThumb01.jpg
│      │   │   ├── Page44.jpg
│           ├── BoxThumb04.jpg
│      │   │   ├── Page45.jpg
│           ├── landscape
│       │   │   ├── Page46.jpg
│           │   ├── BoxThumb01.jpg
│      │   │   ├── Page47.jpg
│           │   ├── BoxThumb04.jpg
│       │   │   ├── Page48.jpg
│           │   ├── Thumb01.jpg from 01 to 59
│      │   │   ├── Page49.jpg
│           │   └── Thumb59.jpg
│      │   │   ├── Page50.jpg
│           ├── Thumb01.jpg From 01 to 116
│       │   │   ├── Page51.jpg
│           └── Thumb116.jpg
│      │   │   ├── Page52.jpg
├── sce_module
│      │   │   ├── Page53.jpg
│   ├── libc.prx
│      │   │   ├── Page54.jpg
│   └── libSceFios2.prx
│      │   │   ├── Page55.jpg
├── sce_sys
│      │   │   ├── Page56.jpg
│   ├── about
│      │   │   ├── Page57.jpg
│   │   └── right.sprx
│      │   │   ├── Page58.jpg
│   └── keystone
│      │   │   └── Page59.jpg
└── trophy_data
│      │   ├── Page01.jpg
     └── SLES-50326_trophies.lua
│      │   ├── Page02.jpg
 
│      │   ├── Page03.jpg
</pre>
│      │   ├── Page04.jpg
 
│      │   ├── Page05.jpg
=LUA include files=
│      │   ├── Page06.jpg
<pre>Files that some official pkgs use in order for the lua files to be separate.
│      │   ├── Page07.jpg
</pre>
│      │   ├── Page08.jpg
<br>'''pad-connect-type.lua'''
│      │   ├── Page09.jpg
<pre>
│      │   ├── Page100.jpg
 
│      │   ├── Page101.jpg
local PadConnectType = {}
│      │   ├── Page102.jpg
 
│      │   ├── Page103.jpg
PadConnectType.DS4 = 0
│      │   ├── Page104.jpg
PadConnectType.HID              = 1 -- any 3rd party USB controller (fight stick, turbo controller, etc), always local.
│      │   ├── Page105.jpg
PadConnectType.REMOTE_DS4      = 2 -- remote DS4 should behave just like regular DS4
│      │   ├── Page106.jpg
PadConnectType.REMOTE_VITA      = 3 -- remote VITA lacks analog L2/R2
│      │   ├── Page107.jpg
 
│      │   ├── Page108.jpg
return PadConnectType
│      │   ├── Page109.jpg
</pre>
│      │   ├── Page10.jpg
<br>'''sprite.lua'''
│      │   ├── Page110.jpg
<pre>
│      │   ├── Page111.jpg
 
│      │   ├── Page112.jpg
local kFilterMode = {}
│      │   ├── Page113.jpg
kFilterMode.Point                          = 0x00000000 -- < Sample the one texel nearest to the sample point.
│      │   ├── Page114.jpg
kFilterMode.Bilinear                        = 0x00000001 -- < Sample the four texels nearest the sample point, and blend linearly.
│      │   ├── Page115.jpg
 
│      │   ├── Page116.jpg
local kWrapMode = {}
│      │   ├── Page11.jpg
kWrapMode.Wrap                              = 0x00000000 -- < The integer portion of the input coordinate is discarded, and the fractional portion is used instead. <c>U=U-floorf(U);</c>
│      │   ├── Page12.jpg
kWrapMode.Mirror                            = 0x00000001 -- < The input coordinate is "reflected" across the texture boundary. This reflection may occur multiple times until the coordinate falls within the <c>[0..1]</c> range. <c>U=isOdd(floorf(U)) ? 1-fracf(U) : fracf(U)</c>
│      │   ├── Page13.jpg
kWrapMode.ClampLastTexel                    = 0x00000002 -- < The input coordinate is clamped to the range <c>[0..1]</c>. <c>U=max(0,min(1,U));</c>
│      │   ├── Page14.jpg
kWrapMode.MirrorOnceLastTexel              = 0x00000003 -- < The input coordinate is reflected at most one time and then clamped to the range <c>[0..1]</c>. <c>U=abs(max(-1,min(1,U));</c>
│       │   ├── Page15.jpg
kWrapMode.ClampHalfBorder                  = 0x00000004 -- < Similar to kWrapModeClampLastTexel, but if clamping is necessary, the output color will be the border color specified by the Sampler. For this mode, coordinates that are not within half a pixel of the border are considered clamped.
│       │   ├── Page16.jpg
kWrapMode.MirrorOnceHalfBorder              = 0x00000005 -- < Similar to kWrapModeMirrorOnceLastTexel, but if clamping is necessary, the output color will be the border color specified by the Sampler. For this mode, coordinates that are not within half a pixel of the border are considered clamped.
│       │   ├── Page17.jpg
kWrapMode.ClampBorder                      = 0x00000006 -- < Similar to kWrapModeClampLastTexel, but if clamping is necessary, the output color will be the border color specified by the Sampler. For this mode, coordinates that are outside the range <c>[0..1]</c> are considered clamped.
│       │   ├── Page18.jpg
kWrapMode.MirrorOnceBorder                  = 0x00000007 -- < Similar to kWrapModeMirrorOnceLastTexel, but if clamping is necessary, the output color will be the border color specified by the Sampler. For this mode, coordinates that are outside the range <c>[0..1]</c> are considered clamped.
│       │   ├── Page19.jpg
 
│       │   ├── Page20.jpg
local kBlendMultiplier = {}
│       │   ├── Page21.jpg
kBlendMultiplier.Zero                            = 0x00000000  -- < Multiply the associated input by zero.
│       │   ├── Page22.jpg
kBlendMultiplier.One                              = 0x00000001  -- < Multiply the associated input by one.
│      │   ├── Page23.jpg
kBlendMultiplier.SrcColor                        = 0x00000002  -- < Multiply the associated input by the fragment color.
│      │   ├── Page24.jpg
kBlendMultiplier.OneMinusSrcColor                = 0x00000003  -- < Multiply the associated input by one minus the fragment color.
│       │   ├── Page25.jpg
kBlendMultiplier.SrcAlpha                        = 0x00000004  -- < Multiply the associated input by the fragment alpha.
│      │   ├── Page26.jpg
kBlendMultiplier.OneMinusSrcAlpha                = 0x00000005  -- < Multiply the associated input by one minus the fragment alpha.
│      │   ├── Page27.jpg
kBlendMultiplier.DestAlpha                        = 0x00000006  -- < Multiply the associated input by the render target alpha.
│       │   ├── Page28.jpg
kBlendMultiplier.OneMinusDestAlpha                = 0x00000007  -- < Multiply the associated input by one minus the render target alpha.
│      │   ├── Page29.jpg
kBlendMultiplier.DestColor                        = 0x00000008  -- < Multiply the associated input by the render target color.
│      │   ├── Page30.jpg
kBlendMultiplier.OneMinusDestColor                = 0x00000009  -- < Multiply the associated input by one minus the render target color.
│      │   ├── Page31.jpg
kBlendMultiplier.SrcAlphaSaturate                = 0x0000000a  -- < Multiply the associated input by the minimum of 1 or fragment alpha.
│      │   ├── Page32.jpg
kBlendMultiplier.ConstantColor                    = 0x0000000d  -- < Multiply the associated input by the constant color. @see DrawCommandBuffer::setBlendColor()
│      │   ├── Page33.jpg
kBlendMultiplier.OneMinusConstantColor            = 0x0000000e  -- < Multiply the associated input by one minus the constant color. @see DrawCommandBuffer::setBlendColor()
│      │   ├── Page34.jpg
kBlendMultiplier.Src1Color                        = 0x0000000f  -- < Multiply the associated input by a secondary fragment color.
│      │   ├── Page35.jpg
kBlendMultiplier.InverseSrc1Color                = 0x00000010  -- < Multiply the associated input by one minus a secondary fragment color.
│      │   ├── Page36.jpg
kBlendMultiplier.Src1Alpha                        = 0x00000011  -- < Multiply the associated input by a secondary fragment alpha.
│      │   ├── Page37.jpg
kBlendMultiplier.InverseSrc1Alpha                = 0x00000012  -- < Multiply the associated input by one minus a secondary fragment alpha.
│      │   ├── Page38.jpg
kBlendMultiplier.ConstantAlpha                    = 0x00000013  -- < Multiply the associated input by the constant color alpha. @see DrawCommandBuffer::setBlendColor()
│      │   ├── Page39.jpg
kBlendMultiplier.OneMinusConstantAlpha            = 0x00000014  -- < Multiply the associated input by one minus the constant color alpha. @see DrawCommandBuffer::setBlendColor()
│      │   ├── Page40.jpg
 
│      │   ├── Page41.jpg
local kBlendFunc = {}
│      │   ├── Page42.jpg
kBlendFunc.Add                          = 0x00000000  -- < The source value is added to the destination value.
│      │   ├── Page43.jpg
kBlendFunc.Subtract                    = 0x00000001  -- < The destination value is subtracted from the source value.
│      │   ├── Page44.jpg
kBlendFunc.Min                          = 0x00000002  -- < The minimum of the source and destination values is selected.
│      │   ├── Page45.jpg
kBlendFunc.Max                          = 0x00000003  -- < The maximum of the source and destination values is selected.
│      │   ├── Page46.jpg
kBlendFunc.ReverseSubtract              = 0x00000004  -- < The source value is subtracted from the destination value.
│      │   ├── Page47.jpg
 
│      │   ├── Page48.jpg
-- Default blending mode, ideal for typical alpha channel embedded into a PNG image.
│      │   ├── Page49.jpg
blendDefaultEquation = {
│      │   ├── Page50.jpg
kBlendMultiplier.SrcAlpha, -- src multiplier
│      │   ├── Page51.jpg
kBlendFunc.Add,                         -- blend function
│      │   ├── Page52.jpg
kBlendMultiplier.OneMinusSrcAlpha,     -- dest multiplier
│      │   ├── Page53.jpg
}
│      │   ├── Page54.jpg
 
│      │   ├── Page55.jpg
blendConstFadeEquation = {
│      │   ├── Page56.jpg
kBlendMultiplier.ConstantAlpha, -- src multiplier
│      │   ├── Page57.jpg
kBlendFunc.Add,                       -- blend function
│      │   ├── Page58.jpg
kBlendMultiplier.OneMinusConstantAlpha,     -- dest multiplier
│      │   ├── Page59.jpg
}
│      │   ├── Page60.jpg
 
│      │   ├── Page61.jpg
return kFilterMode, kWrapMode, kBlendMultiplier, kBlendFunc
│      │   ├── Page62.jpg
 
│      │   ├── Page63.jpg
</pre>
│      │   ├── Page64.jpg
<br>'''ee-cpr0-alias.lua'''
│      │   ├── Page65.jpg
<pre>
│      │   ├── Page66.jpg
cpr = {}
│      │   ├── Page67.jpg
 
│      │   ├── Page68.jpg
cpr.index = 0
│      │   ├── Page69.jpg
cpr.random = 1
│      │   ├── Page70.jpg
cpr.entrylo0 = 2
│      │   ├── Page71.jpg
cpr.entrylo1 = 3
│      │   ├── Page72.jpg
cpr.context = 4
│      │   ├── Page73.jpg
cpr.pagemask = 5
│      │   ├── Page74.jpg
cpr.wired = 6
│      │   ├── Page75.jpg
cpr.badvaddr = 8
│      │   ├── Page76.jpg
cpr.count = 9
│      │   ├── Page77.jpg
cpr.entryhi = 10
│      │   ├── Page78.jpg
cpr.compare = 11
│      │   ├── Page79.jpg
cpr.status = 12
│      │   ├── Page80.jpg
cpr.cause = 13
│      │   ├── Page81.jpg
cpr.epc = 14
│      │   ├── Page82.jpg
cpr.prid = 15
│      │   ├── Page83.jpg
cpr.config = 16
│      │   ├── Page84.jpg
cpr.badpaddr = 23
│      │   ├── Page85.jpg
cpr.hwbk = 24
│      │   ├── Page86.jpg
cpr.pccr = 25
│      │   ├── Page87.jpg
cpr.taglo = 28
│      │   ├── Page88.jpg
cpr.taghi = 29
│      │   ├── Page89.jpg
cpr.errorepc = 30
│      │   ├── Page90.jpg
 
│      │   ├── Page91.jpg
return cpr
│      │   ├── Page92.jpg
</pre>
│      │   ├── Page93.jpg
'''ee-gpr-alias.lua'''
│      │   ├── Page94.jpg
<pre>
│      │   ├── Page95.jpg
 
│      │   ├── Page96.jpg
-- Recommended method to import this module:
│      │   ├── Page97.jpg
--  local gpr = require("ee-gpr-alias")
│      │   ├── Page98.jpg
--
│      │   └── Page99.jpg
-- Using the global 'lang' variable is depreciated. This will change to a local-scope variable after
│      └── thumbnails
-- the depreciation period has expired in April 2016.
│          ├── BoxThumb01.jpg
 
│          ├── BoxThumb04.jpg
gpr = {}
│          ├── landscape
 
│          │   ├── BoxThumb01.jpg
gpr.zero = 0
│          │   ├── BoxThumb04.jpg
gpr.at  = 1
│          │   ├── Thumb01.jpg
gpr.v0  = 2
│          │   ├── Thumb02.jpg
gpr.v1  = 3
│          │   ├── Thumb03.jpg
gpr.a0  = 4
│          │   ├── Thumb04.jpg
gpr.a1  = 5
│          │   ├── Thumb05.jpg
gpr.a2  = 6
│          │   ├── Thumb06.jpg
gpr.a3  = 7
│          │   ├── Thumb07.jpg
gpr.t0  = 8
│          │   ├── Thumb08.jpg
gpr.t1  = 9
│          │   ├── Thumb09.jpg
gpr.t2  = 10
│          │   ├── Thumb10.jpg
gpr.t3  = 11
│          │   ├── Thumb11.jpg
gpr.t4  = 12
│          │   ├── Thumb12.jpg
gpr.t5  = 13
│          │   ├── Thumb13.jpg
gpr.t6  = 14
│          │   ├── Thumb14.jpg
gpr.t7  = 15
│          │   ├── Thumb15.jpg
gpr.s0  = 16
│          │   ├── Thumb16.jpg
gpr.s1  = 17
│          │   ├── Thumb17.jpg
gpr.s2  = 18
│          │   ├── Thumb18.jpg
gpr.s3  = 19
│          │   ├── Thumb19.jpg
gpr.s4  = 20
│          │   ├── Thumb20.jpg
gpr.s5  = 21
│          │   ├── Thumb21.jpg
gpr.s6  = 22
│          │   ├── Thumb22.jpg
gpr.s7  = 23
│          │   ├── Thumb23.jpg
gpr.t8  = 24
│          │   ├── Thumb24.jpg
gpr.t9  = 25
│          │   ├── Thumb25.jpg
gpr.k0  = 26
│          │   ├── Thumb26.jpg
gpr.k1  = 27
│          │   ├── Thumb27.jpg
gpr.gp  = 28
│          │   ├── Thumb28.jpg
gpr.sp  = 29
│          │   ├── Thumb29.jpg
gpr.fp  = 30
│          │   ├── Thumb30.jpg
gpr.ra  = 31
│          │   ├── Thumb31.jpg
 
│          │   ├── Thumb32.jpg
return gpr
│          │   ├── Thumb33.jpg
 
│          │   ├── Thumb34.jpg
</pre>
│          │   ├── Thumb35.jpg
'''ee-hwaddr.lua'''
│          │   ├── Thumb36.jpg
<pre>
│          │   ├── Thumb37.jpg
gif_hw  = {}
│          │   ├── Thumb38.jpg
vif0_hw = {}
│          │   ├── Thumb39.jpg
vif1_hw = {}
│          │   ├── Thumb40.jpg
 
│          │   ├── Thumb41.jpg
gif_hw.CHCR = 0x1000A000
│          │   ├── Thumb42.jpg
gif_hw.MADR = 0x1000A010
│          │   ├── Thumb43.jpg
gif_hw.QWC = 0x1000A020
│          │   ├── Thumb44.jpg
gif_hw.TADR = 0x1000A030
│          │   ├── Thumb45.jpg
gif_hw.ASR0 = 0x1000A040
│          │   ├── Thumb46.jpg
gif_hw.ASR1 = 0x1000A050
│          │   ├── Thumb47.jpg
gif_hw.SADR = 0x1000A080
│          │   ├── Thumb48.jpg
 
│          │   ├── Thumb49.jpg
vif0_hw.CHCR = 0x10008000
│          │   ├── Thumb50.jpg
vif0_hw.MADR = 0x10008010
│          │   ├── Thumb51.jpg
vif0_hw.QWC = 0x10008020
│          │   ├── Thumb52.jpg
vif0_hw.TADR = 0x10008030
│          │   ├── Thumb53.jpg
vif0_hw.ASR0 = 0x10008040
│          │   ├── Thumb54.jpg
vif0_hw.ASR1 = 0x10008050
│          │   ├── Thumb55.jpg
vif0_hw.SADR = 0x10008080
│          │   ├── Thumb56.jpg
 
│          │   ├── Thumb57.jpg
vif1_hw.CHCR = 0x10009000
│          │   ├── Thumb58.jpg
vif1_hw.MADR = 0x10009010
│          │   └── Thumb59.jpg
vif1_hw.QWC = 0x10009020
│          ├── Thumb01.jpg
vif1_hw.TADR = 0x10009030
│          ├── Thumb02.jpg
vif1_hw.ASR0 = 0x10009040
│          ├── Thumb03.jpg
vif1_hw.ASR1 = 0x10009050
│          ├── Thumb04.jpg
vif1_hw.SADR = 0x10009080
│          ├── Thumb05.jpg
│          ├── Thumb06.jpg
│          ├── Thumb07.jpg
│          ├── Thumb08.jpg
│          ├── Thumb09.jpg
│          ├── Thumb100.jpg
│          ├── Thumb101.jpg
│          ├── Thumb102.jpg
│          ├── Thumb103.jpg
│          ├── Thumb104.jpg
│          ├── Thumb105.jpg
│          ├── Thumb106.jpg
│          ├── Thumb107.jpg
│          ├── Thumb108.jpg
│          ├── Thumb109.jpg
│          ├── Thumb10.jpg
│          ├── Thumb110.jpg
│          ├── Thumb111.jpg
│          ├── Thumb112.jpg
│          ├── Thumb113.jpg
│          ├── Thumb114.jpg
│          ├── Thumb115.jpg
│          ├── Thumb116.jpg
│          ├── Thumb11.jpg
│          ├── Thumb12.jpg
│          ├── Thumb13.jpg
│          ├── Thumb14.jpg
│          ├── Thumb15.jpg
│          ├── Thumb16.jpg
│          ├── Thumb17.jpg
│          ├── Thumb18.jpg
│          ├── Thumb19.jpg
│          ├── Thumb20.jpg
│          ├── Thumb21.jpg
│          ├── Thumb22.jpg
│          ├── Thumb23.jpg
│          ├── Thumb24.jpg
│          ├── Thumb25.jpg
│          ├── Thumb26.jpg
│          ├── Thumb27.jpg
│          ├── Thumb28.jpg
│          ├── Thumb29.jpg
│          ├── Thumb30.jpg
│          ├── Thumb31.jpg
│          ├── Thumb32.jpg
│          ├── Thumb33.jpg
│          ├── Thumb34.jpg
│          ├── Thumb35.jpg
│          ├── Thumb36.jpg
│          ├── Thumb37.jpg
│          ├── Thumb38.jpg
│          ├── Thumb39.jpg
│          ├── Thumb40.jpg
│          ├── Thumb41.jpg
│          ├── Thumb42.jpg
│          ├── Thumb43.jpg
│          ├── Thumb44.jpg
│          ├── Thumb45.jpg
│          ├── Thumb46.jpg
│          ├── Thumb47.jpg
│          ├── Thumb48.jpg
│          ├── Thumb49.jpg
│          ├── Thumb50.jpg
│          ├── Thumb51.jpg
│          ├── Thumb52.jpg
│          ├── Thumb53.jpg
│          ├── Thumb54.jpg
│          ├── Thumb55.jpg
│          ├── Thumb56.jpg
│          ├── Thumb57.jpg
│          ├── Thumb58.jpg
│          ├── Thumb59.jpg
│          ├── Thumb60.jpg
│          ├── Thumb61.jpg
│          ├── Thumb62.jpg
│          ├── Thumb63.jpg
│          ├── Thumb64.jpg
│          ├── Thumb65.jpg
│          ├── Thumb66.jpg
│          ├── Thumb67.jpg
│          ├── Thumb68.jpg
│          ├── Thumb69.jpg
│          ├── Thumb70.jpg
│          ├── Thumb71.jpg
│          ├── Thumb72.jpg
│          ├── Thumb73.jpg
│          ├── Thumb74.jpg
│          ├── Thumb75.jpg
│          ├── Thumb76.jpg
│          ├── Thumb77.jpg
│          ├── Thumb78.jpg
│          ├── Thumb79.jpg
│          ├── Thumb80.jpg
│          ├── Thumb81.jpg
│          ├── Thumb82.jpg
│          ├── Thumb83.jpg
│          ├── Thumb84.jpg
│          ├── Thumb85.jpg
│          ├── Thumb86.jpg
│          ├── Thumb87.jpg
│          ├── Thumb88.jpg
│          ├── Thumb89.jpg
│          ├── Thumb90.jpg
│          ├── Thumb91.jpg
│          ├── Thumb92.jpg
│          ├── Thumb93.jpg
│          ├── Thumb94.jpg
│          ├── Thumb95.jpg
│          ├── Thumb96.jpg
│          ├── Thumb97.jpg
│          ├── Thumb98.jpg
│          └── Thumb99.jpg
├── sce_module
│   ├── libc.prx
│   └── libSceFios2.prx
├── sce_sys
│   ├── about
│   │   └── right.sprx
│   └── keystone
└── trophy_data
    └── SLES-50326_trophies.lua


return gif_hw, vif0_hw, vif1_hw, nil
</pre>
</pre>
'''language.lua'''
<pre>


-- Recommended method to import this module:
=Links=
--  local lang = require("language")
*More info: http://www.psx-place.com/threads/research-ps2-emulator-configuration-on-ps4.16131/
--
*More emulator configurations examples: https://www.psdevwiki.com/ps4/Talk:PS2_Classics_Emulator_Compatibility_List
-- Using the global 'lang' variable is depreciated.  This will change to a local-scope variable after
-- the depreciation period has expired in April 2016.
 
lang = {}
 
lang.japanese = 0
lang.english = 1
lang.french = 2
lang.spanish = 3
lang.german = 4
lang.italian = 5
lang.dutch = 6
lang.portuguese = 7
lang.russian = 8
lang.korean = 9
lang.chinese_traditional = 10
lang.chinese_simplified = 11
lang.finnish = 12
lang.swedish = 13
lang.danish = 14
lang.norwegian = 15
lang.polish = 16
lang.portuguese_brazil = 17
lang.english_gb = 18
lang.turkish = 19
lang.spanish_la = 20
lang.arabic = 21
lang.french_canada = 22
 
return lang
</pre>
'''pad-and-key.lua'''
<pre>
 
pad = {}
 
-- Left Side
pad.LU = 0x0010 -- Up
pad.LD = 0x0040 -- Down
pad.LL = 0x0080 -- Left
pad.LR = 0x0020 -- Right
 
-- Right Side
pad.RU = 0x1000 -- Up (Triangle)
pad.RD = 0x4000 -- Down (Cross)
pad.RL = 0x8000 -- Left (Square)
pad.RR = 0x2000 -- Right (Circle)
 
-- aliases
pad.UP = 0x0010 -- LU
pad.DOWN = 0x0040 -- LD
pad.LEFT = 0x0080 -- LL
pad.RIGHT = 0x0020 -- LR
pad.TRIANGLE= 0x1000
pad.CROSS = 0x4000
pad.SQUARE = 0x8000
pad.CIRCLE = 0x2000
 
pad.L1 = 0x0400
pad.L2 = 0x0100
pad.L3 = 0x0002
 
pad.R1 = 0x0800
pad.R2 = 0x0200
pad.R3 = 0x0004
 
pad.SELECT = 0x0001
pad.START = 0x0008
 
keyboard = {}
 
keyboard.ESCAPE = 0x1000
keyboard.SLASH = 0x1001
keyboard.SEPARATOR = 0x1002 -- backslash or pipe (\|)
keyboard.BACKQUOTE = 0x1003
keyboard.PAGEDOWN = 0x1004
keyboard.PAGEUP = 0x1005
keyboard.F1 = 0x1006
keyboard.F2 = 0x1007
keyboard.F3 = 0x1008
keyboard.F4 = 0x1009
keyboard.F5 = 0x100a
keyboard.F6 = 0x100b
keyboard.F7 = 0x100c
keyboard.F8 = 0x100d
keyboard.F9 = 0x100e
keyboard.F10 = 0x100f
keyboard.F11 = 0x1010
keyboard.F12 = 0x1011
</pre>
'''ps2.lua'''
<pre>
 
require("ee-gpr-alias")
require("utils")
 
MipsInsn = {}
MipsInsn.IsAddi = function(insn) return (insn & 0xfc000000) == 0x20000000 end -- addi rt,rs,simm
MipsInsn.IsAddiu = function(insn) return (insn & 0xfc000000) == 0x24000000 end -- addiu rt,rs,simm
MipsInsn.IsBeq = function(insn) return (insn & 0xfc000000) == 0x10000000 end -- beq rs,rt,off
MipsInsn.IsJ = function(insn) return (insn & 0xfc000000) == 0x08000000 end -- j target
MipsInsn.IsJal = function(insn) return (insn & 0xfc000000) == 0x0c000000 end -- jal target
MipsInsn.IsJr = function(insn) return (insn & 0xfc1fffff) == 0x00000008 end -- jr rs
MipsInsn.IsLq = function(insn) return (insn & 0xfc000000) == 0x78000000 end -- lq rt,simm(rs)
MipsInsn.IsLd = function(insn) return (insn & 0xfc000000) == 0xdc000000 end -- ld rt,simm(rs)
MipsInsn.IsLw = function(insn) return (insn & 0xfc000000) == 0x8c000000 end -- lw rt,simm(rs)
MipsInsn.IsSq = function(insn) return (insn & 0xfc000000) == 0x7c000000 end -- sq rt,simm(rs)
MipsInsn.IsSd = function(insn) return (insn & 0xfc000000) == 0xfc000000 end -- sd rt,simm(rs)
MipsInsn.IsSw = function(insn) return (insn & 0xfc000000) == 0xac000000 end -- sw rt,simm(rs)
MipsInsn.IsEnd = function(insn) return (insn & 0xfc00003f) == 0x0000000d end
 
MipsInsn.GetRt = function(insn) return (insn >> 16) & 0x1f end
MipsInsn.GetRs = function(insn) return (insn >> 21) & 0x1f end
MipsInsn.GetSimm = function(insn) return ((insn << 48) >> 48) end
MipsInsn.GetOff = function(insn) return MipsInsn.GetSimm(insn) end
MipsInsn.GetTarget = function(insn) return insn & 0x3ffffff end
 
-- return FIFO queue of stack trace
-- the queue item is { caller-addr, return-from }
--
-- example:
--    print("=== stack trace ===")
--   local stack_trace = MipsStackTrace(eeObj, eeObj.GetPc()+4, eeObj.GetGpr(gpr.ra), eeObj.GetGpr(gpr.sp))
--   while not stack_trace:isEmpty() do
-- local caller = stack_trace:dequeue()
-- print( string.format(" 0x%08x [will return from : %x]", caller[1], caller[2]) )
--   end
--
-- NOTE: you must +4 against GetPc() if you in a EE/IOP hook.
-- Because EE/IOP jit executed the instruction at the address already and it might affect $sp or $ra.
--
-- obj : eeObj or iopObj
-- pc  : current pc (from GetPC or readout from thread context)
-- ra  : current ra (from GetGpr or readout from thread context)
-- sp  : current sp (from GetGpr or readout from thread context)
MipsStackTrace = function (obj, pc, ra, sp, depth)
  local max_depth = depth or 10 -- max trace depth
  local n_j = 1
  local jmax = {}
  local depth = 0
  local bdl_count = 0
  local new_pc    = 0
  local icount    = 0
 
  local result = Queue.new()
  local pushed_ra = Queue.new()
  while depth < max_depth and icount < 2048 do
  -- TODO: error checks
  if (pc & 3) ~= 0 then
return result
  end
  pc = pc & 0x01ffffff
  sp = sp & 0x01ffffff
  local insn = obj.ReadMem32(pc)
  -- print(string.format("trace .. pc=%x insn=%x", pc, insn))
  -- result:enqueue( { pc, insn } )
 
  if MipsInsn.IsJr(insn) and MipsInsn.GetRs(insn) == gpr.ra then
bdl_count = 1
depth = depth + 1
new_pc = ra
-- print(string.format("jr ra : ra=%x", ra))
icount = 0
-- print(string.format("enqueue caller pc=%x ret addr=%x", new_pc-8, pc))
result:enqueue( {new_pc-8, pc} ) -- {return-addr, where-from}
  elseif MipsInsn.IsAddiu(insn) and MipsInsn.GetRt(insn) == gpr.sp and MipsInsn.GetRs(insn) == gpr.sp then
sp = sp + MipsInsn.GetSimm(insn) -- ((insn<<48) >>48)
-- print(string.format("addiu sp,sp,** : new sp = %x", sp))
  elseif MipsInsn.IsLq(insn) or MipsInsn.IsLd(insn) or MipsInsn.IsLw(insn) then
if MipsInsn.GetRt(insn) == gpr.ra and MipsInsn.GetRs(insn) == gpr.sp then
-- the code might push $ra on the stack after start pc.
-- in such case, we must not retrieve $ra value from the memory.
if pushed_ra:isEmpty() then
  local imm = MipsInsn.GetSimm(insn) -- ((insn<<48) >>48)
  -- print(string.format("retrieve ra from stack(%x) : sp=%x imm=%x", sp+imm, sp, imm))
  ra = obj.ReadMem32(sp + imm)
  -- print(string.format("load ra,%x(sp) : sp = %x+%x, ra = %x", imm, sp, imm, ra))
else
  -- print(string.format("retrieve ra from pushed one"))
  pushed_ra:dequeue()
end
end
  elseif MipsInsn.IsSq(insn) or MipsInsn.IsSd(insn) or MipsInsn.IsSw(insn) then
if MipsInsn.GetRt(insn) == gpr.ra and MipsInsn.GetRs(insn) == gpr.sp then
pushed_ra:enqueue(pc);
end
  elseif MipsInsn.IsJ(insn) then -- j **
local imm = MipsInsn.GetTarget(insn)
imm = imm << 2
if pc == imm then
-- jump to self? maybe we can ignore it.
else
new_pc = imm
-- print(string.format("j ** : new_pc = %x", new_pc))
bdl_count = 1
for t=1, n_j do
  if jmax[t] == new_pc then
  return result -- closed loop
  end
end
if n_j > 1024 then
  return result -- jump buffer overflow
end
jmax[n_j] = new_pc
n_j = n_j + 1
end
  elseif MipsInsn.IsBeq(insn) and MipsInsn.GetRs(insn) == gpr.zero then -- beq zero,**
local offset = MipsInsn.GetOff(insn) -- ((insn<<48) >> 48)
offset = offset << 2
new_pc = pc + 4 + offset
 
if pc == new_pc then
-- jump to self? maybe we can ignore it
else
-- print(string.format("beq zero,** : new_pc=%x", new_pc))
bdl_count = 1
for t = 1, n_j do
  if jmax[t] == new_pc then
  return result
  end
end
if n_j > 1024 then
  return result
end
jmax[n_j] = new_pc
n_j = n_j + 1
end
  elseif MipsInsn.IsEnd(insn) then -- end
-- print(string.format("end"))
return result
  elseif MipsInsn.IsJal(insn) then -- jal **
local imm = insn & 0x03ffffff
imm = imm << 2
-- print(string.format("jal ** : addr = %x", imm))
-- call
  end
 
  icount = icount + 1
  pc = pc + 4
 
  -- -- print(string.format("bdl_count=%d", bdl_count))
  if bdl_count > 0 then
if bdl_count == 2 then
pc = new_pc
bdl_count = 0
else
bdl_count = bdl_count + 1
end
  end
  end
  return result
end
 
PS2 = {}
PS2.GetCurrentThread = function(eeObj) return eeObj.ReadMem32(0x12fac) end
PS2.GetThreads = function(eeObj)
  local EE_THREAD_BASE = 0x18000
  local EE_NUM_THREADS = 0x100
  local th = EE_THREAD_BASE
  local result = Queue.new()
  for t = 0, EE_NUM_THREADS-1 do
  -- 0 : node_prev
  -- 4 : node_next
  -- 8 : status
  -- 12: pc
  -- 16: sp
  -- 20: gp
  -- 24: init_pri
  -- 26: curr_pri
  -- 28: wstat
  -- 32: waitId
  -- 36: wakeupCount
  -- 40: attr
  -- 44: option
  -- 48: func
  -- 52: argc
  -- 56: args
  -- 60: stack
  -- 64: size
  -- 68: root
  -- 72: endOfHeap
  local status = eeObj.ReadMem32(th + 8)
  if status ~= 0 then
local id    = t
local pri  = eeObj.ReadMem16(th + 26)
local gp    = eeObj.ReadMem32(th + 20)
local pc    = eeObj.ReadMem32(th + 12)
local sp    = eeObj.ReadMem32(th + 16)
result:enqueue( {id=id, status=status, pri=pri, gp=gp, pc=pc, sp=sp} )
  end
  th = th + 76
  end
  return result
end
</pre>
'''utils.lua'''
<pre>
-- utility classes/functions
 
-- Stack
-- ex:
-- my_stack = Stack.new()
--  my_stack:push( val )
-- print( my_stack:pop( val ) )
Stack = {}
 
function Stack.new()
  local obj = { buff = {} }
  return setmetatable(obj, {__index = Stack})
end
 
function Stack:push(x)
  table.insert(self.buff, x)
end
 
function Stack:pop()
  return table.remove(self.buff)
end
 
function Stack:top()
  return self.buff[#self.buff]
end


function Stack:isEmpty()
  return #self.buff == 0
end
-- Queue
-- ex:
-- my_queue = Queue.new()
-- my_queue:enqueue( val )
-- print( my_queue:dequeue(val) )
Queue = {}
function Queue.new()
  local obj = { buff = {} }
  return setmetatable(obj, {__index = Queue})
end
function Queue:enqueue(x)
  table.insert(self.buff, x)
end
function Queue:dequeue()
  return table.remove(self.buff, 1)
end
function Queue:top()
  if #self.buff > 0 then
    return self.buff[1]
  end
end
function Queue:isEmpty()
  return #self.buff == 0
end
</pre>
=Links=
*[https://psi-rockin.github.io/ps2tek/ Ps2 Hardware Documentation]
*[https://pastebin.com/yf802Up3 GS title fix guide]
*[https://www.psdevwiki.com/ps3/PS2_Custom_Configs PS3 custom configs]
*[http://www.psx-place.com/threads/research-ps2-emulator-configuration-on-ps4.16131/ A place for research and sharing successful configurations for the emulator]
*[https://www.psdevwiki.com/ps4/Talk:PS2_Classics_Emulator_Compatibility_List Configuration examples]
*[https://www.romhacking.net/utilities/692/ PS2DIS, a very helpful tool for debugging executables]
*[https://forums.pcsx2.net/Thread-Fixing-unplayable-games A thread filled with patches for ps2 games]
{{Reverse Engineering}}
{{Reverse Engineering}}
<noinclude>
<noinclude>[[Category:Main]]</noinclude>
[[Category:Main]]
</noinclude>
Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)