diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-18 16:48:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-18 16:48:17 +0100 |
commit | 62ca957c6e3f20819cb4cd179bd3787f94f07af1 (patch) | |
tree | d59fb5f9d0d2841b25230276d623536ce7ca12c5 /src/display.h | |
parent | 1650e2ffbbd3943942d01aacb8c487c361df282a (diff) |
comments
Diffstat (limited to 'src/display.h')
-rw-r--r-- | src/display.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/display.h b/src/display.h index aac64dd..ef133a0 100644 --- a/src/display.h +++ b/src/display.h @@ -199,8 +199,10 @@ class Display { /** * Update display content. * Checks current_anim->speed and current_anim->type and scrolls - * the text / advances a frame when appropriate. Does nothing - * otherwise. + * the text / advances a frame when appropriate. Also uses + * Storage::loadChunk() to load the next 128 pattern bytes if + * current_anim->length is greater than 128 and the end of the + * 128 byte pattern buffer is reached. */ void update(void); |