add EOF marker in code for non-radial precomputed DHGR effects

This commit is contained in:
4am 2020-11-17 21:25:34 -05:00
parent d162b7fb65
commit 540c3c581a
10 changed files with 14 additions and 5 deletions

View File

@ -8,6 +8,8 @@
!source "src/fx/fx.dhgr.precomputed.a"
+FX_INITONCE_DHGR CoordinatesFile, PostInit
lda #$80
sta EndCoordinatesDHGR
+COPY_SELF_TO_AUXMEM
PostInit
+FX_PRECOMPUTED_DHGR HGRHalfBlockCopy, Coordinates, $1

View File

@ -3841,4 +3841,3 @@
!byte 0,1
!byte 0,79
!byte 0,0
!byte $80 ; EOF

View File

@ -8,6 +8,8 @@
!source "src/fx/fx.dhgr.precomputed.a"
+FX_INITONCE_DHGR CoordinatesFile, PostInit
lda #$80
sta EndCoordinatesDHGR
+COPY_SELF_TO_AUXMEM
PostInit
+FX_PRECOMPUTED_DHGR HGRHalfBlockToWhite, Coordinates, $0

View File

@ -2,8 +2,8 @@
;(c) 2018-9 by 4am
;
coord = $FE
CoordinatesDHGR = $A000 ; $1E09 bytes ($1E08 on disk + 1 byte EOF marker)
;EndCoordinatesDHGR=CoordinatesDHGR+$1E08
CoordinatesDHGR = $A000 ; $1E01 bytes ($1E00 on disk + 1 byte EOF marker)
EndCoordinatesDHGR=CoordinatesDHGR+$1E00
jmp Start

View File

@ -8,6 +8,8 @@
!source "src/fx/fx.dhgr.precomputed.a"
+FX_INITONCE_DHGR CoordinatesFile, PostInit
lda #$80
sta EndCoordinatesDHGR
+COPY_SELF_TO_AUXMEM
PostInit
+FX_PRECOMPUTED_DHGR HGRHalfBlockCopy, Coordinates, $1

View File

@ -3841,4 +3841,3 @@
!byte 37,63
!byte 0,25
!byte 0,0
!byte $80 ; EOF

View File

@ -8,6 +8,8 @@
!source "src/fx/fx.dhgr.precomputed.a"
+FX_INITONCE_DHGR CoordinatesFile, PostInit
lda #$80
sta EndCoordinatesDHGR
+COPY_SELF_TO_AUXMEM
PostInit
+FX_PRECOMPUTED_DHGR HGRHalfBlockToWhite, Coordinates, $0

View File

@ -8,6 +8,8 @@
!source "src/fx/fx.dhgr.precomputed.a"
+FX_INITONCE_DHGR CoordinatesFile, PostInit
lda #$80
sta EndCoordinatesDHGR
+COPY_SELF_TO_AUXMEM
PostInit
+FX_PRECOMPUTED_DHGR HGRHalfBlockCopy, Coordinates, $1

View File

@ -3841,4 +3841,3 @@
!byte 11,0
!byte 12,0
!byte 13,0
!byte $80 ; EOF

View File

@ -8,6 +8,8 @@
!source "src/fx/fx.dhgr.precomputed.a"
+FX_INITONCE_DHGR CoordinatesFile, PostInit
lda #$80
sta EndCoordinatesDHGR
+COPY_SELF_TO_AUXMEM
PostInit
+FX_PRECOMPUTED_DHGR HGRHalfBlockToWhite, Coordinates, $0