Home
last modified time | relevance | path

Searched refs:SR_HDR_ID (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dsr.h147 #define SR_HDR_ID 0xace00000 macro
H A Dsr.c122 SR_WRITE_STRING(file, SR_HDR_ID, SR_ID); in suspend_cmd()
367 if (key == SR_HDR_ID) SR_READ_STRING(file, buf, len); in resume_cmd()
368 if (key != SR_HDR_ID || strcmp(buf, SR_ID)) in resume_cmd()