Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@dan-rodrigues dan-rodrigues released this 01 Nov 02:02
· 39 commits to master since this release
62bb5f3

Hardware

  • Added extra wait states incase CPU attempts to write VRAM while a write is still pending. This only affected ENABLE_FAST_CPU builds where unrolled loops were used. (9aba595)
  • Added C API for setting board LEDs. (#7)
  • Fixed VDP render bug where first row of sprite pixels was incorrect. (07ad0ce)

ULX3S

  • Added support for Bluetooth gamepads using ESP32. (ea9d1a8)
  • Added support for Logitech Wingman RumblePad. (#11)
  • Connect PCB "down" button. (#7)
  • Keep ESP32 enabled when Bluetooth gamepads are disabled. (#6)

iCEBreaker

  • Fixed SNES gamepad input where active-high inputs were incorrectly assumed. (49b32ec)

Software

  • Added IceTetris game. (#12)
  • Added -Wextra flag by default to CFLAGS. (#9)
  • Exposed function for font uploading with remapped colors. (#10)