mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2025-03-15 05:33:56 +00:00
Fix M68K files so project compiles again
This commit is contained in:
parent
06341e2709
commit
1fdcd1dba1
@ -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"
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user