allow iie.card to allow enhanced debug monitor id

This commit is contained in:
mgcaret 2017-10-05 12:15:19 -07:00
parent b9fd404768
commit 8b06e85f08
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ exiterr: lda #$ff
jsr xredirect
jmp xerr
: lda $fbc0 ; check for enhanced monitor
cmp #$e0 ; $e0 = enhanced
and #$fe
cmp #$e0 ; $e0 = enhanced, $e1 = debug
bne badiie
lda $fbdd ; //e Card ID byte
cmp #$02