re-enable color menu

This commit is contained in:
Dagen Brock 2015-10-25 15:15:57 -05:00
parent 8601f35783
commit 255e2a0849
1 changed files with 26 additions and 24 deletions

View File

@ -1,13 +1,15 @@
MenuCheckKeyColor ;jsr ColorizeMenu MenuCheckKeyColor jsr ColorizeMenu
lda #55
jsr WaitSCB * lda #55
lda #80 * jsr WaitSCB
jsr WaitSCB * lda #80
lda #55 * jsr WaitSCB
jsr WaitSCB * lda #55
lda #80 * jsr WaitSCB
jsr WaitSCB * lda #80
* jsr WaitSCB
lda _ticker lda _ticker
bne :skipDraw ; we want to avoid updating when nothing is happening... "Save the Cycles!!" ;) bne :skipDraw ; we want to avoid updating when nothing is happening... "Save the Cycles!!" ;)
jsr Menu_HighlightSelected jsr Menu_HighlightSelected