Convert DOS interface to use z_header structure.
authorDavid Griffith <dave@661.org>
Wed, 2 Oct 2019 20:55:01 +0000 (13:55 -0700)
committerDavid Griffith <dave@661.org>
Wed, 2 Oct 2019 20:55:01 +0000 (13:55 -0700)
commit0193ba3696b607b38752564b964032101b6ae984
tree16945ecc7c92377f4142bf9081ef21165dfaa75f
parent7473e1b8ed72ab50eb5edd29684409617dd7e319
Convert DOS interface to use z_header structure.

There is currently a problem with compiling with Turbo C 3.00

src\common\fastmem.c
Error src\common\fastmem.c 160: Ambiguous member name 'flags' in function
restart_header
Error src\common\fastmem.c 435: Ambiguous member name 'flags' in function
init_memory
*** 2 errors in Compile ***

        Available memory 4059444

** error 1 ** deleting src\common\fastmem.o
C:\FROTZ>
src/common/frotz.h
src/dos/bcinit.c
src/dos/bcinput.c
src/dos/bcsample.c
src/dos/bctext.c