What's Changed
- Change MODE 2 to use QVGA_320x240_60Hz by @dsnopek in #37
- Fixes for behaviour of VDU 28 and VDU 30 by @leighbb in #64
- Update video.ino by @beckadamtheinventor in #61
- 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
- Non-blocking reads by @stevesims in #104
- Buffered command enhancements, including buffered bitmaps and samples by @stevesims in #105
- Font latin1 by @lennart-benschop in #110
- Update VDP from ez80 / MOS by @astralaster in #106
- Support "zero duration" sample playback by @stevesims in #118
- fix ttxt related compiler warning by @stevesims in #124
- PS/2 mouse support by @stevesims in #119
- some updater improvements by @stevesims in #126
- Add platformio support. by @astralaster in #122
- Update platformio.ini by @astralaster in #135
- fix: plot point should move the graphics cursor by @stevesims in #130
- fixes a triangle plot issue by @stevesims in #132
- fix VDU 24 by @stevesims in #131
- add support for bitmap PLOT code by @stevesims in #133
- Added ZDI mode by @S0urceror in #93
- Fixed VDU 31 command, relative to start of window by @lennart-benschop in #116
- update graphics cursor correctly by @stevesims in #138
- Integrated MODE7 teletext mode by @lennart-benschop in #114
New Contributors
- @dsnopek made their first contribution in #37
- @leighbb made their first contribution in #64
- @beckadamtheinventor made their first contribution in #61
- @julianregel made their first contribution in #68
- @stevesims made their first contribution in #76
- @astralaster made their first contribution in #95
- @envenomator made their first contribution in #96
- @lennart-benschop made their first contribution in #110
- @S0urceror made their first contribution in #93
Full Changelog: v1.03...v1.04