pt3: remove branch

This commit is contained in:
Peter Ferrie 2019-06-02 23:16:52 -04:00 committed by Vince Weaver
parent 5c4795ad72
commit 089d963d23

View File

@ -536,12 +536,10 @@ vol_outer:
sta z80_d ; carry is important
; sbc hl,hl
lda #$ff
bcs vol_ffs
vol_zeros:
lda #0
adc #$ff
eor #$ff
vol_ffs:
vol_write:
sta z80_h
pha