Browse Source

Minor Cleanup

patch
Wayne Warthen 6 years ago
parent
commit
5b78631fdc
  1. 1
      Source/BuildShared.cmd
  2. 2
      Source/HBIOS/hbios.asm

1
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

2
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

Loading…
Cancel
Save