- Usage:
- sope_your_choice.exe <arguments> <file(s)>
- Files:
- The files can be either PS-X EXE files or .PLL files (for many-files demos)
- PLL files are plain text files, each line performing an action:
- LOAD xxxxxx.exe # Loads an executable file
- DATA xxxxxx.dat 80080000 # Loads a data file at the specified adress
- SETPC 80080000 # Set the PC register to the specified value
- Pad emulation:
- SPACE - Start
- ENTER - Select
- 1 - L1
- 2 - L2
- 9 - R1
- 0 - R2
- X - Cross
- E - Circle
- S - Triangle
- D - Square
- Cursor keys - Directional buttons
- Other keys:
- ESC - Quit emulator
- N - Disable/Enable Texturing
- B - Enable/Disable Bilinear Filtering
- U - Disable/Enable All Rendering
- F - Disable/Enable Cosmetic stuff (Transparencies, Blending)
- NOTE: You can quit the emulator in window mode by just closing the window.