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

@@ -116,7 +116,7 @@ static DECLFR(A2002_Topgun) {
return((OldReadPPU(A) & ~0x3F) | 0x1B);
}
static DECLFR(A2002_MBJ) { // Mighty Bomb Jack
static DECLFR(A2002_MBJ) { /* Mighty Bomb Jack */
return((OldReadPPU(A) & ~0x3F) | 0x3D);
}