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_blue.asm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 audio_blue.asm (limited to 'audio_blue.asm') diff --git a/audio_blue.asm b/audio_blue.asm new file mode 100644 index 00000000..53e37a2d --- /dev/null +++ b/audio_blue.asm @@ -0,0 +1,2 @@ +INCLUDE "blue.asm" +INCLUDE "audio.asm" -- cgit v1.3.1-sl0p