代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/219324/14888024

c bmc_1991superhik7in1.c

#include "..\..\DLL\d_UNIF.h" #include "..\..\Hardware\h_MMC3.h" static struct { u8 WhichGame; } Mapper; static void Sync (void) { MMC3_SyncMirror(); MMC3_SyncPRG((Mapper.WhichGame ==
www.eeworm.com/read/219324/14888061

c h_mmc4.c

#include "h_MMC4.h" static TMMC4 MMC4; void MMC4_Init (void (*Sync)(void)) { u8 x; for (x = 0; x < 2; x++) { MMC4.LatchState[x] = 0xFE; MMC4.Latch0[x] = 0; MMC4.Latch1[x] = 0;
www.eeworm.com/read/219324/14888097

c h_mmc2.c

#include "h_MMC2.h" static TMMC2 MMC2; void MMC2_Init (void (*Sync)(void)) { u8 x; for (x = 0; x < 2; x++) { MMC2.LatchState[x] = 0xFE; MMC2.Latch0[x] = 0; MMC2.Latch1[x] = 0;
www.eeworm.com/read/219324/14888114

c h_74xx.c

#include "h_74xx.h" T_74xx _74xx; void _74xx_Init (void (*Sync)(void), BOOL Reset, BOOL BusConflicts) { u8 x; for (x = 0x8; x SetWriteHandler(x,_74xx_Write); if (Reset
www.eeworm.com/read/219324/14888124

c mapper041.c

#include "..\DLL\d_iNES.h" static struct { u8 Reg0, Reg1; } Mapper; static void Sync (void) { if (Mapper.Reg0 & 0x20) MP->Mirror_H(); else MP->Mirror_V(); MP->SetPRG_ROM32(0x8,Mapp
www.eeworm.com/read/219324/14888143

c mapper140.c

#include "..\DLL\d_iNES.h" static struct { u8 Latch; } Mapper; static void Sync (void) { MP->SetCHR_ROM8 ( 0,(Mapper.Latch >> 0) & 0xF); MP->SetPRG_ROM32(0x8,(Mapper.Latch >> 4) & 0xF)
www.eeworm.com/read/219324/14888148

c mapper184.c

#include "..\DLL\d_iNES.h" #include "..\Hardware\h_74xx.h" static struct { u8 Latch; } Mapper; static void Sync (void) { MP->SetPRG_ROM16(0x8,0); MP->SetPRG_ROM16(0xC,-1); MP->SetCHR
www.eeworm.com/read/219324/14888150

c mapper151.c

#include "..\DLL\d_iNES.h" static struct { u8 PRG[3], CHR[2]; } Mapper; static void Sync (void) { MP->SetPRG_ROM8(0x8,Mapper.PRG[0]); MP->SetPRG_ROM8(0xA,Mapper.PRG[1]); MP->SetPRG_RO
www.eeworm.com/read/219324/14888191

c mapper189.c

#include "..\DLL\d_iNES.h" #include "..\Hardware\h_MMC3.h" static struct { u8 Latch; PWriteFunc Write4; } Mapper; static void Sync (void) { MP->SetPRG_ROM32(0x8,Mapper.Latch); MMC3_S
www.eeworm.com/read/219324/14888209

c mapper047.c

#include "..\DLL\d_iNES.h" #include "..\Hardware\h_MMC3.h" static struct { u8 Reg; } Mapper; static void Sync (void) { MMC3_SyncMirror(); MMC3_SyncPRG(0xF,Mapper.Reg