Refinement of earlier MSVC fix
This commit is contained in:
@@ -62,12 +62,10 @@ static void COOLBOYPW(uint32 A, uint8 V) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static DECLFW(COOLBOYWrite) {
|
static DECLFW(COOLBOYWrite) {
|
||||||
#ifdef _MSC_VER
|
|
||||||
uint32_t base;
|
uint32_t base;
|
||||||
#else
|
|
||||||
uint32 base;
|
if((EXPREGS[3] & 0x80) == 0)
|
||||||
#endif
|
{
|
||||||
if((EXPREGS[3] & 0x80) == 0) {
|
|
||||||
EXPREGS[A & 3] = V;
|
EXPREGS[A & 3] = V;
|
||||||
FixMMC3PRG(MMC3_cmd);
|
FixMMC3PRG(MMC3_cmd);
|
||||||
FixMMC3CHR(MMC3_cmd);
|
FixMMC3CHR(MMC3_cmd);
|
||||||
|
|||||||
Reference in New Issue
Block a user