changed definition of BITMAX

This commit is contained in:
ceriel 1988-03-12 13:47:11 +00:00
parent 45d0c5c27f
commit 2e6f9c6707

View File

@ -16,6 +16,8 @@
#define addr_t long
#undef ALIGNSECT
#define ALIGNSECT 2
#undef BITMAX
#define BITMAX 16000 /* many optimizations possible */
#undef VALWIDTH
#define VALWIDTH 8