Go to file
Aaron Giles 86dd599aa8 Added uncompressed AVI recording. Extended aviio to be able
to write RGB bitmaps. Unfortunately, the only option is fully
uncompressed, which means the resulting AVIs are *HUGE* and
may not play correctly in realtime due to high data rate. The
intention is that these uncompressed AVIs are post-processed
by other utilities to compress the video and produce a
realtime playable result.

Added new command-line option -aviwrite which works just like
-mngwrite, except it produces AVIs and streams sound to them.
Updated documentation accordingly.

Shift+F12 still produces MNGs for now, though this might change
in the future.

Modified fileio.c to retain the full pathname to the file so
that it can be queried while the file is open.
2008-05-13 03:02:11 +00:00
docs Added uncompressed AVI recording. Extended aviio to be able 2008-05-13 03:02:11 +00:00
src Added uncompressed AVI recording. Extended aviio to be able 2008-05-13 03:02:11 +00:00
.gitattributes Added CDP1852 I/O buffer chip, and used it in Altair/Draco. 2008-05-12 16:10:28 +00:00
makefile New universal dynamic recompiler system. The central module 2008-05-11 22:15:13 +00:00