Skip to content

Commit

Permalink
very basic pulses work, sort of
Browse files Browse the repository at this point in the history
  • Loading branch information
shicks committed Jan 7, 2016
1 parent 2cd7729 commit c5b495f
Show file tree
Hide file tree
Showing 15 changed files with 1,069 additions and 847 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
test4.compiled.js: bufferedaudionode.js stepgeneratornode.js test4.js Makefile
{ java -jar ~/Downloads/compiler.jar --js=bufferedaudionode.js --js=stepgeneratornode.js --js=test4.js --language_in=ES6_STRICT --language_out=ES5_STRICT --create_source_map=test4.srcmap --jscomp_warning=checkTypes --jscomp_warning=checkVars; echo "//# sourceMappingURL=test4.srcmap"; } >| test4.compiled.js

nes.compiled.js: clock.js mem.js apu/apu.js apu/pulse.js apu/envelope.js cpu.js nsf.js stepgeneratornode.js bufferedaudionode.js nsfplayer.js Makefile
{ java -jar ~/Downloads/compiler.jar --js=clock.js --js=mem.js --js=apu/apu.js --js=apu/pulse.js --js=apu/envelope.js --js=cpu.js --js=nsf.js --js=bufferedaudionode.js --js=stepgeneratornode.js --js=nsfplayer.js --language_in=ES6_STRICT --language_out=ES5_STRICT --create_source_map=nes.srcmap --jscomp_warning=checkTypes --jscomp_warning=checkVars; echo "//# sourceMappingURL=nes.srcmap"; } >| nes.compiled.js
182 changes: 0 additions & 182 deletions apu-pulse.js

This file was deleted.

36 changes: 0 additions & 36 deletions apu-unit.js

This file was deleted.

141 changes: 0 additions & 141 deletions apu.js

This file was deleted.

Loading

0 comments on commit c5b495f

Please sign in to comment.