summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/gb_cpu_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/gb_cpu_run.h')
-rw-r--r--apps/codecs/libgme/gb_cpu_run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/gb_cpu_run.h b/apps/codecs/libgme/gb_cpu_run.h
index 86f06fa859..1ea8b59249 100644
--- a/apps/codecs/libgme/gb_cpu_run.h
+++ b/apps/codecs/libgme/gb_cpu_run.h
@@ -172,7 +172,7 @@ loop:
172 172
173#define GET_ADDR() GET_LE16( instr ) 173#define GET_ADDR() GET_LE16( instr )
174 174
175 static byte const instr_times [256*2] ICONST_ATTR = { 175 static byte const instr_times [256*2] = {
176 // 0 1 2 3 4 5 6 7 8 9 A B C D E F 176 // 0 1 2 3 4 5 6 7 8 9 A B C D E F
177 4,12, 8, 8, 4, 4, 8, 4,20, 8, 8, 8, 4, 4, 8, 4,// 0 177 4,12, 8, 8, 4, 4, 8, 4,20, 8, 8, 8, 4, 4, 8, 4,// 0
178 4,12, 8, 8, 4, 4, 8, 4,12, 8, 8, 8, 4, 4, 8, 4,// 1 178 4,12, 8, 8, 4, 4, 8, 4,12, 8, 8, 8, 4, 4, 8, 4,// 1