EmuCR Feeds
Email Us

EmuCR:JPcspJpcsp SVN r1572 is released. JPCSP is a PlayStation Portable(PSP) emulator which is written in JAVA. JPCSP is the first PSP emulator that is written in JAVA. Most people think java is too slow. But Shadow and his team has proven us wrong. The newest Java versions are almost as fast as C which makes it very interesting for emu dev's. Shadow and his team are working day and night with pleasure on the emu, many coders have dedicated to the project. Because it's written in java many young devs find it interesting to learn how the emulator works.

Jpcsp SVN changelog:
r1564
Code cleanup for r1563
r1565
pspge: avoid deadlock in some cases
r1566
Savedata SFO: convert strings to UTF-8 when loading/saving. This is fixing problems with strange characters displayed in savedata lists.
r1567
Added memory debugging tool that could be useful for devs: it is adding the possibility to set memory read and/or write breakpoints. There is currently no interface, the breakpoints have to be manually entered in DebuggerMemory.readBreakpoints and writeBreakpoints. This feature has to be enabled in Memory.useDebuggerMemory.
r1568
Small fix in texture hashing to avoid java exception
r1569
This is just a cosmetic change to move the ThreadMan functionality to its HLEModule ThreadManForUser. No functional code change has been done (well, I hope so).
r1570
Compiler: 2 more patterns for native java code.
r1571
Display FPS first in the window title as it is more useful than averageFPS
r1572
Added small improvements and performed some cleanup in sceFont and scePower.

Improved sceAtracGetInternalErrorInfo.

Added ability to load memory breakpoints from files in DebuggerMemory:
- Place a file called "Memory.mbrk" in JPCSP's root folder and it'll be loaded;
- "Memory.mbrk":
READ|WRITE -> Optional header to enable TRACE logging. Can be READ, WRITE or READ|WRITE.
R0x00000000 -> R stands for read breakpoint, followed by the breakpoint's address.
W0x00000001 -> W stands for write breakpoint, followed by the breakpoint's address.

Download: Jpcsp SVN r1572
Source:Here

1 Comments:

Can't post a comment? Try This!