mirror of https://github.com/stella-emu/stella.git
Added ability to reset current game without reopening the same cartridge
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@361 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
4bd87ac26c
commit
a626c5bfbb
|
@ -682,6 +682,11 @@
|
|||
<td>Cmd + o</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Restart Current Cartridge (start new game)</td>
|
||||
<td>Cmd + r</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Quit Stella</td>
|
||||
<td>Cmd + q</td>
|
||||
|
|
Loading…
Reference in New Issue