From 9e85f295bdfeba605fbf9e665d1b95cab8148d86 Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Thu, 2 Oct 2014 20:07:31 +0000 Subject: (MESS) converted arcadia and vc4000 to use slot devices for their carts too. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 21385792552..b3be22a5bbc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -582,6 +582,10 @@ src/emu/bus/apf/rom.c svneol=native#text/plain src/emu/bus/apf/rom.h svneol=native#text/plain src/emu/bus/apf/slot.c svneol=native#text/plain src/emu/bus/apf/slot.h svneol=native#text/plain +src/emu/bus/arcadia/rom.c svneol=native#text/plain +src/emu/bus/arcadia/rom.h svneol=native#text/plain +src/emu/bus/arcadia/slot.c svneol=native#text/plain +src/emu/bus/arcadia/slot.h svneol=native#text/plain src/emu/bus/bml3/bml3bus.c svneol=native#text/plain src/emu/bus/bml3/bml3bus.h svneol=native#text/plain src/emu/bus/bml3/bml3kanji.c svneol=native#text/plain @@ -1598,6 +1602,10 @@ src/emu/bus/vboy/rom.c svneol=native#text/plain src/emu/bus/vboy/rom.h svneol=native#text/plain src/emu/bus/vboy/slot.c svneol=native#text/plain src/emu/bus/vboy/slot.h svneol=native#text/plain +src/emu/bus/vc4000/rom.c svneol=native#text/plain +src/emu/bus/vc4000/rom.h svneol=native#text/plain +src/emu/bus/vc4000/slot.c svneol=native#text/plain +src/emu/bus/vc4000/slot.h svneol=native#text/plain src/emu/bus/vcs/compumat.c svneol=native#text/plain src/emu/bus/vcs/compumat.h svneol=native#text/plain src/emu/bus/vcs/dpc.c svneol=native#text/plain -- cgit v1.2.3