MCPcopy Create free account
hub / github.com/TASEmulators/fceux / en32

Function en32

fceux-server/server.cpp:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160static GameEntry *Games;
161
162static void en32(uint8 *buf, uint32 morp)
163{
164 buf[0]=morp;
165 buf[1]=morp>>8;
166 buf[2]=morp>>16;
167 buf[3]=morp>>24;
168}
169
170static uint32 de32(uint8 *morp)
171{

Callers 2

SendToAllFunction · 0.70
TextToClientFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected