Commit graph

5 commits

Author SHA1 Message Date
Gered 5291c7a2de update fdemo to build under watcom
stable build, no crashes, though some timing and/or game speed seems
off (slower) versus original executables from the book's cd
2019-11-02 14:29:31 -04:00
Gered 83aaf0d5b9 update acklib to build under watcom
borland conditionals have been removed. asm sources converted fully
to tasm ideal mode. keyboard and timer interrupt handlers moved to c
code copied from fdemo watcom sources
2019-11-02 13:56:52 -04:00
Gered 7933231c9d convert tabs to spaces, because there is a LOT of mixing going on
lots of random tabs used (for both indentation and spacing). lets just
use spaces everywhere for consistency
2019-11-02 13:44:19 -04:00
Gered 1c590f344f get rid of sources we won't be using
i'm not interested in doing a windows build, and ACKSND uses a sound
library that apparently doesn't work in a flat memory model
2019-11-02 13:41:41 -04:00
Gered 865b466995 initial commit
sources taken from book CD:

ack_lib -> /ACK/WIN/ACK_LIB
fdemo -> /ACK/DOS/FDEMO/SOURCE (and /ACK/DOS/BORLAND as needed)
mall -> /ACK/DOS/MALL/SOURCE (and /ACK/DOS/BORLAND as needed)

some source files were missing for the demo projects and needed to be
copied from /ACK/DOS/BORLAND (as indicated above)
2019-11-02 13:17:24 -04:00