Inital test for the "lf em4x 410xsim / lf em4x 410xwatch" which I try to verify that the sim works.

Something about speed,  the clock detection is not so good.  should be 64,  usually 67..
This commit is contained in:
iceman1001
2014-10-27 19:46:21 +01:00
parent 1010aacca0
commit 2ae8a312e0
16 changed files with 379 additions and 39 deletions

View File

@@ -36,8 +36,10 @@ void AppendGraph(int redraw, int clock, int bit)
int ClearGraph(int redraw)
{
int gtl = GraphTraceLen;
GraphTraceLen = 0;
memset(GraphBuffer, 0x00, GraphTraceLen);
GraphTraceLen = 0;
if (redraw)
RepaintGraphWindow();