Allow a machine's 'resume' property to be set by the web page, not just the machine file

This commit is contained in:
Jeff Parsons 2017-01-28 23:22:16 -08:00 committed by Jeff Parsons
commit 7157c7e7b8
9 changed files with 52 additions and 38 deletions

View file

@ -351,6 +351,7 @@ MarkOut.aHTMLEntities = {
* 'messages' (eg, "disk")
* 'autopower' (eg, true)
* 'autostart' (eg, true)
* 'resume' (eg, "0", "1", "2", "3", or "state.json")
*
* and any other string-based property you wish to pass through to PCjs (via the embedPC() sParms parameter).
*