Mercurial > repos > blastem
diff ztestgen.c @ 2053:3414a4423de1 segacd
Merge from default
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 15 Jan 2022 13:15:21 -0800 |
parents | cd6f4cea97b6 |
children | 10c7f1e44c47 |
line wrap: on
line diff
--- a/ztestgen.c Sat Jan 05 00:58:08 2019 -0800 +++ b/ztestgen.c Sat Jan 15 13:15:21 2022 -0800 @@ -11,6 +11,7 @@ #include <sys/stat.h> #include <sys/types.h> #include <errno.h> +#include <time.h> extern z80inst z80_tbl_a[256]; extern z80inst z80_tbl_extd[0xC0-0x40]; @@ -530,6 +531,7 @@ int main(int argc, char ** argv) { + srand(time(NULL)); z80_gen_all(); return 0; }