(adsbygoogle = window.adsbygoogle || []).push({});
Budding PS3 homebrew developers will appreciate
RPCS3, a new project that was showcased today. RPCS3 is an
open source PS3 debugger and eventually the developers intend for it to be a full fledged PS3 emulator. A PS3 emulator for the PC is still years away, but it is neat to see that some skilled folks have taken on the task. Currently, the app allows developers to disassemble their homebrew and in the future this could end up being the go to program for devs to test their homebrew. In addition the program is shaping up to include an ELF compiler. Please note this PC based program is only for experienced developers. If you are a beginner and unfamiliar with programming on the PlayStation 3, this app will be of no benefit to you.
You must login or register to view this content.
Originally posted by another user
List of recent project changes over the last week:
R20
rpcs3:
- implemented ELF compiler (Asm, only for test).
interpreter:
- Fixed ADDI opcode.
SysCalls:
- fixed FileSystem syscalls..
R19
DisAsm:
- Fixed dump code.
interpreter:
- Founded and emulated more instructions.
- Fixed sc value..
R16
interpreter:
- Emulated more instructions.
ElfLoader:
- Fixed SetPc value..
R15
rpcs3:
- fixed compilation bugs for debug mode
memory:
- fixed read/write 16/32/64/128
- implemented fast read/write.
R14
rpcs3:
- emulated some file system SysCalls
- rewrote MThread mode (now use pthread 2.8.0)
- rewrote memory manager
- rewrote save (ini) manager
- main and Log frames now save current position and size
- added more opcodes
- fixed crash if Log/DisAsm/Memory Viewer frame is closed
- implemented OGL video mode
DisAsm:
- implemented MT dumping.
SOURCE:
You must login or register to view this content.