代码搜索:sync

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

代码结果 6,244
www.eeworm.com/read/309616/13667754

c keyb.c

#include "KEYB.h" uint8_t KB_GetChar(uint8_t Sync,uint8_t WaitRelease) { uint8_t kbin,i; START: kbin = 0; i = 0; KEYB_ROW_DDR |= (0x0f
www.eeworm.com/read/265314/11268633

mingw makefile.mingw

# -*- makefile -*- # Makefile for Windows with MinGW OBJS = class.o compiler.o database.o hashtab.o file.o symtab.o ttree.o rtree.o container.o \ cursor.o query.o wwwapi.o w32sock.o sync.o local
www.eeworm.com/read/340488/12153182

xcxzcs

#! /bin/sh CIN=/u/elbert/zliu/bin cp ../mod/sync.shot . >record ( rm -f DATA1 cz1in record 2>&1 rm -f PTRACES CZ2DAT suaddhead ns=301 ftn=1
www.eeworm.com/read/219324/14888000

c bmc_reset4in1.c

#include "..\..\DLL\d_UNIF.h" static struct { u8 Game; } Mapper; static void Sync (void) { MP->SetCHR_ROM8(0,Mapper.Game); MP->SetPRG_ROM16(0x8,Mapper.Game); MP->SetPRG_ROM16(0xC,Mapp
www.eeworm.com/read/219324/14888159

c mapper071.c

#include "..\DLL\d_iNES.h" static struct { u8 PRG; } Mapper; static void Sync (void) { MP->SetPRG_ROM16(0x8,Mapper.PRG); MP->SetPRG_ROM16(0xC,-1); MP->SetCHR_RAM8(0,0); } static v
www.eeworm.com/read/219324/14888166

c mapper060.c

#include "..\DLL\d_iNES.h" static struct { u8 Game; } Mapper; static void Sync (void) { MP->SetCHR_ROM8(0,Mapper.Game); MP->SetPRG_ROM16(0x8,Mapper.Game); MP->SetPRG_ROM16(0xC,Mapper.
www.eeworm.com/read/219324/14888174

c mapper065.c

#include "..\DLL\d_iNES.h" static struct { u8 IRQenabled, IRQcounter; u8 PRG[3]; u8 CHR[8]; u8 Mirror; } Mapper; static void Sync (void) { u8 x; MP->SetPRG_ROM8(0x8,Mapper.PRG[0])
www.eeworm.com/read/219324/14888219

c mapper073.c

#include "..\DLL\d_iNES.h" static struct { u8 IRQenabled; u16_n IRQcounter; u8 PRG; } Mapper; static void Sync (void) { MP->SetPRG_RAM8(0x6,0); MP->SetPRG_ROM16(0x8,Mapper.PRG); M
www.eeworm.com/read/219324/14888220

c mapper067.c

#include "..\DLL\d_iNES.h" static struct { u8 PRG; u8 CHR[4]; u8 Mirror; u16_n IRQcounter; u8 IRQenabled; u8 IRQpos; } Mapper; static void Sync (void) { MP->SetPRG_ROM16(0x8,Map
www.eeworm.com/read/219324/14888245

c mapper099.c

#include "..\DLL\d_iNES.h" static struct { PWriteFunc Write; u8 CHR; } Mapper; static void Sync (void) { MP->SetPRG_RAM8(0x6,0); MP->SetPRG_ROM32(0x8,0); MP->SetCHR_ROM8(0,Mapper.CH