Konamiman / Nextor

A disk operating system for MSX computers, forked from MSX-DOS 2.31
Other
183 stars 35 forks source link

Add the CALL SYSTEM2 command in BASIC #97

Closed Konamiman closed 2 years ago

Konamiman commented 2 years ago

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).