mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
mode7: one last optimization to rasterbars
This commit is contained in:
BIN
mode7/mode7.dsk
BIN
mode7/mode7.dsk
Binary file not shown.
@@ -222,6 +222,9 @@ row_color:
|
|||||||
.byte $00,$00,$00,$00,$00, $00,$00,$00,$00,$00
|
.byte $00,$00,$00,$00,$00, $00,$00,$00,$00,$00
|
||||||
|
|
||||||
; arithmatically shifted right by 4
|
; arithmatically shifted right by 4
|
||||||
|
|
||||||
|
; FIXME: exploit symmetry and get rid of 3/4 of this table
|
||||||
|
; possibly not worth the extra code
|
||||||
fine_sine:
|
fine_sine:
|
||||||
.byte $00 ; 0.000000
|
.byte $00 ; 0.000000
|
||||||
.byte $01 ; 0.098017
|
.byte $01 ; 0.098017
|
||||||
@@ -256,6 +259,7 @@ fine_sine:
|
|||||||
.byte $03 ; 0.195090
|
.byte $03 ; 0.195090
|
||||||
.byte $01 ; 0.098017
|
.byte $01 ; 0.098017
|
||||||
.byte $00 ; 0.000000
|
.byte $00 ; 0.000000
|
||||||
|
|
||||||
.byte $FE ; -0.098017
|
.byte $FE ; -0.098017
|
||||||
.byte $FC ; -0.195090
|
.byte $FC ; -0.195090
|
||||||
.byte $FB ; -0.290285
|
.byte $FB ; -0.290285
|
||||||
|
Reference in New Issue
Block a user