From f5a27362a7f8fa9945b80806f579279ccc0e7670 Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Thu, 28 Jul 2022 11:56:05 -0500 Subject: [PATCH] Remove ommented out code --- src/Memory.s | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Memory.s b/src/Memory.s index c4c449d..fc52753 100644 --- a/src/Memory.s +++ b/src/Memory.s @@ -28,9 +28,7 @@ InitMemory lda EngineMode _NewHandle ; returns LONG Handle on stack plx ; base address of the new handle pla ; high address 00XX of the new handle (bank) -; _Deref -; stx Buff00 -; sta Buff00+2 + :no_bnk0_buff PushLong #0 ; space for result @@ -41,9 +39,6 @@ InitMemory lda EngineMode _NewHandle ; returns LONG Handle on stack plx ; base address of the new handle pla ; high address 00XX of the new handle (bank) -; _Deref -; stx Buff01 -; sta Buff01+2 PushLong #0 ; space for result