Fixed bug(?) in identification routine; fix nit

Should enable ROM on exit, if no other LC banks match.
This commit is contained in:
Zellyn Hunter 2016-12-07 23:45:39 -05:00
parent 08074672ca
commit 4b1b6b9195
3 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ main:
bne .known
;; MACHINE=0 - unknown machine
jsr print
!text "UNABLE TO INDENTIFY",$8D,0
!text "UNABLE TO IDENTIFY",$8D,0
jmp end
.known
cmp #IIeCard

Binary file not shown.

View File

@ -204,7 +204,7 @@ IDENTIFY
lda .lc1 ;bank on and check
cmp .save
beq .exit3
lda $C080
lda $C081
jmp .exit6
.exit3 lda .lc2
cmp .save+1 ;if all locations check