remove nibble translation table hack in IsUnformatted which was causing false positives on some Optimum Resource disks)

This commit is contained in:
4am 2022-01-09 19:42:27 -05:00
parent 5000366bc6
commit c5448d52d6
2 changed files with 1 additions and 7 deletions

View File

@ -365,7 +365,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
.passport
!text "Passport ",$00
.header
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-11-11",$00
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-01-09",$00
.bar9
!text "_________",$00
.bar18

View File

@ -213,9 +213,6 @@ JustTheSameDamnThingOverAndOver
; C set if track is formatted
;-------------------------------
IsUnformatted
lda #$FD
sta gNIBTableFF
lda $C0E9 ; turn on drive motor, but we assume it's already spun up from previous reads so no waiting
lda #$00
sta unform
@ -244,9 +241,6 @@ IsUnformatted
sec
@unformatted
lda $C0E8
lda #$3F
sta gNIBTableFF
rts
;-------------------------------