new table (merged with m68k2)

This commit is contained in:
ceriel 1990-08-20 15:00:15 +00:00
parent b4a2b975a0
commit 78681448e4
2 changed files with 4 additions and 3 deletions

View file

@ -4,5 +4,6 @@ mach.c
mach.h
table
whichone.h
instrmacs.h
tables1.c
tables1.h

View file

@ -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 */