Dec 052017
Good pascal code and executable with asm for graphical “flames”. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
FLAMES.PAS | 2989 | 1147 | deflated |
FLAMES.TXT | 1308 | 682 | deflated |
FLAMES5.MAP | 3328 | 356 | deflated |
Download File FLAMES.ZIP Here
Contents of the FLAMES.TXT file
FLAMES by M.D.Mackey
This source recreates the 'flame' effect seen at the end of the Inconexia
demo by Iguana, but at a higher resolution. It is released into the public
domain and may be freely modified and distributed. Acknowledgement would
be nice if this code were actually used in anything, however :). Thanks
to Daniel Sjoberg for info on how to set the palette (int 10h function 10h
don't work. Probably can't get the wood, you know).
The code is Turbo Pascal 6.0 and inline assembler, but should be readily
portable to pretty much anything. It's probably not really optimised:
if anyone wants to hack around with it, speed it up, maybe even get it
working in 320*300 at a decent rate, then by all means do so and let me have
a copy. OK, I admit, it's very kludgy at the moment, but it's 'midnight code'
(i.e written on the downslide from a caffeine high at 1 am), so what do you
expect? No FLAMES, please :).
Mark.
-----------------------------------------------------------------------------
Mark Mackey | "I was one of the sheep!" "Flossie?" "Yes!" "But
[email protected]| didn't we..." "Yes, Lord Melchard! Baaaaa!"
-----------------------------------------------------------------------------
This source recreates the 'flame' effect seen at the end of the Inconexia
demo by Iguana, but at a higher resolution. It is released into the public
domain and may be freely modified and distributed. Acknowledgement would
be nice if this code were actually used in anything, however :). Thanks
to Daniel Sjoberg for info on how to set the palette (int 10h function 10h
don't work. Probably can't get the wood, you know).
The code is Turbo Pascal 6.0 and inline assembler, but should be readily
portable to pretty much anything. It's probably not really optimised:
if anyone wants to hack around with it, speed it up, maybe even get it
working in 320*300 at a decent rate, then by all means do so and let me have
a copy. OK, I admit, it's very kludgy at the moment, but it's 'midnight code'
(i.e written on the downslide from a caffeine high at 1 am), so what do you
expect? No FLAMES, please :).
Mark.
-----------------------------------------------------------------------------
Mark Mackey | "I was one of the sheep!" "Flossie?" "Yes!" "But
[email protected]| didn't we..." "Yes, Lord Melchard! Baaaaa!"
-----------------------------------------------------------------------------
December 5, 2017
Add comments