mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-26 07:49:17 +00:00
Remove ommented out code
This commit is contained in:
parent
e25b5b4d7f
commit
f5a27362a7
@ -28,9 +28,7 @@ InitMemory lda EngineMode
|
|||||||
_NewHandle ; returns LONG Handle on stack
|
_NewHandle ; returns LONG Handle on stack
|
||||||
plx ; base address of the new handle
|
plx ; base address of the new handle
|
||||||
pla ; high address 00XX of the new handle (bank)
|
pla ; high address 00XX of the new handle (bank)
|
||||||
; _Deref
|
|
||||||
; stx Buff00
|
|
||||||
; sta Buff00+2
|
|
||||||
:no_bnk0_buff
|
:no_bnk0_buff
|
||||||
|
|
||||||
PushLong #0 ; space for result
|
PushLong #0 ; space for result
|
||||||
@ -41,9 +39,6 @@ InitMemory lda EngineMode
|
|||||||
_NewHandle ; returns LONG Handle on stack
|
_NewHandle ; returns LONG Handle on stack
|
||||||
plx ; base address of the new handle
|
plx ; base address of the new handle
|
||||||
pla ; high address 00XX of the new handle (bank)
|
pla ; high address 00XX of the new handle (bank)
|
||||||
; _Deref
|
|
||||||
; stx Buff01
|
|
||||||
; sta Buff01+2
|
|
||||||
|
|
||||||
PushLong #0 ; space for result
|
PushLong #0 ; space for result
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user