changed definition of BITMAX

This commit is contained in:
ceriel 1988-03-12 13:47:11 +00:00
parent a24c41e9cf
commit f846c1648b

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