diff options
author | 2014-08-26 05:54:24 +0000 | |
---|---|---|
committer | 2014-08-26 05:54:24 +0000 | |
commit | 30d296ba22ba538f2007349eaa1bb8644786eed3 (patch) | |
tree | 08c68f4968d9cb21f8794d676425f1c9fc752f21 /.gitattributes | |
parent | 5dfe8ac4853b5e2a68ab0a352977c35ed8089e32 (diff) |
(MESS) a7800: split video emulation (Atari MARIA chip) into a
separate device. [Fabio Priuli]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index a3015e04339..5b223239746 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8519,7 +8519,6 @@ src/mess/drivers/zorba.c svneol=native#text/plain src/mess/drivers/zrt80.c svneol=native#text/plain src/mess/drivers/zsbc3.c svneol=native#text/plain src/mess/drivers/zx.c svneol=native#text/plain -src/mess/includes/a7800.h svneol=native#text/plain src/mess/includes/abc1600.h svneol=native#text/plain src/mess/includes/abc80.h svneol=native#text/plain src/mess/includes/abc80x.h svneol=native#text/plain @@ -9205,7 +9204,6 @@ src/mess/video/911_chr.h svneol=native#text/plain src/mess/video/911_key.h svneol=native#text/plain src/mess/video/911_vdt.c svneol=native#text/plain src/mess/video/911_vdt.h svneol=native#text/plain -src/mess/video/a7800.c svneol=native#text/plain src/mess/video/abc1600.c svneol=native#text/plain src/mess/video/abc1600.h svneol=native#text/plain src/mess/video/abc80.c svneol=native#text/plain @@ -9261,6 +9259,8 @@ src/mess/video/kyocera.c svneol=native#text/plain src/mess/video/llc.c svneol=native#text/plain src/mess/video/lviv.c svneol=native#text/plain src/mess/video/mac.c svneol=native#text/plain +src/mess/video/maria.c svneol=native#text/plain +src/mess/video/maria.h svneol=native#text/plain src/mess/video/mbc55x.c svneol=native#text/plain src/mess/video/mbee.c svneol=native#text/plain src/mess/video/mc80.c svneol=native#text/plain |