Skip to content

Releases: ducasp/MSX-Development

WAITWIFI v0.11: Allow output redirection

31 Jan 12:49
3ba869f
Compare
Choose a tag to compare

ko-fi

WAITWIFI v0.11

Changed the routines that print to screen from the ones in fusion-c to the one based on Konamiman print routine in HGET. Fusion-C printf and Print uses BIOS calls that do not allow redirection of output. This version now allows to be used in silent mode by redirecting its output to NUL: WAITWIFI > NUL.

TELNET v1.23: Better support for Linux Daemons/Servers

31 Jan 12:46
3ba869f
Compare
Choose a tag to compare

TELNET v1.23

ko-fi

(c)2019-2020 Oduvaldo Pavan Junior - ducasp@gmail.com

- Changed the way to handle keyboard input, Fusion-C removed support for the method I've used before.
- Compiled with the new MSX2ANSI library, it fixes quite a few issues seen while acessing Linux or Busybox telnet servers.

MSX2ANSI: Version 1.1 Update

31 Jan 12:41
3ba869f
Compare
Choose a tag to compare

ko-fi

MSX2ANSI v1.1

Fixed CSI J behavior when no parameter / 0 was choosen
Added CSI 1 J and CSI 2 J support
Fixed behavior when no parameters were given (it was not always correct)
Added CSI n P support for Linux telnet daemons