From 53470c2c47a9efd2307fbc30db7641e38882f9f7 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sun, 22 Sep 2013 20:44:15 +0000 Subject: web: load and save states [Firehawke] --- web/commands.html | 2 ++ web/index.html | 1 + web/loadstate.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ web/savestate.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 91 insertions(+) create mode 100644 web/loadstate.html create mode 100644 web/savestate.html (limited to 'web') diff --git a/web/commands.html b/web/commands.html index 53fb2a3f7fe..3fc3fb7822a 100644 --- a/web/commands.html +++ b/web/commands.html @@ -1,4 +1,6 @@ Toggle Pause Soft reset Hard reset +Save State +Load State Exit diff --git a/web/index.html b/web/index.html index f315485b1ef..554f13c2ecb 100644 --- a/web/index.html +++ b/web/index.html @@ -170,3 +170,4 @@ + diff --git a/web/loadstate.html b/web/loadstate.html new file mode 100644 index 00000000000..954b2bb33f6 --- /dev/null +++ b/web/loadstate.html @@ -0,0 +1,44 @@ +Select position to load from + +
+Cancel +Autosave Slot +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F +G +H +I +J +K +L +M +N +O +P +Q +R +S +T +U +V +W +X +Y +Z + +
+ diff --git a/web/savestate.html b/web/savestate.html new file mode 100644 index 00000000000..cfdf7fe40aa --- /dev/null +++ b/web/savestate.html @@ -0,0 +1,44 @@ +Select position to save to + +
+Cancel +Autosave Slot +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F +G +H +I +J +K +L +M +N +O +P +Q +R +S +T +U +V +W +X +Y +Z + +
+ -- cgit v1.2.3-70-g09d2