| 160 | static GameEntry *Games; |
| 161 | |
| 162 | static 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 | |
| 170 | static uint32 de32(uint8 *morp) |
| 171 | { |
no outgoing calls
no test coverage detected