mirror of
https://github.com/dwsJason/gslaplay.git
synced 2024-12-21 15:29:32 +00:00
Shave 1 clock off dictionary copy
This commit is contained in:
parent
b02f9a3be0
commit
c216eddadc
@ -145,14 +145,14 @@ dictionary_copy
|
||||
lsr
|
||||
bcs cursor_skip
|
||||
|
||||
sta <temp
|
||||
sta <copylen+1
|
||||
|
||||
stx <dictionary_offset+1
|
||||
dictionary_offset
|
||||
ldal $000000
|
||||
tax
|
||||
|
||||
lda <temp
|
||||
copylen lda #$0000
|
||||
; dictionary copy
|
||||
mvn $01,$01
|
||||
|
||||
@ -170,5 +170,4 @@ skip_amount
|
||||
bra read_opcode
|
||||
|
||||
banks_index dw 0
|
||||
temp dw 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user