diff options
author | yenatch <yenatch@gmail.com> | 2014-01-09 02:59:53 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-09 13:52:12 -0500 |
commit | 10bb09c4e210ab8d922081a221ce4833b5d50def (patch) | |
tree | 51f887e4fc61663a47bf6f81c974ce1e48432596 /audio_red.asm | |
parent | 5acb7d8294525c63b9cc5bf66229f6ca2ab9847f (diff) |
split audio components into audio_red.o and audio_blue.o
Diffstat (limited to 'audio_red.asm')
-rw-r--r-- | audio_red.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio_red.asm b/audio_red.asm new file mode 100644 index 00000000..6c90a7c1 --- /dev/null +++ b/audio_red.asm @@ -0,0 +1,2 @@ +INCLUDE "red.asm" +INCLUDE "audio.asm" |