X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fynorsim.c;fp=direct%2Fynorsim.c;h=f18eac03c3c9f524ea4ce573b3c793f64b9a824d;hp=723b72b453b30f0c0d39e659782efe579d197b2e;hb=a90266d26463b8473743165376ba98b04353c64a;hpb=f8021b6b5a5f5d9b407c9be95f96da6999cdc247 diff --git a/direct/ynorsim.c b/direct/ynorsim.c index 723b72b..f18eac0 100644 --- a/direct/ynorsim.c +++ b/direct/ynorsim.c @@ -19,7 +19,7 @@ */ //#define YNORSIM_BIT_CHANGES 15 -#define YNORSIM_BIT_CHANGES 1 +#define YNORSIM_BIT_CHANGES 2 #if 0 /* Simulate 32MB of flash in 256k byte blocks. @@ -94,7 +94,7 @@ static void ynorsim_Ready(void) return; srand(random_seed); remaining_ops = 1000000000; - remaining_ops = (rand() % 10000) * 300 * YNORSIM_BIT_CHANGES; + remaining_ops = (rand() % 10000) * 4000 * YNORSIM_BIT_CHANGES; ynorsim_RestoreImage(); }