Start undoing C++ comments
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "mmc3.h"
|
||||
|
||||
static DECLFW(UNLKOF97CMDWrite) {
|
||||
V = (V & 0xD8) | ((V & 0x20) >> 4) | ((V & 4) << 3) | ((V & 2) >> 1) | ((V & 1) << 2); //76143502
|
||||
V = (V & 0xD8) | ((V & 0x20) >> 4) | ((V & 4) << 3) | ((V & 2) >> 1) | ((V & 1) << 2); /* 76143502 */
|
||||
if (A == 0x9000) A = 0x8001;
|
||||
MMC3_CMDWrite(A, V);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user