diff options
Diffstat (limited to 'src/all.c')
-rw-r--r-- | src/all.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ typedef struct { #define MEM_SIZE (1<<16) #define GRIDWIDTH 16 #define GRIDHEIGHT 16 -#define TICK_LENGTH 1000 +#define TICK_LENGTH 200 typedef struct { char *start; |