Small optimization

Reduced the amount of data required by the parameter initialization
routine.
This commit is contained in:
cybernesto 2017-04-25 19:37:20 +02:00
parent 46d88df216
commit 74e253b113

View File

@ -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