Home
last modified time | relevance | path

Searched refs:PopRAMsize (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Dcheat.c383 pack_fread (PopRAM, PopRAMsize, fp); in loadgame()
468 pack_fread (PopRAM, PopRAMsize, fp); in loadgame()
572 pack_fwrite (PopRAM, PopRAMsize, fp); in savegame()
634 pack_fwrite (PopRAM, PopRAMsize, fp); in savegame()
H A Dpce.h178 extern const UInt32 PopRAMsize;
H A Dpce.c55 const UInt32 PopRAMsize = 0x8000; variable
3047 if (!(PopRAM = (UChar *) malloc (PopRAMsize))) in InitPCE()