Home
last modified time | relevance | path

Searched refs:H_STANDARD_HIGH (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dconfig.h112 H_STANDARD_HIGH = 50, enumerator
H A Dmem.cpp184 SET_BYTE(H_STANDARD_HIGH, h_standard_high); in restart_header()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dconfig.h112 H_STANDARD_HIGH = 50, enumerator
H A Dmem.cpp184 SET_BYTE(H_STANDARD_HIGH, h_standard_high); in restart_header()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dfrotz.h206 #define H_STANDARD_HIGH 50 macro
H A Dfastmem.c195 SET_BYTE(H_STANDARD_HIGH, z_header.standard_high); in restart_header()