diff --git a/Changes.txt b/Changes.txt index 0a1179454..c9b902582 100644 --- a/Changes.txt +++ b/Changes.txt @@ -14,15 +14,14 @@ 6.2.1 to 6.3 (XXXX XX, 2020) - * Fix bug when taking fullscreen snapshots; the dimensions were sometimes - cut off. - * Added autofire. * Added new interface palette 'Dark'. (TODO: DOC) * Extended global hotkeys for debug options. + * Added option to playback a game using the Time Machine + * Allow taking snapshots from within Time Machine dialog * Added ability to access most files that Stella uses from within a ZIP @@ -36,6 +35,9 @@ * Replaced "Re-disassemble" with "Disassemble @ current line" in debugger + * Fix bug when taking fullscreen snapshots; the dimensions were sometimes + cut off. + -Have fun! diff --git a/docs/graphics/timemachine.png b/docs/graphics/timemachine.png index 269005fe8..fc2237abf 100644 Binary files a/docs/graphics/timemachine.png and b/docs/graphics/timemachine.png differ diff --git a/docs/index.html b/docs/index.html index 82fe5364b..49e4c50bc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1819,6 +1819,11 @@
Bottom row (left to right)
Item | Description |
---|---|
Current time | Shows the time of the currently selected status, + |
Current time | Shows the time of the currently selected state, relative to the first one |
'Start/Stop' button | Starts or stops the Time Machine |
'Continue' button | Exits the dialog and continues emulation |
'Exit' button | Exits the dialog and continues emulation, starting at current state |
'Rewind All' button | Navigates back to the begin of the timeline |
'Rewind One' button | Navigates back by one state |
'Playback' button | Starts playback, starting at the current state (with sound disabled) |
'Unwind One' button | Navigates forward by one state |
'Unwind All' button | Navigates forward to the end of the timeline |
'Save All' button | Saves all Time Machine states to disk |