mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 20:30:11 +00:00
move 1bit ripple transformations to unused space at end of external data files
This commit is contained in:
parent
6d8c459fa3
commit
daa1989ede
@ -1,6 +1,6 @@
|
||||
!cpu 6502
|
||||
!to "build/FX/CORNER4.DATA",plain
|
||||
*=$8800
|
||||
*=$8600
|
||||
!byte $5F,%11010011
|
||||
!byte $5F,%10110011
|
||||
!byte $5F,%10010011
|
||||
@ -6722,3 +6722,7 @@
|
||||
!byte $01,%00000000
|
||||
!byte $01,%00100000
|
||||
!byte $80
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
rts
|
||||
|
@ -8,7 +8,7 @@
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
|
||||
+FX_INITONCE_1BIT CoordinatesFile, Start
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
jsr EndCoordinates1Bit+1
|
||||
Start
|
||||
+FX_PRECOMPUTED_1BIT Coordinates1Bit
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
!cpu 6502
|
||||
!to "build/FX/IRIS.DATA",plain
|
||||
*=$8800
|
||||
*=$8600
|
||||
!byte $5E,%10110011
|
||||
!byte $5E,%11010011
|
||||
!byte $5E,%10010011
|
||||
@ -6722,3 +6722,7 @@
|
||||
!byte $00,%00100000
|
||||
!byte $00,%00000000
|
||||
!byte $80
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
rts
|
||||
|
@ -8,7 +8,7 @@ hgrlomirror = $BD40 ; $C0 bytes
|
||||
mirror_cols = $BE00 ; $28 bytes
|
||||
hgr1hi = $BE40 ; $C0 bytes
|
||||
hgr1himirror = $BF40 ; $C0 bytes
|
||||
Coordinates1Bit= $8800 ; $3481 bytes ($3480 on disk + 1 byte EOF marker)
|
||||
Coordinates1Bit= $8600 ; $3481 bytes ($3480 on disk + 1 byte EOF marker)
|
||||
EndCoordinates1Bit=Coordinates1Bit+$3480
|
||||
|
||||
!source "src/fx/macros.a"
|
||||
|
@ -1,6 +1,6 @@
|
||||
!cpu 6502
|
||||
!to "build/FX/RADIAL.DATA",plain
|
||||
*=$8800
|
||||
*=$8600
|
||||
!byte $5E,%00000000
|
||||
!byte $5E,%00100000
|
||||
!byte $5E,%01000000
|
||||
@ -6722,3 +6722,7 @@
|
||||
!byte $02,%11010011
|
||||
!byte $00,%11010011
|
||||
!byte $80
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
rts
|
||||
|
@ -8,7 +8,7 @@
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
|
||||
+FX_INITONCE_1BIT CoordinatesFile, Start
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
jsr EndCoordinates1Bit+1
|
||||
|
||||
Start
|
||||
!source "src/fx/fx.hgr.radial.common.a"
|
||||
|
@ -8,7 +8,7 @@
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
|
||||
+FX_INITONCE_1BIT CoordinatesFile, Start
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
jsr EndCoordinates1Bit+1
|
||||
Start
|
||||
+FX_PRECOMPUTED_1BIT Coordinates1Bit
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
!cpu 6502
|
||||
!to "build/FX/SLOW.STAR.DATA",plain
|
||||
*=$8800
|
||||
*=$8600
|
||||
!byte $30,%00001010
|
||||
!byte $30,%00101010
|
||||
!byte $30,%11001001
|
||||
|
@ -8,7 +8,7 @@
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
|
||||
+FX_INITONCE_1BIT CoordinatesFile, Start
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
jsr EndCoordinates1Bit+1
|
||||
Start
|
||||
+FX_PRECOMPUTED_1BIT Coordinates1Bit
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
!cpu 6502
|
||||
!to "build/FX/SNOWFLAKE.DATA",plain
|
||||
*=$8800
|
||||
*=$8600
|
||||
!byte $5E,%10110011
|
||||
!byte $5E,%11010011
|
||||
!byte $5C,%01010011
|
||||
@ -6722,3 +6722,7 @@
|
||||
!byte $5E,%00100000
|
||||
!byte $5E,%00000000
|
||||
!byte $80
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
rts
|
||||
|
@ -8,7 +8,7 @@
|
||||
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
||||
|
||||
+FX_INITONCE_1BIT CoordinatesFile, Start
|
||||
+FX_RIPPLE_1BIT aslmod2
|
||||
jsr EndCoordinates1Bit+1
|
||||
Start
|
||||
+FX_PRECOMPUTED_1BIT Coordinates1Bit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user