mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
hook up Radial.Data
This commit is contained in:
parent
925c5af8b2
commit
1b3caa6415
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2019 by 4am
|
;(c) 2019-2020 by 4am/qkumba
|
||||||
;
|
;
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/FX/RADIAL",plain
|
!to "build/FX/RADIAL",plain
|
||||||
@ -17,6 +17,9 @@ input = $FE ; word
|
|||||||
|
|
||||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||||
|
|
||||||
|
+FX_INITONCE_1BIT CoordinatesFile, Start
|
||||||
|
|
||||||
|
Start
|
||||||
+BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi
|
+BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi
|
||||||
+BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror
|
+BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror
|
||||||
+BUILD_MIRROR_COLS mirror_cols
|
+BUILD_MIRROR_COLS mirror_cols
|
||||||
@ -91,10 +94,9 @@ LoopBR ; bottom-right quadrant (opposite row, oppo
|
|||||||
DoneBR
|
DoneBR
|
||||||
rts
|
rts
|
||||||
|
|
||||||
!if * and 1 {
|
CoordinatesFile
|
||||||
!byte 0
|
!byte 15
|
||||||
}
|
!text "FX/RADIAL.DATA"
|
||||||
Coordinates
|
|
||||||
!source "src/fx/fx.hgr.radial.data.a"
|
Coordinates = Coordinates1Bit
|
||||||
EndCoordinates
|
EndCoordinates = Coordinates + $3480
|
||||||
!byte $80
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
!cpu 6502
|
||||||
|
!to "build/FX/RADIAL.DATA",plain
|
||||||
|
*=$8800
|
||||||
!byte $5E,%00000000
|
!byte $5E,%00000000
|
||||||
!byte $5E,%00100000
|
!byte $5E,%00100000
|
||||||
!byte $5E,%01000000
|
!byte $5E,%01000000
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2019 by 4am
|
;(c) 2019-2020 by 4am/qkumba
|
||||||
;
|
;
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/FX/RADIAL3",plain
|
!to "build/FX/RADIAL3",plain
|
||||||
@ -18,6 +18,9 @@ input = $FE ; word
|
|||||||
|
|
||||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||||
|
|
||||||
|
+FX_INITONCE_1BIT CoordinatesFile, Start
|
||||||
|
|
||||||
|
Start
|
||||||
+BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi
|
+BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi
|
||||||
+BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror
|
+BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror
|
||||||
+BUILD_MIRROR_COLS mirror_cols
|
+BUILD_MIRROR_COLS mirror_cols
|
||||||
@ -83,10 +86,9 @@ Loop ldy #0
|
|||||||
jmp Loop
|
jmp Loop
|
||||||
+ rts
|
+ rts
|
||||||
|
|
||||||
!if * and 1 {
|
CoordinatesFile
|
||||||
!byte 0
|
!byte 15
|
||||||
}
|
!text "FX/RADIAL.DATA"
|
||||||
Coordinates
|
|
||||||
!source "src/fx/fx.hgr.radial.data.a"
|
Coordinates = Coordinates1Bit
|
||||||
EndCoordinates
|
EndCoordinates = Coordinates + $3480
|
||||||
!byte $80
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user