summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-02-03 17:16:27 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-02-03 17:16:27 +0000
commit9762654338dbe511a4ada05f5fa2d766e372cbc2 (patch)
tree183566e857d11f28a6e467ca88f2b4fd96a8feef /.gitattributes
parent8ee25c659ad2ff26afcbfb828694b5386a4defda (diff)
added skeleton for discrete games with roms, to ensure the dumps are
available when we get there with the emulation. nw. atari games will probably need to be split in different source files later on, but I've tried to keep the code to the minimum for the moment.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 430665d61d8..4e5227fc476 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3561,6 +3561,7 @@ src/mame/drivers/atarigx2.c svneol=native#text/plain
src/mame/drivers/atarisy1.c svneol=native#text/plain
src/mame/drivers/atarisy2.c svneol=native#text/plain
src/mame/drivers/atarisy4.c svneol=native#text/plain
+src/mame/drivers/atarittl.c svneol=native#text/plain
src/mame/drivers/ataxx.c svneol=native#text/plain
src/mame/drivers/atetris.c svneol=native#text/plain
src/mame/drivers/atlantis.c svneol=native#text/plain
@@ -3826,6 +3827,7 @@ src/mame/drivers/exedexes.c svneol=native#text/plain
src/mame/drivers/exerion.c svneol=native#text/plain
src/mame/drivers/exidy.c svneol=native#text/plain
src/mame/drivers/exidy440.c svneol=native#text/plain
+src/mame/drivers/exidyttl.c svneol=native#text/plain
src/mame/drivers/expro02.c svneol=native#text/plain
src/mame/drivers/exprraid.c svneol=native#text/plain
src/mame/drivers/exterm.c svneol=native#text/plain