mirror of
https://github.com/cybernesto/mcs-player.git
synced 2024-12-28 02:29:34 +00:00
Small optimization
Reduced the amount of data required by the parameter initialization routine.
This commit is contained in:
parent
46d88df216
commit
74e253b113
@ -336,12 +336,11 @@ CONTINUE CLI
|
||||
INITPAR LDX #0
|
||||
]LOOP LDA PARAMS,X
|
||||
STA BUFFER,X
|
||||
STA BUFFER+$10,X
|
||||
INX
|
||||
CPX #$20
|
||||
CPX #$10
|
||||
BNE ]LOOP
|
||||
RTS
|
||||
|
||||
PARAMS HEX 01000100010000F8
|
||||
HEX 0000000000000000
|
||||
HEX 01000100010000F8
|
||||
HEX 0000000000000000
|
||||
|
Loading…
Reference in New Issue
Block a user