Deleting commented debug lines

This commit is contained in:
Christophe Meneboeuf 2016-12-22 00:10:37 +01:00
parent 3250e57da5
commit 93ee71ab7c
2 changed files with 3 additions and 7 deletions

3
.gitignore vendored
View File

@ -7,3 +7,6 @@ RgbToHiRes.VC.*
**/.vs
**/Debug
**/Release
**/*.o
**/*.map
**/bin/

View File

@ -35,13 +35,6 @@ _call_to_mli:
JSR popa
STA Mli_Call
;+ DEBUG
; CMP #$CE
; BNE continue
;debug: JMP debug
;continue:
;- DEBUG
; Call MLI and return
JSR $BF00 ; MLI call entry point
Mli_Call: