diff options
| author | 2014-10-02 20:07:31 +0000 | |
|---|---|---|
| committer | 2014-10-02 20:07:31 +0000 | |
| commit | 9e85f295bdfeba605fbf9e665d1b95cab8148d86 (patch) | |
| tree | 649dc83598424277a077dc4e47a9a1ba9cdd9537 /.gitattributes | |
| parent | 6b0d73a9f201555ef12844b5a46d9e0255ad26e2 (diff) | |
(MESS) converted arcadia and vc4000 to use slot devices for
their carts too.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
