From 10bb09c4e210ab8d922081a221ce4833b5d50def Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 9 Jan 2014 02:59:53 -0500 Subject: split audio components into audio_red.o and audio_blue.o --- audio_red.asm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 audio_red.asm (limited to 'audio_red.asm') 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" -- cgit v1.3.1-sl0p