From ec59074ba6fe518ab670829df4dc1e1338110139 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 8 Nov 2009 22:32:36 +0000 Subject: [PATCH] update Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@648 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/VGA_ctrl/todo.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/VGA_ctrl/todo.txt b/lib/VGA_ctrl/todo.txt index 6a964e3..7cc2cc4 100644 --- a/lib/VGA_ctrl/todo.txt +++ b/lib/VGA_ctrl/todo.txt @@ -4,6 +4,7 @@ - Make screen width, screen height and FPS register readable (done 2009-11-04) 2009-11-08 -Double-buffering to reduce artifacts on buffer write by host and buffer read by VGA master. -- currently double-buffer can only be updatetd if msten = 0. Buffer updates should be always possible +- Double-buffering to reduce artifacts on buffer write by host and buffer read by VGA master. + currently double-buffer can only be updatetd if msten = 0. Buffer updates should be always possible for large screen change, which need more time than one frame. +- VGA-INT every n-th buffer change?