Releases: paulscottrobson/neo6502-firmware
v1.0.0
What's Changed
- Fixed blitter docs by @paulscottrobson in #604
- Serial TCP emulation for Linux emulator by @jviskari in #607
- Added NOT by @paulscottrobson in #613
- Added get cwd OS function and some build fixes by @paulscottrobson in #614
- Attempt to improve sound by @paulscottrobson in #615
- Back to original sound by @paulscottrobson in #616
Full Changelog: v0.99.2...v1.0.0
v0.99.2
What's Changed
- Removed old C examples and added link document by @paulscottrobson in #600
- Fixed line numbers at edit error by @paulscottrobson in #602
Full Changelog: v0.99.1...v0.99.2
v0.99.1
What's Changed
- Revamped README by @paulscottrobson in #597
- How did that come back ... by @paulscottrobson in #598
- Add support for filesystem error codes. by @davidgiven in #550
Full Changelog: v0.39...v0.99.1
v0.99.0
Pre 1.0.0
v0.99.x is a feature freeze allowing for possible improvements and fixes prior to release 1.0.0
What's Changed
- Fixed prompt.py when gitpython not installed by @paulscottrobson in #588
- Added NOISE keyword by @paulscottrobson in #589
- Added simple modulation by @paulscottrobson in #590
- Simple SFX improvements by @paulscottrobson in #591
- Noise improvements by @paulscottrobson in #592
- Improved sfx by @paulscottrobson in #593
Full Changelog: v0.38...v0.99.0
v0.39
What's Changed
- Fixed prompt.py when gitpython not installed by @paulscottrobson in #588
- Added NOISE keyword by @paulscottrobson in #589
- Added simple modulation by @paulscottrobson in #590
- Simple SFX improvements by @paulscottrobson in #591
- Noise improvements by @paulscottrobson in #592
- Improved sfx by @paulscottrobson in #593
Full Changelog: v0.38...v0.39
v0.38
What's Changed
- 4 channel audio is alive :) by @paulscottrobson in #583
Full Changelog: v0.37.3...v0.38
v0.37.3
What's Changed
- Hopefully last prompt fix :) by @paulscottrobson in #580
- Fixed open. by @paulscottrobson in #582
Full Changelog: v0.37.2...v0.37.3
v0.37.2
What's Changed
- Build fixes by @paulscottrobson in #569
- Multi channel basic extensible audio system by @paulscottrobson in #568
- Fix build by @astralaster in #572
- Added BASIC ext sound, fixed volume by @paulscottrobson in #575
- Improve listbasic.zip by @paulscottrobson in #576
- Fixed truncate bug by @paulscottrobson in #577
- Fixed slide issue by @paulscottrobson in #578
- Fix version problem on build by @paulscottrobson in #579
Full Changelog: v0.37...v0.37.2
v0.37
Note
This is an interim release , apart from fixing the emulator stat bug this implements sample driven PWM / SDL code in the emulator and hardware. It should operate the same, albeit slightly slower.
This is working towards 1.0.0 which will be declared when the multi channel sound works.
All code should be backwards compatible when complete, though some sound effects will be replaced by random noise ones.
It is still a single channel implementation with one beeper however.
What's Changed
- Fixed emulator stat directory bug by @paulscottrobson in #565
- PWM single channel sound system working emulator/hardware by @paulscottrobson in #567
Full Changelog: v0.36...v0.37
v0.36
What's Changed
- Add scancode 50 to CH locale by @dtschan in #554
- Added facility to read Version numbers by @paulscottrobson in #556
- Added EOF functionality to API by @paulscottrobson in #557
- Cannot rename to an existing file by @paulscottrobson in #558
- Added EOF() by @paulscottrobson in #559
- Added INPUT LINE and PRINT LINE by @paulscottrobson in #560
- Fixed issue with no patch number by @paulscottrobson in #561
Full Changelog: v0.35...v0.36