v1.04 RC2
Pre-release
Pre-release
breakintoprogram
released this
28 Sep 13:37
·
75 commits
to main
since this release
Updates
- #16: Increase quantity and quality of default modes in Agon
- #34: Allocate bitmaps in PSRAM over a certain size, BMP bitmap mode
- #51: Implement relative plotting modes and background/inverse
- #68: Legacy mode support, double buffering support
- #70: Fixed compile error
- #72: VDU 14 (Paged mode) does not clear on screen mode change
- #75: Mode 0 display corruption
- #76: Audio enhancements
- #80: Fix code that reverts invalid screen mode changes
- #82: Send cursor position VDU command doesn't match documentation
- #88: Merge in refactored Console8 VDP code
- #89: Improve plot
- #90: Buffered command support
- #91: Fixed RTC in VDP protocol
- #92: Fixed compiler warnings
- #94: Buffer command improvements
- #95: Optimise readLong_b to read 32 bits in from serial buffer
- #96: Add hexload code
- #98: Ensure switch buffer command always waits for vsync
- #99: Plot/scroll bug fixes
- #100: A couple of small fixes for VDUStreamProcessor
Contributions
- New modes, legacy mode support, double-buffering support by @julianregel in #68
- Audio enhancements by @stevesims in #76
- Fix code that reverts screen mode change by @stevesims in #80
- Console8 VDP code by @stevesims in #88
- Improved plot by @stevesims in #89
- Buffered command support by @stevesims in #90
- Fix compiler warnings by @stevesims in #92
- Buffer commands improvements by @stevesims in #94
- Optimize readLong_b to read 32bit at once from the serial buffer. by @astralaster in #95
- Ensure switch-buffer command always waits for vsync by @stevesims in #98
- Plot/scroll fixes by @stevesims in #99
- A couple of small fixes for VDUStreamProcessor by @stevesims in #100
- Added hexload code by @envenomator in #96
New Contributors
Full Changelog: v1.04-RC1...v1.04-RC2