mist: turn off debugging (auto-increment of red/blue page)

This commit is contained in:
Vince Weaver 2020-05-22 02:46:53 -04:00
parent 80ca7c9129
commit 74e58538c7

View File

@ -48,7 +48,7 @@ not_red_page:
open_red_book:
; DEBUG
inc RED_PAGE_COUNT
;inc RED_PAGE_COUNT
lda RED_PAGE_COUNT
cmp #6
@ -127,7 +127,7 @@ not_blue_page:
open_blue_book:
; DEBUG
inc BLUE_PAGE_COUNT
;inc BLUE_PAGE_COUNT
lda BLUE_PAGE_COUNT
cmp #6