summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/usingmame/defaultkeys.rst
Commit message (Collapse)AuthorAgeFilesLines
* allow repeating elements and groups - useful if you need e.g. a lot of ↵ Vas Crabb2018-07-221-13/+13
| | | | numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-1/+2
| | | | | | | | | | | | | - reset scheduler savestate to what it was for years before rewind -- changing saved variables should be done after thorough testing. right now, adding some vars breaks some machines, adding other vars breaks others - switch to megabyte-wise capacity -- savestate size greatly differs between machines, relying on state count is unstable - switch to internal indexing -- no longer depends on inaccurate machine time - rewind accelerator key in debugger (Ctrl+F11) - report capacity hit (once), with some useful info - make error reports saner - mention rewind and rewind_capacity in the docs
* Added documentation to main tree (nw) Miodrag Milanovic2016-08-241-0/+105