mirror of https://github.com/stella-emu/stella.git
Several updates to the changelog:
- fixed formatting - moved mention of 'Continuous rewind' near the top of the list, since it's a major new feature
This commit is contained in:
parent
770e15f380
commit
984e304f43
|
@ -23,6 +23,10 @@
|
|||
- improved cycle count (page penalties, sums created in disassembly)
|
||||
- improved handling of instruction masking opcodes (e.g. BIT)
|
||||
|
||||
* Added "Continuous Rewind" mode, which automatically creates save states
|
||||
in user-defined intervals. The user can navigate back and forth within
|
||||
these states inside the emulator and the debugger.
|
||||
|
||||
* Fixed Genesis controller autodetect (Stay Frosty 2, Scramble, etc).
|
||||
|
||||
* Fixed a bug in ystart autodetection that could cause screen jumps.
|
||||
|
@ -68,10 +72,6 @@
|
|||
dialog. These settings now come in two groups (player/developer) and
|
||||
allow switching all settings at once.
|
||||
|
||||
* Added "Continuous Rewind" mode, which automatically creates save states
|
||||
in user-defined intervals. The user can navigate back and forth within
|
||||
these states inside the emulator and the debugger.
|
||||
|
||||
* Improved tab auto-complete in debugger
|
||||
|
||||
* Added conditional traps and savestate creation to debugger
|
||||
|
|
Loading…
Reference in New Issue