diff --git a/res/DFX.CONF b/res/DFX.CONF index f8bc6c30c..0317897f9 100644 --- a/res/DFX.CONF +++ b/res/DFX.CONF @@ -45,6 +45,7 @@ DHGR.SLOWST.RIP DHGR.48.SPIRAL DHGR.RADIAL5 DHGR.FIZZLE +DHGR.48.PAGEC DHGR.BFLY.RIP DHGR.IRIS.IN DHGR.SWIRL diff --git a/res/FX.CONF b/res/FX.CONF index 30f003093..258f30e2e 100644 --- a/res/FX.CONF +++ b/res/FX.CONF @@ -28,6 +28,7 @@ R.BY.PIXEL WAVY.IRIS BIT.FIZZLE STAR.IN +BOXES48.PAGEC DIAG.STRIPES APPLE MANDELBROT.RIP diff --git a/src/fx/fx.dhgr.48boxes.pageturn.clear.a b/src/fx/fx.dhgr.48boxes.pageturn.clear.a new file mode 100644 index 000000000..2466599a5 --- /dev/null +++ b/src/fx/fx.dhgr.48boxes.pageturn.clear.a @@ -0,0 +1,51 @@ +;license:MIT +;(c) 2020 by 4am & qkumba +; +!cpu 6502 +!to "build/FX/DHGR.48.PAGEC",plain +*=$6000 + + !source "src/fx/fx.dhgr.48boxes.common.a" + + !byte $E1,$E2,$E1,$E7,$ED,$F3,$F9,$FF + !byte $E7,$E8,$E7,$E8,$EE,$F4,$FA,$00 + !byte $ED,$EE,$ED,$EE,$ED,$F3,$F9,$FF + !byte $F3,$F4,$F3,$F4,$F3,$F4,$FA,$00 + !byte $F9,$FA,$F9,$FA,$F9,$FA,$F9,$FF + !byte $FF,$00,$FF,$00,$FF,$00,$FF,$00 + +StagesHi ; high bytes of address of drawing routine for each stage + !byte clear0F + !byte clear0E + !byte clear0D + !byte clear0C + !byte clear0B + !byte clear0A + !byte clear09 + !byte clear08 + !byte clear07 + !byte clear06 + !byte clear05 + !byte clear04 + !byte clear03 + !byte clear02 + !byte clear01 + !byte clear00 + !byte 0,0,0,0,0,0,0,0,0,0,0,0,0 + !byte copy00 + !byte copy01 + !byte copy02 + !byte copy03 + !byte copy04 + !byte copy05 + !byte copy06 + !byte copy07 + !byte copy08 + !byte copy09 + !byte copy0A + !byte copy0B + !byte copy0C + !byte copy0D + !byte copy0E + !byte copy0F +EndStagesHi diff --git a/src/fx/fx.hgr.48boxes.pageturn.clear.a b/src/fx/fx.hgr.48boxes.pageturn.clear.a new file mode 100644 index 000000000..60de9eb7a --- /dev/null +++ b/src/fx/fx.hgr.48boxes.pageturn.clear.a @@ -0,0 +1,51 @@ +;license:MIT +;(c) 2020 by 4am & qkumba +; +!cpu 6502 +!to "build/FX/BOXES48.PAGEC",plain +*=$6000 + + !source "src/fx/fx.hgr.48boxes.common.a" + + !byte $E1,$E2,$E1,$E7,$ED,$F3,$F9,$FF + !byte $E7,$E8,$E7,$E8,$EE,$F4,$FA,$00 + !byte $ED,$EE,$ED,$EE,$ED,$F3,$F9,$FF + !byte $F3,$F4,$F3,$F4,$F3,$F4,$FA,$00 + !byte $F9,$FA,$F9,$FA,$F9,$FA,$F9,$FF + !byte $FF,$00,$FF,$00,$FF,$00,$FF,$00 + +StagesHi ; high bytes of address of drawing routine for each stage + !byte clear0F + !byte clear0E + !byte clear0D + !byte clear0C + !byte clear0B + !byte clear0A + !byte clear09 + !byte clear08 + !byte clear07 + !byte clear06 + !byte clear05 + !byte clear04 + !byte clear03 + !byte clear02 + !byte clear01 + !byte clear00 + !byte 0,0,0,0,0,0,0,0,0,0,0,0,0 + !byte copy00 + !byte copy01 + !byte copy02 + !byte copy03 + !byte copy04 + !byte copy05 + !byte copy06 + !byte copy07 + !byte copy08 + !byte copy09 + !byte copy0A + !byte copy0B + !byte copy0C + !byte copy0D + !byte copy0E + !byte copy0F +EndStagesHi