Skip to content

Commit

Permalink
v0.05wip11
Browse files Browse the repository at this point in the history
  • Loading branch information
pinobatch committed Mar 14, 2019
1 parent 65fbb65 commit 526a20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.05wip11 (future)
0.05wip11 (2019-03-14)
* Attack track allows grace notes (#35, reported by retrodpc)
* Channel volume in attack track is ignored rather than clobbering
another variable (#35, reported by retrodpc)
Expand Down
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# These are used in the title of the NES program and the zip file.
title := pently
version := 0.05wip10
version := 0.05wip11

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


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

0 comments on commit 526a20f

Please sign in to comment.