Skip to content

Commit 526a20f

Browse files
committed
v0.05wip11
1 parent 65fbb65 commit 526a20f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.05wip11 (future)
1+
0.05wip11 (2019-03-14)
22
* Attack track allows grace notes (#35, reported by retrodpc)
33
* Channel volume in attack track is ignored rather than clobbering
44
another variable (#35, reported by retrodpc)

makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# These are used in the title of the NES program and the zip file.
1313
title := pently
14-
version := 0.05wip10
14+
version := 0.05wip11
1515

1616
# Name of Pently score for main targets "pently.nes" and "pently.nsf"
1717
# is audio/$(scorename).pently, such as audio/musicseq.pently.
@@ -162,7 +162,6 @@ $(objdir)/%.ftm.txt: audio/%.0cc
162162
$(objdir)/%.pently: $(objdir)/%.ftm.txt
163163
$(FT2P) -i $< -o $@
164164

165-
166165
$(objdir)/%.s: tools/pentlyas.py $(objdir)/%.pently
167166
$(PY) $^ -o $@ --write-inc $(@:.s=-titles.inc) --periods 76
168167
$(objdir)/%-rmarks.s: tools/pentlyas.py $(objdir)/%.pently

0 commit comments

Comments
 (0)