Files
Pegasys-RomWBW/Source/ver.lib
Wayne Warthen e4cdc3d167 More SD Card Compatibility Changes
Based on a logic analyzer trace from Andy Cooper, it appears that some SD cards want the unused CRC byte of the command packet to be 0xFF instead of the 0x00 filler I was using.  Changed to put 0xFF in the CRC byte when unused.
2021-01-10 10:18:30 -08:00

8 lines
86 B
Plaintext

rmj equ 3
rmn equ 1
rup equ 1
rtp equ 0
biosver macro
db "3.1.1-pre.27"
endm