From 9b5d52e09e07ceda86d09d109773502b75ec684c Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 4 Nov 2021 21:39:42 -0400 Subject: [PATCH] plasma: one last opt --- graphics/hgr/plasma/moving.s | 7 ++++--- music/tiny_tracker/NOTES | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 music/tiny_tracker/NOTES diff --git a/graphics/hgr/plasma/moving.s b/graphics/hgr/plasma/moving.s index c56812ff..c3fe0488 100644 --- a/graphics/hgr/plasma/moving.s +++ b/graphics/hgr/plasma/moving.s @@ -96,17 +96,18 @@ create_yloop: ; restore values lda HGR_Y ; YY + tax calcsine_div4: lsr lsr ; 2 sec sbc FRAME - tax - lda sinetable,X + tay + lda sinetable,y sta row_sum_smc+1 - ldx HGR_Y ; YY +; ldx HGR_Y ; YY ldy #39 ; XX create_xloop: diff --git a/music/tiny_tracker/NOTES b/music/tiny_tracker/NOTES new file mode 100644 index 00000000..82092824 --- /dev/null +++ b/music/tiny_tracker/NOTES @@ -0,0 +1,4 @@ +peasant: + total = 856B + tracker = 310B + data = 546B $231-$F = 546