FujiNetWIFI / fujinet-nhandler

Atari N: Handler for FujiNet
GNU General Public License v3.0
7 stars 9 forks source link

nos-v5.0.0-alpha #33

Closed michaelsternberg closed 1 year ago

michaelsternberg commented 1 year ago
  1. Added simple extrinsic commands. That is, a command that is entered and not matched to any of the intrinsic commands will be attempted as a binary load from the current N: device. For example, entering TEDIT will resolve to LOAD N:TEDIT.COM
  2. Intrinsic commands are no longer case sensitive. dir === DIR. Though not a feature of NOS, this works for extrinsic commands, too. So tedit === TEDIT === LOAD N:TEDIT.COM.
  3. Updated HELP doc for NTRANS regarding two-way translation for modes 1 (CR) and 2 (LF).