diff options
author | 2014-09-30 06:05:07 +0000 | |
---|---|---|
committer | 2014-09-30 06:05:07 +0000 | |
commit | 5f77979a2c8cd7e215574367cc18b17a521dcdbd (patch) | |
tree | 0cc7dc35c5841b74ea76fe420389bf6926eeee2a /.gitattributes | |
parent | bf5d2bcf28c9844c53c4b09d805f0c2dff4d69a5 (diff) |
(MESS) converted scv and vboy to use slot devices for
their carts. nw.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
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 |