extern int Mem_Realloc(int);
extern int Sound_Init(void);
void Emitter_Alloc(void)
{
  int *slot = (int *)0x02000130;
  int p = Mem_Realloc(76);
  *slot = Sound_Init(p);
}
