Skip to content

Too many releases.

Compare
Choose a tag to compare
@chaoskagami chaoskagami released this 06 Jun 14:11
· 433 commits to master since this release

There's been a few important commits to master since the last one this morning so with great regret, I'm doing this. Again. Expect this to slow once things are more stable.

New:

  • Multiple EmuNANDs (up to ~10 right now - it's up to you to make sure your index is valid. X decreases, A increases the selection)
  • Options menu will trigger a reconfiguration. This is temporary, but resolves the enabled emunand -> reboot -> into sysnand issue.
  • Opcode changes: test and ver behave more like the intel cmp instruction, and the weird skip behavior was removed in favor of conditional jmps - jmpeq, jmpne, jmplt, jmpgt, jmple, jmpge. Also added was clf which clears the flags.