master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
Showing only changes of commit 16adace210 - Show all commits

View File

@ -38,7 +38,8 @@ namespace VirtualNes.Core
|| crc == 0xCEB65B06) || crc == 0xCEB65B06)
{ // Battletoads Double Dragon (U) { // Battletoads Double Dragon (U)
nes.SetRenderMethod( EnumRenderMethod.PRE_ALL_RENDER); nes.SetRenderMethod( EnumRenderMethod.PRE_ALL_RENDER);
::memset(WRAM, 0, sizeof(WRAM)); //::memset(WRAM, 0, sizeof(WRAM));
MemoryUtility.ZEROMEMORY(WRAM, WRAM.Length);
} }
} }