Use C-comment style

This commit is contained in:
retro-wertz
2017-10-15 03:13:11 +08:00
parent ebca2248d0
commit 52c8155dee
33 changed files with 441 additions and 408 deletions

View File

@@ -22,7 +22,7 @@
#define _FCEU_NSF_H
typedef struct {
char ID[5]; // NESM^Z
char ID[5]; /* NESM^Z */
uint8 Version;
uint8 TotalSongs;
uint8 StartingSong;
@@ -35,9 +35,9 @@ typedef struct {
uint8 SongName[32];
uint8 Artist[32];
uint8 Copyright[32];
uint8 NTSCspeed[2]; // Unused
uint8 NTSCspeed[2]; /* Unused */
uint8 BankSwitch[8];
uint8 PALspeed[2]; // Unused
uint8 PALspeed[2]; /* Unused */
uint8 VideoSystem;
uint8 SoundChip;
uint8 Expansion[4];