summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-02 12:07:03 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-02 12:07:03 +0000
commit6443de08badb01d3c88be80ea392908e694c6a5c (patch)
treee44896f2d07f7e557bd5c356ca8d5c3afd055623 /.gitattributes
parentdf901e049d081c7f9a0c5f0b72dc355b88acd761 (diff)
(MESS) converted channelf and apfm1000/apfimag to use slot devices for
their carts. this allows to remove on-cart RAM from the driver class (since it does not belong there). also added (partial) support for Channel F multicart. nw.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 7a645e8bfa3..34177686c7b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -577,6 +577,10 @@ src/emu/bus/amiga/zorro/cards.c svneol=native#text/plain
src/emu/bus/amiga/zorro/cards.h svneol=native#text/plain
src/emu/bus/amiga/zorro/zorro.c svneol=native#text/plain
src/emu/bus/amiga/zorro/zorro.h svneol=native#text/plain
+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/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
@@ -778,6 +782,10 @@ src/emu/bus/centronics/epson_lx800.c svneol=native#text/plain
src/emu/bus/centronics/epson_lx800.h svneol=native#text/plain
src/emu/bus/centronics/printer.c svneol=native#text/plain
src/emu/bus/centronics/printer.h svneol=native#text/plain
+src/emu/bus/chanf/rom.c svneol=native#text/plain
+src/emu/bus/chanf/rom.h svneol=native#text/plain
+src/emu/bus/chanf/slot.c svneol=native#text/plain
+src/emu/bus/chanf/slot.h svneol=native#text/plain
src/emu/bus/coco/coco_232.c svneol=native#text/plain
src/emu/bus/coco/coco_232.h svneol=native#text/plain
src/emu/bus/coco/coco_fdc.c svneol=native#text/plain