mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fixed build. (nw)
This commit is contained in:
parent
051634cccc
commit
7db50d4afc
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -2574,6 +2574,8 @@ src/emu/machine/ds75161a.c svneol=native#text/plain
|
||||
src/emu/machine/ds75161a.h svneol=native#text/plain
|
||||
src/emu/machine/e0516.c svneol=native#text/plain
|
||||
src/emu/machine/e0516.h svneol=native#text/plain
|
||||
src/emu/machine/e05a03.c svneol=native#text/plain
|
||||
src/emu/machine/e05a03.h svneol=native#text/plain
|
||||
src/emu/machine/eeprom.c svneol=native#text/plain
|
||||
src/emu/machine/eeprom.h svneol=native#text/plain
|
||||
src/emu/machine/eeprompar.c svneol=native#text/plain
|
||||
@ -8748,8 +8750,6 @@ src/mess/machine/dgnalpha.c svneol=native#text/plain
|
||||
src/mess/machine/docg3.c svneol=native#text/plain
|
||||
src/mess/machine/docg3.h svneol=native#text/plain
|
||||
src/mess/machine/dragon.c svneol=native#text/plain
|
||||
src/mess/machine/e05a03.c svneol=native#text/plain
|
||||
src/mess/machine/e05a03.h svneol=native#text/plain
|
||||
src/mess/machine/egret.c svneol=native#text/plain
|
||||
src/mess/machine/egret.h svneol=native#text/plain
|
||||
src/mess/machine/einstein.c svneol=native#text/plain
|
||||
|
@ -510,6 +510,15 @@ ifneq ($(filter E0516,$(MACHINES)),)
|
||||
MACHINEOBJS += $(MACHINEOBJ)/e0516.o
|
||||
endif
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/machine/e05a03.h,MACHINES += E05A03
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter E05A03,$(MACHINES)),)
|
||||
MACHINEOBJS += $(MACHINEOBJ)/e05a03.o
|
||||
endif
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/machine/eeprom.h,MACHINES += EEPROMDEV
|
||||
|
@ -384,6 +384,7 @@ MACHINES += DS2404
|
||||
MACHINES += DS75160A
|
||||
MACHINES += DS75161A
|
||||
MACHINES += E0516
|
||||
MACHINES += E05A03
|
||||
MACHINES += EEPROMDEV
|
||||
MACHINES += ER2055
|
||||
MACHINES += ER59256
|
||||
@ -1267,7 +1268,6 @@ $(MESSOBJ)/epoch.a: \
|
||||
|
||||
$(MESSOBJ)/epson.a: \
|
||||
$(MESS_DRIVERS)/hx20.o \
|
||||
$(MESS_MACHINE)/e05a03.o \
|
||||
$(MESS_DRIVERS)/px4.o \
|
||||
$(MESS_DRIVERS)/px8.o \
|
||||
$(MESS_DRIVERS)/qx10.o \
|
||||
|
Loading…
Reference in New Issue
Block a user