Editing POPS
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 206: | Line 206: | ||
|} | |} | ||
== Internal Compatibility Flags == | ==Internal Compatibility Flags== | ||
Emulator is not perfect. To fix games that not behave correctly Sony decided to implement compatibility settings. Solution well known from other Sony platforms, yet implemented differently again. | |||
To fix games that | ===Commands used internally 6.61 POPS=== | ||
=== Commands used internally | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! | ! Hash !! ID !! Name [Lang] !! Commands Count !! Data (command + value) | ||
|- | |- | ||
| 0x4B41C042 || SCPS-18011 || UM JAMMER LAMMY [J] ||0x00000005 || | | 0x4B41C042 || SCPS-18011 || UM JAMMER LAMMY [J] ||0x00000005 || | ||
Line 6,296: | Line 6,293: | ||
|} | |} | ||
=== | === Hash generator === | ||
Simple algorithm used to generate hash from Disc ID. Code expects format SLES12345 to be supplied, no underscore, no dot, etc. | |||
def checksum(string): | def checksum(string): | ||
x = string[0:4].encode('ascii').hex() | x = string[0:4].encode('ascii').hex() | ||
Line 6,315: | Line 6,309: | ||
checksum("SLPS01986") | checksum("SLPS01986") | ||
==External Compatibility Flags== | ==External Compatibility Flags== |