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>
|
deltrap - Delete trap <xx>
|
||||||
delwatch - Delete watch <xx>
|
delwatch - Delete watch <xx>
|
||||||
disasm - Disassemble address xx [yy lines] (default=PC)
|
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]
|
exec - Execute script file <xx> [prefix]
|
||||||
exitrom - Exit emulator, return to ROM launcher
|
exitrom - Exit emulator, return to ROM launcher
|
||||||
frame - Advance emulation by <xx> frames (default=1)
|
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
|
print - Evaluate/print expression xx in hex/dec/binary
|
||||||
ram - Show ZP RAM, or set address xx to yy1 [yy2 ...]
|
ram - Show ZP RAM, or set address xx to yy1 [yy2 ...]
|
||||||
reset - Reset system to power-on state
|
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
|
riot - Show RIOT timer/input status
|
||||||
rom - Set ROM address xx to yy1 [yy2 ...]
|
rom - Set ROM address xx to yy1 [yy2 ...]
|
||||||
row - Mark 'ROW' range in disassembly
|
row - Mark 'ROW' range in disassembly
|
||||||
|
@ -724,7 +724,7 @@ clearsavestateifs - Clear all savestate points
|
||||||
type - Show disassembly type for address xx [yy]
|
type - Show disassembly type for address xx [yy]
|
||||||
uhex - Toggle upper/lowercase HEX display
|
uhex - Toggle upper/lowercase HEX display
|
||||||
undef - Undefine label xx (if defined)
|
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)
|
v - Overflow Flag: set (0 or 1), or toggle (no arg)
|
||||||
watch - Print contents of address xx before every prompt
|
watch - Print contents of address xx before every prompt
|
||||||
x - Set X Register to value xx
|
x - Set X Register to value xx
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
<br><br><br>
|
<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>The Stella Team</b></center>
|
||||||
<center><b><a href="https://stella-emu.github.io">Stella Homepage</a></b></center>
|
<center><b><a href="https://stella-emu.github.io">Stella Homepage</a></b></center>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue