mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
comment out debug messages
This commit is contained in:
parent
e0cf865b3a
commit
2507689e55
@ -41,7 +41,7 @@ static void FP_FASTAPASS(1) Write(uint8 V)
|
|||||||
{
|
{
|
||||||
// if(V&0x2)
|
// if(V&0x2)
|
||||||
bs=bss;
|
bs=bss;
|
||||||
printf("Write: %02x\n",V);
|
//printf("Write: %02x\n",V);
|
||||||
// boop=0xC0;
|
// boop=0xC0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,9 +27,9 @@ DECLFW(Mapper86_write)
|
|||||||
VROM_BANK8((V&3)|((V>>4)&4));
|
VROM_BANK8((V&3)|((V>>4)&4));
|
||||||
ROM_BANK32((V>>4)&3);
|
ROM_BANK32((V>>4)&3);
|
||||||
}
|
}
|
||||||
else
|
//else
|
||||||
//if(A!=0x6000)
|
//if(A!=0x6000)
|
||||||
printf("$%04x:$%02x\n",A,V);
|
//printf("$%04x:$%02x\n",A,V);
|
||||||
}
|
}
|
||||||
void Mapper86_init(void)
|
void Mapper86_init(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user