Skip to content

Releases: bkw777/dl2

v2.1.001

01 Feb 23:55
Compare
Choose a tag to compare
  • Automatically scan /dev/ for ttys matching platform-specific default prefix defined in Makefile.
    If exactly one match, use it.
    If more than one match, display list and prompt user to select.

Full Changelog: v2.1.000...v2.1.001

v2.1.000

01 Feb 23:50
Compare
Choose a tag to compare
  • rename to DeskLink2 / dl2
  • support cygwin/msys2
  • add co2ba
  • add pakdos
  • add TSLOAD
  • document (though do not impliment) NADSBox extensions in constants.h
  • more correct pdd2 constants (commands, responses, & error codes) thanks to service manual
  • add pdd2 version & sysinfo commands
  • pdd2 sector access, headers increased from 4-byte ID to 12-byte ID + 1-byte unknown
  • add pdd1 fdc search ID command
  • REXCPM directions
  • bootstrap BASIC hints match the current baud setting

Full Changelog: v2.0.000...v2.1.000

v2.0.000

25 Aug 19:20
Compare
Choose a tag to compare
  • overhauled main command loop
  • FDC mode , aka sector access for tpdd1
  • sector access for tpdd2
  • disk images
  • ts-dos directories
  • Sardine

v1.5.010

10 Jul 06:38
Compare
Choose a tag to compare

Add a minimal fallback built-in help/hint prompt for bootstrap, if no pre-install.txt found to go with the -b=... file, for when using -b to send an arbitrary file.

v1.5.009

10 Jul 06:18
4cac648
Compare
Choose a tag to compare

Add single missing trailing linefeed on the end of the last line at the end of each file TS-DOS.100, TS-DOS.200, TS-DOS.NEC

v1.5.008

10 Jul 06:06
Compare
Choose a tag to compare

Ignore rts/cts by default, add -c option to enable

Remove the 64k file size checks entirely, even as a compile-time option

v1.5.007

10 Jul 05:57
Compare
Choose a tag to compare

Fix -u option. Uppercase / case-insensitive. Treat all filenames on the host as all uppercase, give all uppercase versions of all filenames to the client, find upper/lower/mixed/anycase versions of files on the host from uppercase names from the client.

v1.5.006

10 Jul 05:48
Compare
Choose a tag to compare

Add TEENY for Olivetti M10 (TEENY.M10 ,TNYO10.TXT)

Modify DSKMGR.M10 to avoid unhelpful himem error.

Hide the -u option from --help because it's definitely broken.

v1.5.005

10 Jul 05:37
Compare
Choose a tag to compare

Support REXCPM
This version or later is required to bootstrap REXCPM.

  • Increase the bootstrap default per-byte time from 5ms/char to 6ms/char, add -z option to specify at run-time
    This allows "dl -b=./rxcini.DO" and RUN "COM:98N1EN"

  • Disable the 64K max filesize checks by default, add -xs option to enable
    This allows CPMUPD.CO to load the large Cpm210.bk / Cpm410.bk files

  • Changed -f to -u, and reversed the meaning so that uppercase conversion is not applied by default and adding -u means to try to translate all filenames to uppercase on the fly. Disabled by default because it seems to be broken. (changes the filename when handing names to the client, but then fails to find the lowercase name when getting the uppercase name from the client? not fully investigated yet)

v1.5.004

10 Jul 05:12
Compare
Choose a tag to compare
  • add TS-DOS.100, TS-DOS.200, TS-DOS.NEC loaders from Kurt McCullum