Skip to content

Releases: Myself086/Project-Nested

v1.1

08 Oct 18:34
Compare
Choose a tag to compare
  • Fixed sprite pattern table swap made by mappers when sprites are 8x16 in size.
  • Fixed sprite transfer from pages $08-$1f and $60-$ff
  • VramQ is now optionally resizable
  • Fixed CHR pattern swapping for mapper 4
  • Added nametable mirror select for mapper 4
  • Partly fixed nametable mirror select for mapper 1
  • Fixed STX/STY to $2000 and $4014
  • Sprite size and pattern table are now decided at the beginning of each frame rather than during transfer
  • Fixed RTS used as indirect jump
  • Fixed pushing constant return address with PHA
  • Fixed indirect JMP reading from pages $08-$1f and $60-$ff
  • Added blue screen of death
  • Fixed black screen on repro carts (thanks to soniccd123)
  • Fixed compatibility with Mesen-S
  • Added ; as a line separator when editing patches
  • Added a reset code to the SPC, necessary for combo randomizers (write $F5 to port $2140)

v1.0.2

05 Aug 10:07
Compare
Choose a tag to compare
  • Fixed loading SRM containing no profile name
  • Added version number to exe, no changes to smc
  • Added TODO list, showing what my plans are

v1.0.1

26 Jul 06:43
Compare
Choose a tag to compare
  • Fixed distributed file names.
  • Fixed a few potential problems with Mono and Wine.