@ -10,5 +10,4 @@ setlocal & cd CBIOS && call Build || exit /b 1 & endlocal
setlocal & cd CPM3 && call Build || exit /b 1 & endlocal
setlocal & cd ZPM3 && call Build || exit /b 1 & endlocal
setlocal & cd Forth && call Build || exit /b 1 & endlocal
setlocal & cd Fonts && call Build || exit /b 1 & endlocal
@ -3078,10 +3078,10 @@ SIZ_CTC .EQU $ - ORG_CTC
#IF (DSKYENABLE)
#DEFINE DSKY_KBD
#INCLUDE "dsky.asm"
#ENDIF
;
; INCLUDE ZLSA2 decompression engine if required.
#IF ((VGAENABLE | CVDUENABLE | TMSENABLE) & USEZLSA2)
#INCLUDE "unlzsa2s.asm"