Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1.1 beta 2 #102

Merged
merged 5 commits into from
Mar 22, 2022
Merged

v2.1.1 beta 2 #102

merged 5 commits into from
Mar 22, 2022

Commits on Mar 22, 2022

  1. All the CALL SYSTEM2 command in BASIC (#97)

    This new BASIC command works the same way as the old CALL SYSTEM, but it will always load MSXDOS2.SYS even if NEXTOR.SYS is available. This helps getting back some TPA memory, since MSXDOS2.SYS is smaller than NEXTOR.SYS, but at the expense of not being able to use the Nextor-exclusive function calls (so tools like e.g. MAPDRV.COM won't work).
    Konamiman committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    94d738b View commit details
    Browse the repository at this point in the history
  2. Change the mechanism to access mounted files (#93)

    Change the mechanism to access mounted files from file based to sector based.
    
    - A new restriction is introduced: a file needs to be stored across consecutive sectors in disk in order to be mountable.
    - Message for error .ICLUS has been changed from "Invalid cluster number" to "Invalid cluster number or sequence".
    - New BASIC error code introduced: code 82, message "Invalid cluster sequence".
    - The _GDLI function call will now return two extra values for a drive that has a mounted file: "start cluster" and "start sector"
    Konamiman committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    5a7db6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a182d View commit details
    Browse the repository at this point in the history
  4. Add a new KILLDSKIO environment variable #98)

    Add a new KILLDSKIO environment variable to disable DSKI$ and DSKO$
    
    When set to "on", the 512 byte buffer for DSKI$ and DSKO$ won't be allocated, and the commands will be disabled.
    Konamiman committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    da69ce5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c2903b View commit details
    Browse the repository at this point in the history