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 **/.vs
**/Debug **/Debug
**/Release **/Release
**/*.o
**/*.map
**/bin/

View File

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