From 93ee71ab7cca5f68b5ee8b99573a8fc43cb0ef64 Mon Sep 17 00:00:00 2001 From: Christophe Meneboeuf Date: Thu, 22 Dec 2016 00:10:37 +0100 Subject: [PATCH] Deleting commented debug lines --- .gitignore | 3 +++ Loader_Apple2/src/mli.asm | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b5e94ca..28284c8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ RgbToHiRes.VC.* **/.vs **/Debug **/Release +**/*.o +**/*.map +**/bin/ diff --git a/Loader_Apple2/src/mli.asm b/Loader_Apple2/src/mli.asm index a0515c9..19320eb 100644 --- a/Loader_Apple2/src/mli.asm +++ b/Loader_Apple2/src/mli.asm @@ -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: