PearPC 0.3.0 Released!

Lefteris_D

Administrator
Staff member
PearPC, the PowerPC architecture emulator has reached versiom 0.3.0. Here is what is new in this version:
  • clean up everything on exit
  • (experimental) idle sleep for the JITC CPU
  • asynchronous keyboard and mouse events
  • implemented IDE Flush
  • Win32: implemented fullscreen mode proposed by Matt Jobson
  • short cut keys are configurable
  • correct clock/timing (Win32 + Posix) by Keith Rothman, Kimball Thurston and Stefan Weyergraf
  • SDL support
  • SDL: implemented fullscreen mode
  • source tree reorganisation
    - display functions moved to src/system/ui directory
    - src/system/arch created
    - system/posix,win32 and beos moved to system/osapi/
    - host keyboard support separated from SystemDisplay
    - host mouse support separated from SystemDisplay
  • architecture-specific video acceleration functions (x86)
  • configure-system: choose "jitc_x86" on x86s when no --enable-cpu given
  • JITC: srawix, subfcx, divwx, divuwx, mulhwx, mulwx, subfex, extshx implemented
  • JITC: align entrypoints
You can get it from here.
 
Top