new table (merged with m68k2)
This commit is contained in:
parent
b4a2b975a0
commit
78681448e4
|
@ -4,5 +4,6 @@ mach.c
|
|||
mach.h
|
||||
table
|
||||
whichone.h
|
||||
instrmacs.h
|
||||
tables1.c
|
||||
tables1.h
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef TBL68000
|
||||
#define TBL68000
|
||||
#endif
|
||||
#define WORD_SIZE 4 /* should be 2 or 4 */
|
||||
#define TBL68000 1 /* should be TBL68000 or TBL68020 */
|
||||
/* define TBL68881 1 /* define to use floating point processor */
|
||||
|
|
Loading…
Reference in a new issue