Commit Graph

334 Commits

Author SHA1 Message Date
4am
9fa12ea6e8 64K compatibility and some notes 2021-12-01 00:39:05 -05:00
4am
d826236cc7 don't clear incremental palettes before stepping 2021-11-30 21:29:38 -05:00
4am
7f96f96132 Revert "don't clear incremental palettes before stepping"
This reverts commit 215a11fb3d.
2021-11-30 21:28:10 -05:00
4am
215a11fb3d don't clear incremental palettes before stepping 2021-11-30 21:19:37 -05:00
4am
7b7360237d add some SHR transition effects (not yet hooked up) 2021-11-30 21:07:59 -05:00
4am
876ad2de1d update SHR 2021-11-28 21:50:09 -05:00
4am
cd42d92a92 update SHR 2021-11-23 17:32:57 -05:00
4am
4f24c24963 add COVERFADE, GR.FIZZLE, and SHR.FIZZLE to TOTAL.DATA 2021-11-17 14:21:41 -05:00
4am
03a3113d02 store action GR screenshots in TOTAL.DATA 2021-11-09 13:39:16 -05:00
4am
022de920ca separate indexed/non-indexed FX and prelaunch files at assemble time 2021-10-15 21:34:39 -04:00
4am
aae67d46fd faster SHR fizzle 2021-09-26 00:54:53 -04:00
4am
c7960c1aa4 add circle stripes HGR effect 2021-09-23 13:12:49 -04:00
4am
befb764720 add diamond stripes HGR effect 2021-09-22 21:08:18 -04:00
4am
41570c7490 add another 48boxes effect 2021-09-22 14:35:15 -04:00
4am
15e9372b7d shave some bytes 2021-09-21 20:55:46 -04:00
4am
6d288a2df4 add diagonal stripes HGR effect 2021-09-21 20:50:04 -04:00
4am
106c8be67a smaller and faster cover fade [thanks qkumba] 2020-12-06 20:31:02 -05:00
4am
4140df40d7 re-add some deleted comments 2020-11-30 22:59:26 -05:00
4am
5ba42a14ef add 48boxes snake+clear effect 2020-11-30 22:36:56 -05:00
4am
173841dedd construct half block fizzle data at runtime 2020-11-30 22:07:48 -05:00
4am
8a4792a5b0 construct half block fizzle data at runtime 2020-11-30 21:58:42 -05:00
4am
d253388c9d construct block fizzle data at runtime 2020-11-30 18:22:06 -05:00
4am
3e504a80d8 shave some bytes 2020-11-30 14:55:10 -05:00
4am
22b40e9d11 shave a byte 2020-11-30 11:44:31 -05:00
4am
d9b8e3ea7b shave some cycles 2020-11-30 11:40:41 -05:00
4am
3fadbfb949 typo in comment 2020-11-30 01:35:10 -05:00
4am
1a3ec941f6 not sure how that ever worked 2020-11-30 01:21:40 -05:00
4am
da91eb3a27 add 48boxes sync+clear effect 2020-11-30 01:13:27 -05:00
4am
1ffd7a7dd1 add 48boxes spiral+clear effect 2020-11-30 01:02:28 -05:00
4am
3004ecf6ee add DHGR 48boxes effects 2020-11-29 23:10:44 -05:00
4am
3311e3c785 add missing include 2020-11-26 19:58:20 -05:00
Peter Ferrie
cf3bf1ca01 bank in ROM at the right time 2020-11-25 18:54:10 -08:00
Peter Ferrie
3936ef734b generate CRYSTAL data at runtime 2020-11-25 14:52:59 -08:00
4am
0fc86a65be shave some bytes 2020-11-24 21:25:41 -05:00
4am
96508fb725 shave some bytes 2020-11-24 21:18:55 -05:00
4am
ba8559c3cf remove unused code 2020-11-24 21:18:29 -05:00
4am
8d1d9c0bc5 don't clobber ProDOS shim, that's rude 2020-11-24 21:02:14 -05:00
4am
419f171290 fix filename 2020-11-24 14:44:36 -05:00
4am
ee06325830 new and upgraded DHGR effects 2020-11-23 19:05:51 -05:00
4am
56542020d0 upgrade DHGR radial effects 2020-11-23 18:08:31 -05:00
4am
63870a0bc8 shave some cycles (skip if copymask=0, fake bit 3) 2020-11-23 12:46:25 -05:00
4am
d0745e7941 shave some cycles (load X directly) 2020-11-23 12:23:54 -05:00
4am
a5807e8577 shave some cycles (load X directly) 2020-11-23 12:21:37 -05:00
4am
756e9623c3 shave some bytes 2020-11-22 22:12:37 -05:00
4am
395498cfb5 shave some cycles (better bankloop handling) 2020-11-22 22:09:23 -05:00
4am
b7643d2f98 shave some cycles (save/restore Y instead of recomputing) 2020-11-22 22:03:22 -05:00
4am
d97e22805f shave some cycles (split aux branch, use 80STORE mode for 1-STA bank switching) [thanks John B.] 2020-11-22 21:46:22 -05:00
4am
a3dc564852 shave some cycles (use 80STORE mode for 1-STA bank switching) [thanks John B.] 2020-11-22 21:12:40 -05:00
4am
fd4cd16936 shave some bytes 2020-11-22 18:58:07 -05:00
4am
4a60b564fb several new and updated DHGR precomputed effects 2020-11-22 18:32:19 -05:00
4am
4d2ea22158 shave some cycles (split auxmem LFSR to reduce bank switches) 2020-11-22 01:10:10 -05:00
4am
7ce75c9092 shave some cycles (front load end-of-loop comparisons) 2020-11-22 00:50:43 -05:00
4am
e3f65ff220 Revert "shave some cycles (branch farther during first part of effect)"
This reverts commit ac3ce18973.
2020-11-21 23:08:41 -05:00
4am
ac3ce18973 shave some cycles (branch farther during first part of effect) 2020-11-21 23:02:16 -05:00
4am
ab5d4a9b94 shave some cycles (refactor RESET/INC macros) 2020-11-21 21:07:09 -05:00
4am
ef30220aa4 shave some cycles (move and combine RESET and INC operations) 2020-11-21 20:34:18 -05:00
4am
abe5cdc25b shave some cycles (better A management allows us to remove an LDA in INC macro) 2020-11-21 19:02:58 -05:00
4am
1ab825a37e shave some cycles (eliminate first LDA) 2020-11-21 18:37:44 -05:00
4am
41cdf65542 shave some cycles (manage Y register better, simplify branch macro) 2020-11-21 18:26:19 -05:00
4am
b4d4fcfb2b shave some cycles (just copy full byte if copymask=11111111) 2020-11-21 18:00:51 -05:00
4am
fb7ab115d0 cleanup (don't copy HGR address tables to zero page, it's not any faster from there) 2020-11-21 17:41:19 -05:00
4am
9a1cceb49e shave some cycles (use X as cache for last dst address) 2020-11-21 17:17:19 -05:00
4am
2d0dbe2b75 shave some cycles (cache last dst for RESET) 2020-11-21 14:21:15 -05:00
4am
a0e82a2a13 shave some cycles (skip last INC before RESET) 2020-11-21 14:03:03 -05:00
4am
7a86b64325 shave some cycles (better Y management) 2020-11-21 13:44:59 -05:00
4am
fc71849da7 shave some cycles (Y already has the right value, just need to set flags) 2020-11-21 13:39:38 -05:00
4am
c0ea10b691 shave even more cycles by using direct branches where possible 2020-11-21 13:28:54 -05:00
4am
e0c3629a0a shave a metric boatload of cycles 2020-11-21 01:52:04 -05:00
4am
1e0351206f shave some cycles 2020-11-21 00:35:20 -05:00
4am
2da7d1c180 shave some cycles 2020-11-21 00:11:40 -05:00
4am
5336c78acb shave some cycles 2020-11-20 23:59:45 -05:00
4am
bfe84c5128 shave some cycles 2020-11-20 23:33:59 -05:00
4am
5e05736197 add DHGR soft diagonal effect 2020-11-20 18:17:06 -05:00
4am
3b1202c681 remove unused include 2020-11-20 17:45:05 -05:00
4am
347b8b0adb unrolled loops and other optimizations in soft diagonal effect 2020-11-20 12:27:21 -05:00
4am
57465a59af add DHGR flick effect 2020-11-20 11:29:04 -05:00
4am
658daab284 add DHGR diagonal effect 2020-11-20 01:18:39 -05:00
4am
fc95bfd8d1 add DHGR left-to-right-by-pixel effect 2020-11-19 20:39:22 -05:00
4am
9e175b6058 add DHGR two-pass L/R effect 2020-11-19 14:22:20 -05:00
Peter Ferrie
e04d4372a9 generate FOURSQUARE data at runtime 2020-11-18 19:05:43 -08:00
4am
9e491d4d39 add DHGR redlines effect 2020-11-18 21:40:17 -05:00
4am
dbbf21f455 generate ONESQUARE data at runtime 2020-11-18 19:25:17 -05:00
4am
3280b0c607 shave some bytes 2020-11-18 19:01:03 -05:00
4am
87f077d154 add DHGR bar dissolve effect 2020-11-18 15:21:06 -05:00
Peter Ferrie
afdaabfded fix white AND THEN FIZZLE THE PICTURE 2020-11-18 10:24:26 -08:00
Peter Ferrie
e96e8eb9cb migrate DHGR.RADIAL4 effect to external file 2020-11-18 09:35:10 -08:00
Peter Ferrie
26338f9a4e DHGR transform Iris to Ripple 2020-11-17 23:32:34 -08:00
4am
1064e55dae add DHGR 2bit fizzle 2020-11-18 00:52:55 -05:00
Peter Ferrie
16f4ecc717 fast dhgr.fizzle.white, upgrade radial5.white 2020-11-17 21:19:25 -08:00
4am
daa1989ede move 1bit ripple transformations to unused space at end of external data files 2020-11-17 23:42:18 -05:00
Peter Ferrie
6d8c459fa3 migrate DHGR.RADIAL5 effect to external file 2020-11-17 19:21:16 -08:00
4am
540c3c581a add EOF marker in code for non-radial precomputed DHGR effects 2020-11-17 21:25:34 -05:00
4am
d162b7fb65 load DHGR data from external files and transform it at runtime 2020-11-17 21:11:05 -05:00
Peter Ferrie
e7cfb4ce93 shave a byte 2020-11-16 12:21:28 -08:00
4am
3da76bc230 some cleanup 2020-11-15 23:51:37 -05:00
4am
f3ac2d62bb include EOF marker in 1-bit external files 2020-11-15 00:37:38 -05:00
4am
7c8b695829 migrate SWIRL effect to external file 2020-11-15 00:18:03 -05:00
4am
6fb322532a unbreak other radial effects 2020-11-15 00:05:14 -05:00
4am
f081417d42 migrate RADIAL5 effect to external file, and some more cleanup 2020-11-14 23:54:39 -05:00
4am
8befda92c1 migrate RADIAL4 effect to external file, and some cleanup 2020-11-14 23:47:14 -05:00