From 50fc9a6733c26e2b9500aef7f94407da39e85b93 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Fri, 15 Dec 2017 19:06:06 +0100 Subject: [PATCH] doc updated for _cycles pseudo-register --- Changes.txt | 7 +++++-- docs/debugger.html | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index 74c0c0e7e..4981d09d3 100644 --- a/Changes.txt +++ b/Changes.txt @@ -86,12 +86,15 @@ * Added 'Options...' button to debugger which gives access to the options menu during debugging. - * Added debugger pseudo-register '_fcycles', which gives the number of - CPU cycles that have occurred since the frame started. + * Added debugger pseudo-register '_cycles', which gives the number of + CPU cycles of the last instruction. * Added debugger pseudo-register '_cyclesLo' and '_cyclesHi', which give the number of CPU cycles that have occurred since emulation started. + * Added debugger pseudo-register '_fcycles', which gives the number of + CPU cycles that have occurred since the frame started. + * Extended debugger 'dump' command to take a second argument, indicating the end of the range to dump data. diff --git a/docs/debugger.html b/docs/debugger.html index 29d9f5d36..08bb9149f 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -738,6 +738,7 @@ that holds 'number of scanlines' on an actual console).

FunctionDescription _bank Currently selected bank _cclocks Color clocks on a scanline + _cycles Number of cycles of last instruction _cycleshi Higher 32 bits of number of cycles since emulation started _cycleslo Lower 32 bits of number of cycles since emulation started _fcount Number of frames since emulation started