From e71751212792c2137bfd6499a39c9616c016f1c3 Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Tue, 26 Jan 2010 07:46:49 +0000 Subject: [PATCH] Moved HD63484 ACRTC device from mame/video to emu/video. --- .gitattributes | 4 ++-- src/emu/emu.mak | 1 + src/{mame => emu}/video/hd63484.c | 0 src/{mame => emu}/video/hd63484.h | 0 src/mame/mame.mak | 1 - 5 files changed, 3 insertions(+), 3 deletions(-) rename src/{mame => emu}/video/hd63484.c (100%) rename src/{mame => emu}/video/hd63484.h (100%) diff --git a/.gitattributes b/.gitattributes index d010a17fa75..aee5bf1b3d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/src/emu/emu.mak b/src/emu/emu.mak index ef9097bd0fb..162cd94a729 100644 --- a/src/emu/emu.mak +++ b/src/emu/emu.mak @@ -182,6 +182,7 @@ EMUMACHINEOBJS = \ EMUVIDEOOBJS = \ $(EMUVIDEO)/generic.o \ + $(EMUVIDEO)/hd63484.o \ $(EMUVIDEO)/mc6845.o \ $(EMUVIDEO)/poly.o \ $(EMUVIDEO)/resnet.o \ diff --git a/src/mame/video/hd63484.c b/src/emu/video/hd63484.c similarity index 100% rename from src/mame/video/hd63484.c rename to src/emu/video/hd63484.c diff --git a/src/mame/video/hd63484.h b/src/emu/video/hd63484.h similarity index 100% rename from src/mame/video/hd63484.h rename to src/emu/video/hd63484.h diff --git a/src/mame/mame.mak b/src/mame/mame.mak index cd0bde98e5b..22a5abe5605 100644 --- a/src/mame/mame.mak +++ b/src/mame/mame.mak @@ -335,7 +335,6 @@ $(MAMEOBJ)/shared.a: \ $(MACHINE)/segacrpt.o \ $(MACHINE)/ticket.o \ $(VIDEO)/avgdvg.o \ - $(VIDEO)/hd63484.o \