mirror of https://github.com/stella-emu/stella.git
minor updates for dump and rewind/unwind
This commit is contained in:
parent
1341f07a36
commit
591506cc93
|
@ -662,7 +662,7 @@ clearsavestateifs - Clear all savestate points
|
|||
deltrap - Delete trap <xx>
|
||||
delwatch - Delete watch <xx>
|
||||
disasm - Disassemble address xx [yy lines] (default=PC)
|
||||
dump - Dump data at address <xx> [to yy] [0..7, dumps to file]
|
||||
dump - Dump data at address <xx> [to yy] [0 - 7] (dump to file options)
|
||||
exec - Execute script file <xx> [prefix]
|
||||
exitrom - Exit emulator, return to ROM launcher
|
||||
frame - Advance emulation by <xx> frames (default=1)
|
||||
|
@ -694,7 +694,7 @@ clearsavestateifs - Clear all savestate points
|
|||
print - Evaluate/print expression xx in hex/dec/binary
|
||||
ram - Show ZP RAM, or set address xx to yy1 [yy2 ...]
|
||||
reset - Reset system to power-on state
|
||||
rewind - Rewind state to last [xx] steps/traces/scanlines/frames...
|
||||
rewind - Rewind state by one or [xx] steps/traces/scanlines/frames...
|
||||
riot - Show RIOT timer/input status
|
||||
rom - Set ROM address xx to yy1 [yy2 ...]
|
||||
row - Mark 'ROW' range in disassembly
|
||||
|
@ -724,7 +724,7 @@ clearsavestateifs - Clear all savestate points
|
|||
type - Show disassembly type for address xx [yy]
|
||||
uhex - Toggle upper/lowercase HEX display
|
||||
undef - Undefine label xx (if defined)
|
||||
unwind - Unwind state to next [xx] steps/traces/scanlines/frames...
|
||||
unwind - Unwind state state by one or [xx] steps/traces/scanlines/frames...
|
||||
v - Overflow Flag: set (0 or 1), or toggle (no arg)
|
||||
watch - Print contents of address xx before every prompt
|
||||
x - Set X Register to value xx
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
<br><br><br>
|
||||
|
||||
<center><b>February 1999 - July 2017</b></center>
|
||||
<center><b>February 1999 - December 2017</b></center>
|
||||
<center><b>The Stella Team</b></center>
|
||||
<center><b><a href="https://stella-emu.github.io">Stella Homepage</a></b></center>
|
||||
|
||||
|
|
Loading…
Reference in New Issue