Skip to content

Releases: TASEmulators/snes9x-rr

Snes9x 1.51 rerecording v7.1

19 Jan 15:40
Compare
Choose a tag to compare
  • BUGFIX: AVI recording: Fix av desync by reverting the frame rate to 60.0 fps (issue #44)
  • Upgrade to Visual Studio 2017
  • Improve memory remapping of lua memory hook callbacks

Snes9x 1.43 rerecording v18.1

19 Jan 15:40
Compare
Choose a tag to compare
  • Upgrade to Visual Studio 2017
  • Improve memory remapping of lua memory hook callbacks

Snes9x 1.51 rerecording v7 (svn r225)

18 Jan 23:44
Compare
Choose a tag to compare

Note: If you want to build with modern Visual Studio, check out the snes9x-151 branch of the git repository.

Changes

This is a general bugfix/enhancement release.
There are no emulation changes if I remembered correctly.

Here's the list of some of changes.
Check SVN commit log for more information.

  • Add movie "finished" state. (gocha)
  • Fix a sort of 1 frame delay problem, mostly. (gocha)
  • Lua: fix joypad get/set function. (that was terrible) (gocha)
  • Lua: add emu.registerstart, movie.[get|set]readonly. (gocha)
  • Win32: fix AVI, HUD and Lua drawings of interlaced games. (gocha)

Known Issues

  • 1.51-rerecording-v7 av desync · Issue #44

Snes9x 1.43 rerecording v18 (svn r224)

18 Jan 23:41
Compare
Choose a tag to compare

Note: If you want to build with modern Visual Studio, check out the snes9x-143 branch of the git repository.

Changes

This is a general bugfix/enhancement release.
There are no emulation changes if I remembered correctly.

Here's the list of some of changes.
Check SVN commit log for more information.

  • Add movie "finished" state. (gocha)
  • Fix a sort of 1 frame delay problem, mostly. (gocha)
  • Lua: fix joypad get/set function. (that was terrible) (gocha)
  • Lua: add emu.registerstart, movie.[get|set]readonly. (gocha)
  • Win32: fix AVI, HUD and Lua drawings of interlaced games. (gocha)

Snes9x 1.51 rerecording v6 (svn r113)

18 Jan 22:42
Compare
Choose a tag to compare

There are too many changes. it's hard to tell all, but:

  • A lot of desync fixes. Older versions cannot read the new savestate. Also, a new sync flag is added to SMV. Most SMV editors might not care about the new flag byte. Be careful, or you might experience a desync. (nitsuja)
  • Some minor fixes on sound code. (gocha)
  • Fix flag checking of SuperFX code. (@gochaism @757_ @homingA @33953YoShI)
  • Lua: added Lua from 1.43. some functions works buggy, and some functions are not implemented yet. (gocha)
  • Win32: added Gens compatible RAM Watch and RAM Search. Old search is still left. You can convert old watchlist by using it. (gocha)
  • Win32: added trace logger. (ported from bsnes) (gocha, byuu)
  • Win32: Merged OV2's new sound code. (OV2)

Snes9x 1.43 rerecording v17 (svn r123)

18 Jan 22:39
Compare
Choose a tag to compare

Newest changes in 1.43+ v17:

  • Fix flag checking of SuperFX code. (thanks: @757_ @homingA @33953YoShI)
  • Lua: embedded LuaBitOp as a better/common bit operation library.
  • Lua: added/changed a lot of functions. It has become like Gens a little more.
  • Lua: windows: added Lua console.
  • Win32: added Gens compatible RAM Watch and RAM Search. Old search is still left. You can convert old watchlist by using it.
  • Win32: added trace logger. (ported from bsnes, thanks byuu)