mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-27 23:31:07 +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
|
.passport
|
||||||
!text "Passport ",$00
|
!text "Passport ",$00
|
||||||
.header
|
.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
|
.bar9
|
||||||
!text "_________",$00
|
!text "_________",$00
|
||||||
.bar18
|
.bar18
|
||||||
|
@ -213,9 +213,6 @@ JustTheSameDamnThingOverAndOver
|
|||||||
; C set if track is formatted
|
; C set if track is formatted
|
||||||
;-------------------------------
|
;-------------------------------
|
||||||
IsUnformatted
|
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 $C0E9 ; turn on drive motor, but we assume it's already spun up from previous reads so no waiting
|
||||||
lda #$00
|
lda #$00
|
||||||
sta unform
|
sta unform
|
||||||
@ -244,9 +241,6 @@ IsUnformatted
|
|||||||
sec
|
sec
|
||||||
@unformatted
|
@unformatted
|
||||||
lda $C0E8
|
lda $C0E8
|
||||||
|
|
||||||
lda #$3F
|
|
||||||
sta gNIBTableFF
|
|
||||||
rts
|
rts
|
||||||
|
|
||||||
;-------------------------------
|
;-------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user