Update sd.asm

Back out hack for uz80as now that Curt fixed it.
This commit is contained in:
Wayne Warthen
2020-02-27 14:45:58 -08:00
parent 59d6099865
commit 0fb8a2d2ff

View File

@@ -1639,9 +1639,7 @@ SD_SELECT2:
SD_DESELECT:
LD A,(SD_OPRVAL)
#IF (SD_DEVCNT > 1)
; AND ~(SD_CS0 | SD_CS1)
SD_CS .EQU (SD_CS0 | SD_CS1) ; HACK TO WORK AROUND UZ80AX EXPRESSION EVAL ISSUE
AND ~SD_CS
AND ~(SD_CS0 | SD_CS1)
#ELSE
AND ~SD_CS0
#ENDIF