mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
mist: turn off debugging (auto-increment of red/blue page)
This commit is contained in:
parent
80ca7c9129
commit
74e58538c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user