From 5f77979a2c8cd7e215574367cc18b17a521dcdbd Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Tue, 30 Sep 2014 06:05:07 +0000 Subject: (MESS) converted scv and vboy to use slot devices for their carts. nw. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index cd2c92be163..175b7d8c17f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1495,6 +1495,10 @@ src/emu/bus/scsi/scsihd.c svneol=native#text/plain src/emu/bus/scsi/scsihd.h svneol=native#text/plain src/emu/bus/scsi/scsihle.c svneol=native#text/plain src/emu/bus/scsi/scsihle.h svneol=native#text/plain +src/emu/bus/scv/rom.c svneol=native#text/plain +src/emu/bus/scv/rom.h svneol=native#text/plain +src/emu/bus/scv/slot.c svneol=native#text/plain +src/emu/bus/scv/slot.h svneol=native#text/plain src/emu/bus/sega8/rom.c svneol=native#text/plain src/emu/bus/sega8/rom.h svneol=native#text/plain src/emu/bus/sega8/sega8_slot.c svneol=native#text/plain @@ -1581,6 +1585,10 @@ src/emu/bus/tvc/hbf.c svneol=native#text/plain src/emu/bus/tvc/hbf.h svneol=native#text/plain src/emu/bus/tvc/tvc.c svneol=native#text/plain src/emu/bus/tvc/tvc.h svneol=native#text/plain +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/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-70-g09d2