dropped the compiled-in sound sample, loading from the filesystem
[dos_sbtest] / src / ausamples.s
diff --git a/src/ausamples.s b/src/ausamples.s
deleted file mode 100644 (file)
index e74c9e7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-       .data
-       .global _snd_click
-       .global _snd_click_size
-_snd_click:
-       .incbin "click-s8_mono.pcm"
-_snd_click_size: .long . - _snd_click