Fix M68K files so project compiles again

This commit is contained in:
InvisibleUp 2021-08-19 19:47:35 -07:00
parent 06341e2709
commit 1fdcd1dba1
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ extern unsigned char m68ki_cycles[][0x10000];
extern void (*m68ki_instruction_jump_table[0x10000])(void); /* opcode handler jump table */
extern void m68ki_build_opcode_table(void);
#include "m68kops.h"
//#include "m68kops.h"
#include "m68kcpu.h"
#include "m68kfpu.c"

View File

@ -77,6 +77,7 @@ HW_SRC = {
'M68K': [
'lib/M68K/m68kcpu.c',
'lib/M68K/m68kdasm.c',
'lib/M68K/m68kops.c',
'lib/M68K/softfloat/softfloat.c',
'lib/M68K/m68khooks.c',
'lib/M68K/m68kgdb.c',