WonderWitch/IL/ResumeIL

From WSdev Wiki
Revision as of 12:01, 19 October 2024 by Asie (talk | contribs) (Created page with "== ResumeIL == ResumeIL is a library which augments the process suspend/resume functionality of the built-in ProcIL library to also archive the memory areas <code>0x4000 - 0xBFFF</code> (WSC expanded/4bpp tile memory) and <code>0xFE00 - 0xFFFF</code> (WSC palette memory). This is done by copying this memory to <code>/ram0/resume.dat</code>. === Limitations === - This approach only allows suspending and resuming one process.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ResumeIL

ResumeIL is a library which augments the process suspend/resume functionality of the built-in ProcIL library to also archive the memory areas 0x4000 - 0xBFFF (WSC expanded/4bpp tile memory) and 0xFE00 - 0xFFFF (WSC palette memory). This is done by copying this memory to /ram0/resume.dat.

Limitations

- This approach only allows suspending and resuming one process.