home *** CD-ROM | disk | FTP | other *** search
-
- (*
- ** Converts crunched ansi formats (use TheDraw and save as Pascal/Crunched)
- ** to a screen-mode buffer. You can chose a textscreen as destenation, but
- ** also a buffer, which you can feed to m12h_txt2gfx (mode-12h-unit) to
- ** display the ansi-file in graphics-mode.
- **
- ** By Bas V. van Gaalen, taken from 'uncrunch' by Ian E. Davis.
- *)
-
- unit u_ansi;
-
- interface
-
- procedure ansi_2txt(const source,destenation; size:word);
-
- implementation
-
-