From 5b78631fdc2337c54581ce13e454a72561524a89 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Thu, 16 Jan 2020 14:00:05 -0800 Subject: [PATCH] Minor Cleanup --- Source/BuildShared.cmd | 1 - Source/HBIOS/hbios.asm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/BuildShared.cmd b/Source/BuildShared.cmd index cde8dac7..91dc706b 100644 --- a/Source/BuildShared.cmd +++ b/Source/BuildShared.cmd @@ -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 Forth && call Build || exit /b 1 & endlocal setlocal & cd Fonts && call Build || exit /b 1 & endlocal diff --git a/Source/HBIOS/hbios.asm b/Source/HBIOS/hbios.asm index c701203b..ec14fafb 100644 --- a/Source/HBIOS/hbios.asm +++ b/Source/HBIOS/hbios.asm @@ -3078,10 +3078,10 @@ SIZ_CTC .EQU $ - ORG_CTC #IF (DSKYENABLE) #DEFINE DSKY_KBD #INCLUDE "dsky.asm" +#ENDIF ; ; INCLUDE ZLSA2 decompression engine if required. ; -#ENDIF #IF ((VGAENABLE | CVDUENABLE | TMSENABLE) & USEZLSA2) #INCLUDE "unlzsa2s.asm" #ENDIF