@MarX, post #1
@{b}Q. Can I make a movie with UAE?@{ub}
A. Yes you can. First you must use a native amiga screenmode (because my
iff-grab routine pokes in the chipram :(). Second, you need to define
ENV:UAEIFF to a proper filename. Then, UAE will save an IFF file at every
frame. For example if you: "setenv UAEIFF t:uae.%04d", UAE will create
t:uae.0000, t:uae.0001, t:uae.0002, ... If you forget the %d format
specifier, uae will add ".%05d" by default to the format. You can then
collect all those iff files into a single anim file using an appropriate
program (Rend24 by Thomas Krehbiel for example).
@MarX, post #1