Releases: envenomator/agon-hexload
Releases · envenomator/agon-hexload
v1.51
v1.5
This release is compatible with VDP 1.04
v1.4
Fixes
- uart1 transport now correctly uses the default 0x40000 load address when none is given in the ihex file
New functionality
- uart1 transport reporting number of datarecords received and load address used
v1.3
- Two-stage loading of hexload program payload to 8KB segment at B7E000, requires the 8KB segment to be clear for use. This allows testing and uploading MOS commands using hexload, which will just overwrite the loader at address 0B0000
- Fixed error message for incorrect options
- Using standard MOS API mos_setintvector call, custom UART1 handler for speed
Requires at least MOS 1.03rc3
v1.2
- Updated init.asm to save/zero MBASE before main
v1.0
- Added support for UART1 serial port at different speeds up to 384000
- Added fingerprint check of MOS 1.02 to provide UART1 interrupt support
- Added VDP handshake to determine if a patched VDP is in use or not
- Rewritten intel hex 32 parser in C
- Created intel hex 32 parser in z80 ADL
v1.1
-Added the option to SAVE the loaded binary to the filesystem