mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
(MESS) cirrus: Moved to emu/bus/pci. (nw)
This commit is contained in:
parent
36de1d31b2
commit
79cdd77347
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user