Today's WIP Updates!

Lefteris_D

Administrator
Staff member
We have two wip updates for today!

The first is Meka which can be obtained here.
Changelog:
  • Added new full-featured breakpoints and watchpoints!
  • Manage multiple breakpoints/watchpoints. Add/remove/enable/disable.
  • Break and watch on CPU (rwx), IO (rw), VRAM (rw) and PRAM (w) buses.
  • Break and watch on specific access (read/write/execute).
  • Break and watch on single address or whole range.
  • Previous "B" command changed to "S" (step over).
  • Previous "B xxxx" command (one-time breakpoint) is still accessible using the "C" (continue) command.
  • Added detailed help for each command. (eg: "HELP B" to get help on breakpoints).
  • Added debugger session logging to file "debug/debuglog.txt". Can be disabled by clearing "debugger_log" in configuration file.
  • Fixed /LOG command line parameter (broken recently).

---------------------------------

The second is ZSNES which can be obtained here.
Changelog:
  • D_W: Fixed SRAM path saving when loaded from config file. [Nach]
  • W_S: Even lower CPU utilization in GUI, this is a really quick and dirty fix [pagefault]
  • W_S: F1/F3 menu's now included in CPU usage fix [pagefault]
  • WIN: Begin support of the debugger. [pagefault]
  • SDL: Fixed video change freeze problems. [Nach]
  • ALL: Fixed register overwriting when using Check SRAM+Save. [Nach]
  • ALL: Fixed loading of sound off. [Nach]
  • ALL: Fix some ZMV bugs. [pagefault]
  • ALL: Fixed some bizarre sprite corruption bugs in some squaresoft games. [pagefault]
  • ALL: Fixed video fail restore. [Nach]
  • ALL: Removed some unneeded code that only slowed things down. [Nach]
  • ALL: Netplay fixes round 3. [pagefault, Nach]
  • ALL: Align more data. [Nach, pagefault]
  • GUI: Changed video change key to spacebar. [Nach]
  • SRC: Added CPU parameter for specific CPU optimizations. [Nach]
  • SRC: Something to help our porting of code from assembly to C. [Nach]
  • SRC: By annoying bordering on moronic demand, added win32-unix-shell. [Nach]
  • SRC: Merged ztcp. [Nach]
  • SRC: Removed src/video/2xsaiw.inc [Nach]

Enjoy these new releases!
 
Top