From 6ea9ca05895547064a789f42aad5c1affcfd435a Mon Sep 17 00:00:00 2001 From: Andrew Gardner Date: Thu, 15 Jan 2009 04:40:57 +0000 Subject: Virtual Combat driver improvements. [Jason Eckhardt, Andrew Gardner] * Graphics decoded, video improved, inputs mapped. Intel i860 CPU core added. [Jason Eckhardt] (The CPU core doesn't have accurate cycle counts for each opcode yet, but it'll have them soon. I believe that is the main culprit behind the sync of the two i860s and the 68k being outta' whack. You can still see the i860s do their thing and rasterize a voxel? groundplane and some simple polygon bad guys). --- src/emu/cpu/cpu.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/emu/cpu/cpu.mak') diff --git a/src/emu/cpu/cpu.mak b/src/emu/cpu/cpu.mak index 8c54a6e456e..7ecd0813948 100644 --- a/src/emu/cpu/cpu.mak +++ b/src/emu/cpu/cpu.mak @@ -744,12 +744,12 @@ CPUDEFS += -DHAS_I860=$(if $(filter I860,$(CPUS)),1,0) ifneq ($(filter I860,$(CPUS)),) OBJDIRS += $(CPUOBJ)/i860 CPUOBJS += $(CPUOBJ)/i860/i860.o -DBGOBJS += $(CPUOBJ)/i860/i860dasm.o +DBGOBJS += $(CPUOBJ)/i860/i860dis.o endif -$(CPUOBJ)/i860/i860.o: $(CPUSRC)/i860/i860.c \ - $(CPUSRC)/i860/i860.h - +$(CPUOBJ)/i860/i860.o: $(CPUSRC)/i860/i860.c \ + $(CPUSRC)/i860/i860.h \ + $(CPUSRC)/i860/i860dec.c #------------------------------------------------- # Intel i960 -- cgit v1.2.3-70-g09d2