made bittable dynamic
This commit is contained in:
parent
a0934dc7e0
commit
59dbc95e0d
4 changed files with 0 additions and 8 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -21,5 +21,3 @@
|
|||
#define ALIGNWORD 2
|
||||
#undef ALIGNSECT
|
||||
#define ALIGNSECT 2
|
||||
#undef BITMAX
|
||||
#define BITMAX 4000
|
||||
|
|
Loading…
Reference in a new issue