Added Microsoft BASIC converted for Sharp and tranZPUter

This commit is contained in:
Philip Smart
2020-06-18 00:45:08 +01:00
parent fad456730a
commit a589592f27
4 changed files with 4785 additions and 4748 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -58,8 +58,8 @@ TAPESAVE EQU 3
CTAPESAVE EQU 4
; Build options. Set just one to '1' the rest to '0'.
BUILD_MZ80A EQU 1 ; Build for the standard Sharp MZ80A, no lower memory. Manually change MAXMEM above.
BUILD_TZFS EQU 0 ; Build for TZFS where extended memory is available.
BUILD_MZ80A EQU 0 ; Build for the standard Sharp MZ80A, no lower memory. Manually change MAXMEM above.
BUILD_TZFS EQU 1 ; Build for TZFS where extended memory is available.
INCLUDE_ANSITERM EQU 1 ; Include the Ansi terminal emulation processor in the build.
; Debugging

View File

@@ -565,7 +565,7 @@ SETFREQ: CALL ConvertStringToNumber ; Conve
JR NZ,SETFREQ1
LD A, TZSVC_CMD_CPU_BASEFREQ ; Switch to the base frequency.
JR SETFREQ2
SETFREQ1: LD A, TZSVC_CMD_CPU_ALTFREQ ; Switch to the base frequency.
SETFREQ1: LD A, TZSVC_CMD_CPU_ALTFREQ ; Switch to the alternate frequency.
SETFREQ2: CALL SVC_CMD
OR A
JR NZ,SETFREQERR