Refinement of earlier MSVC fix

This commit is contained in:
twinaphex
2015-01-05 02:32:24 +01:00
parent 3caeea7a30
commit b98ebfafb8

View File

@@ -62,12 +62,10 @@ static void COOLBOYPW(uint32 A, uint8 V) {
}
static DECLFW(COOLBOYWrite) {
#ifdef _MSC_VER
uint32_t base;
#else
uint32 base;
#endif
if((EXPREGS[3] & 0x80) == 0) {
if((EXPREGS[3] & 0x80) == 0)
{
EXPREGS[A & 3] = V;
FixMMC3PRG(MMC3_cmd);
FixMMC3CHR(MMC3_cmd);