diff src/console/Spc_Emu.h @ 1037:c31e94fefd2a trunk

[svn] - upstream updates regarding handling of SPC700 instructions and runtime length issues.
author nenolod
date Tue, 15 May 2007 13:18:35 -0700
parents 986f098da058
children
line wrap: on
line diff
--- a/src/console/Spc_Emu.h	Sat May 12 17:06:13 2007 -0700
+++ b/src/console/Spc_Emu.h	Tue May 15 13:18:35 2007 -0700
@@ -31,7 +31,7 @@
 		byte date [11];
 		byte len_secs [3];
 		byte fade_msec [4];
-		char author [32];
+		char author [32]; // sometimes first char should be skipped (see official SPC spec)
 		byte mute_mask;
 		byte emulator;
 		byte unused2 [46];