Skip to content

v1.0.0 - PunkJam Edition

Latest
Compare
Choose a tag to compare
@felipemanga felipemanga released this 03 May 11:45
· 67 commits to master since this release

IDE Fixes

  • Update PokittoLib
  • Fixed P-Type/TAS-template tilemapconverter when there's more than one MapEnum on a single tile
  • Added mingw-gcc to Windows build
  • Added Linux and Windows simulator support to projects
  • Improve directory and elf viewers
  • Fix bug in RAM space calculation
  • Added "Compile (debug)" and "Restart" menu options
  • Added support for disassembly debugging
  • Support for Single-instruction step and Next-instruction step
  • Made debugging feel more responsive
  • Automatically reload after compile if connected to J-Link
  • J-Link producess less log spam
  • Projects now have an IDE version identifier to facilitate patching
  • Reduce CPU-usage during log spam

PokittoLib highlights

  • Add init/update as an alternative to int main
  • Call jumpToLoader on powerup with C pressed
  • Fix crash with fileReadBytes/fileRewind
  • Fix bug with MemOps::copy when length == 0
  • Added LibLog
  • TAS 1BPP drawSprite support
  • Added SDFSFile and SIMFile
  • TASUI