From 8b06e85f085d5ae11b8452566074eab74e6a472a Mon Sep 17 00:00:00 2001 From: mgcaret Date: Thu, 5 Oct 2017 12:15:19 -0700 Subject: [PATCH] allow iie.card to allow enhanced debug monitor id --- iie.card.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iie.card.s b/iie.card.s index 3bdaa9a..36eb058 100644 --- a/iie.card.s +++ b/iie.card.s @@ -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