Go to file
Aaron Giles 67db0742f0 Added TOKEN_SKIP_* macros to tokenize.h.
Changed error reporting during input port detokenization to fill a buffer
rather than fatalerror-ing immediately. Should now properly skip over
any invalid tokens.

Enhanced error detection during input port detokenization to catch 
duplicate bits. There are a lot of these!

Updated initialization code to print errors and fatal only if the input
ports were unable to be constructed at all.
2008-05-25 21:24:19 +00:00
docs Added uncompressed AVI recording. Extended aviio to be able 2008-05-13 03:02:11 +00:00
src Added TOKEN_SKIP_* macros to tokenize.h. 2008-05-25 21:24:19 +00:00
.gitattributes Fixed memory access in the 80286 cpu core which made i286.h obsolete. Changed CPUINFO_INT_MAX_INSTRUCTION_BYTES to prevent crashes during disassembly. 2008-05-24 15:14:12 +00:00
makefile New universal dynamic recompiler system. The central module 2008-05-11 22:15:13 +00:00