Added Microsoft BASIC converted for Sharp and tranZPUter
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user