summaryrefslogtreecommitdiff
path: root/apps/codecs/sgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/sgc.c')
-rw-r--r--apps/codecs/sgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/sgc.c b/apps/codecs/sgc.c
index e5f0299980..2f1f3f88bc 100644
--- a/apps/codecs/sgc.c
+++ b/apps/codecs/sgc.c
@@ -10,7 +10,7 @@ CODEC_HEADER
10#define CHUNK_SIZE (1024*2) 10#define CHUNK_SIZE (1024*2)
11 11
12static int16_t samples[CHUNK_SIZE] IBSS_ATTR; 12static int16_t samples[CHUNK_SIZE] IBSS_ATTR;
13static struct Sgc_Emu sgc_emu IDATA_ATTR CACHEALIGN_ATTR; 13static struct Sgc_Emu sgc_emu;
14 14
15/* Coleco Bios */ 15/* Coleco Bios */
16/* Colecovision not supported yet 16/* Colecovision not supported yet