Skip to content

Releases: envenomator/agon-hexload

v1.51

29 Jan 18:58
Compare
Choose a tag to compare

Python script updated, to avoid board resets during opening/closing of the VDP USB serial port on Linux.

v1.5

28 Sep 17:24
Compare
Choose a tag to compare

This release is compatible with VDP 1.04

v1.4

10 Jul 19:23
Compare
Choose a tag to compare

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

04 Apr 18:17
Compare
Choose a tag to compare
  • 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

20 Mar 20:18
Compare
Choose a tag to compare
  • Updated init.asm to save/zero MBASE before main

v1.0

12 Jan 19:54
Compare
Choose a tag to compare
  • 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

23 Feb 15:49
Compare
Choose a tag to compare

-Added the option to SAVE the loaded binary to the filesystem