mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
Moved HD63484 ACRTC device from mame/video to emu/video.
This commit is contained in:
parent
83b377742a
commit
e717512127
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1020,6 +1020,8 @@ src/emu/video.c svneol=native#text/plain
|
||||
src/emu/video.h svneol=native#text/plain
|
||||
src/emu/video/generic.c svneol=native#text/plain
|
||||
src/emu/video/generic.h svneol=native#text/plain
|
||||
src/emu/video/hd63484.c svneol=native#text/plain
|
||||
src/emu/video/hd63484.h svneol=native#text/plain
|
||||
src/emu/video/mc6845.c svneol=native#text/plain
|
||||
src/emu/video/mc6845.h svneol=native#text/plain
|
||||
src/emu/video/poly.c svneol=native#text/plain
|
||||
@ -3424,8 +3426,6 @@ src/mame/video/gyruss.c svneol=native#text/plain
|
||||
src/mame/video/hanaawas.c svneol=native#text/plain
|
||||
src/mame/video/harddriv.c svneol=native#text/plain
|
||||
src/mame/video/hcastle.c svneol=native#text/plain
|
||||
src/mame/video/hd63484.c svneol=native#text/plain
|
||||
src/mame/video/hd63484.h svneol=native#text/plain
|
||||
src/mame/video/hexa.c svneol=native#text/plain
|
||||
src/mame/video/hexion.c svneol=native#text/plain
|
||||
src/mame/video/higemaru.c svneol=native#text/plain
|
||||
|
@ -182,6 +182,7 @@ EMUMACHINEOBJS = \
|
||||
|
||||
EMUVIDEOOBJS = \
|
||||
$(EMUVIDEO)/generic.o \
|
||||
$(EMUVIDEO)/hd63484.o \
|
||||
$(EMUVIDEO)/mc6845.o \
|
||||
$(EMUVIDEO)/poly.o \
|
||||
$(EMUVIDEO)/resnet.o \
|
||||
|
@ -335,7 +335,6 @@ $(MAMEOBJ)/shared.a: \
|
||||
$(MACHINE)/segacrpt.o \
|
||||
$(MACHINE)/ticket.o \
|
||||
$(VIDEO)/avgdvg.o \
|
||||
$(VIDEO)/hd63484.o \
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user