dlowres: update to actually work in 80x40 mode

sprites still not working
This commit is contained in:
Vince Weaver 2017-12-06 10:26:02 -05:00
parent 6a408034c9
commit ff4f5d4f0c
2 changed files with 18 additions and 0 deletions

View File

@ -938,6 +938,24 @@ spacez_shifted:
sta SPACEX_I ; 3
;==========
; 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
; fixed_mul(&fixed_temp,&dy,&fixed_temp);

Binary file not shown.