(MESS) cirrus: Moved to emu/bus/pci. (nw)

This commit is contained in:
Curt Coder 2014-03-19 14:25:25 +00:00
parent 36de1d31b2
commit 79cdd77347
5 changed files with 3 additions and 3 deletions

4
.gitattributes vendored
View File

@ -1108,6 +1108,8 @@ src/emu/bus/pce/pce_rom.c svneol=native#text/plain
src/emu/bus/pce/pce_rom.h svneol=native#text/plain
src/emu/bus/pce/pce_slot.c svneol=native#text/plain
src/emu/bus/pce/pce_slot.h svneol=native#text/plain
src/emu/bus/pci/cirrus.c svneol=native#text/plain
src/emu/bus/pci/cirrus.h svneol=native#text/plain
src/emu/bus/pci/i82371ab.c svneol=native#text/plain
src/emu/bus/pci/i82371ab.h svneol=native#text/plain
src/emu/bus/pci/i82371sb.c svneol=native#text/plain
@ -8722,8 +8724,6 @@ src/mess/video/busicom.c svneol=native#text/plain
src/mess/video/cgc7900.c svneol=native#text/plain
src/mess/video/cgenie.c svneol=native#text/plain
src/mess/video/channelf.c svneol=native#text/plain
src/mess/video/cirrus.c svneol=native#text/plain
src/mess/video/cirrus.h svneol=native#text/plain
src/mess/video/comquest.c svneol=native#text/plain
src/mess/video/comx35.c svneol=native#text/plain
src/mess/video/crt.c svneol=native#text/plain

View File

@ -729,6 +729,7 @@ endif
ifneq ($(filter PCI,$(BUSES)),)
OBJDIRS += $(BUSOBJ)/pci
BUSOBJS += $(BUSOBJ)/pci/pci.o
BUSOBJS += $(BUSOBJ)/pci/cirrus.o
BUSOBJS += $(BUSOBJ)/pci/i82371ab.o
BUSOBJS += $(BUSOBJ)/pci/i82371sb.o
BUSOBJS += $(BUSOBJ)/pci/i82439tx.o

View File

@ -1011,7 +1011,6 @@ $(MESSOBJ)/bandai.a: \
$(MESSOBJ)/be.a: \
$(MESS_DRIVERS)/bebox.o \
$(MESS_MACHINE)/bebox.o \
$(MESS_VIDEO)/cirrus.o \
$(MESSOBJ)/bnpo.a: \
$(MESS_DRIVERS)/b2m.o \