SplitScript reference / PS2

PS2

state provider

state PS2

Attaches to a supported PlayStation 2 emulator.

The provider discovers the emulator's main RAM mapping and exposes original PS2 addresses through the read-only ps2 value of type PS2Emulator. PCSX2 and 64-bit RetroArch using pcsx2_libretro.dll are supported. Declare guest addresses directly instead of recreating emulator-specific DeepPointer mappings.

Examples

Read PS2 memory

state PS2 {
    health: u16 at 0x00123456
}

Value type

MemberDescriptionAvailable through
PS2EmulatorRetains a discovered PlayStation 2 emulator memory mapping.