made bittable dynamic

This commit is contained in:
ceriel 1988-06-16 13:46:38 +00:00
parent a0934dc7e0
commit 59dbc95e0d
4 changed files with 0 additions and 8 deletions

View file

@ -6,8 +6,6 @@
/*
* Motorola 68020 options
*/
#undef BITMAX
#define BITMAX 32000
#define THREE_PASS /* branch and offset optimization */
#define BYTES_REVERSED /* high order byte has lowest address */

View file

@ -7,8 +7,6 @@
/*
* Motorola 68000/68010 options
*/
#undef BITMAX
#define BITMAX 8000
#define THREE_PASS /* branch and offset optimization */
#define BYTES_REVERSED /* high order byte has lowest address */

View file

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

View file

@ -21,5 +21,3 @@
#define ALIGNWORD 2
#undef ALIGNSECT
#define ALIGNSECT 2
#undef BITMAX
#define BITMAX 4000