mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-27 08:31:06 +00:00
remove nibble translation table hack in IsUnformatted which was causing false positives on some Optimum Resource disks)
This commit is contained in:
parent
5000366bc6
commit
c5448d52d6
@ -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
|
||||
|
@ -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
|
||||
|
||||
;-------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user