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: