mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
dlowres: update to actually work in 80x40 mode
sprites still not working
This commit is contained in:
parent
6a408034c9
commit
ff4f5d4f0c
@ -938,6 +938,24 @@ spacez_shifted:
|
|||||||
sta SPACEX_I ; 3
|
sta SPACEX_I ; 3
|
||||||
;==========
|
;==========
|
||||||
; 16
|
; 16
|
||||||
|
; FOR AUX, shift start left by 1/2 of a DX
|
||||||
|
clc
|
||||||
|
lda DX_I
|
||||||
|
ror
|
||||||
|
sta TEMP_I
|
||||||
|
lda DX_F
|
||||||
|
ror
|
||||||
|
sta TEMP_F
|
||||||
|
|
||||||
|
clc
|
||||||
|
lda SPACEX_F
|
||||||
|
adc TEMP_F
|
||||||
|
sta SPACEX_F
|
||||||
|
|
||||||
|
lda SPACEX_I
|
||||||
|
adc TEMP_I
|
||||||
|
sta SPACEX_I
|
||||||
|
|
||||||
|
|
||||||
;mul8
|
;mul8
|
||||||
; fixed_mul(&fixed_temp,&dy,&fixed_temp);
|
; fixed_mul(&fixed_temp,&dy,&fixed_temp);
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user