summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author mariuszw1 <mariuszw1@users.noreply.github.com>2010-06-05 19:41:27 +0000
committer mariuszw1 <mariuszw1@users.noreply.github.com>2010-06-05 19:41:27 +0000
commit7ca4c4a9f5ecd885a9340958b4f4851685db810f (patch)
tree02d4f99edc6fed9df3815b9e7672449cf7ba6c87 /.gitattributes
parent5803cb7b405b47cfdbcab829c57212375dec95e7 (diff)
pcat_nit.c update [Mariusz Wojcieszek]
- added VGA emulation from MESS - added INS8250 emulation from MESS - added format decimal support to Microtouch - added rom banking and inputs to pcat_nit games - streetg(2) now boot properly
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 58780bf751a..3c384522c41 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -685,6 +685,8 @@ src/emu/machine/idectrl.c svneol=native#text/plain
src/emu/machine/idectrl.h svneol=native#text/plain
src/emu/machine/ins8154.c svneol=native#text/plain
src/emu/machine/ins8154.h svneol=native#text/plain
+src/emu/machine/ins8250.c svneol=native#text/plain
+src/emu/machine/ins8250.h svneol=native#text/plain
src/emu/machine/intelfsh.c svneol=native#text/plain
src/emu/machine/intelfsh.h svneol=native#text/plain
src/emu/machine/k033906.c svneol=native#text/plain
@@ -1041,6 +1043,10 @@ src/emu/video/hd63484.c svneol=native#text/plain
src/emu/video/hd63484.h svneol=native#text/plain
src/emu/video/mc6845.c svneol=native#text/plain
src/emu/video/mc6845.h svneol=native#text/plain
+src/emu/video/pc_vga.c svneol=native#text/plain
+src/emu/video/pc_vga.h svneol=native#text/plain
+src/emu/video/pc_video.c svneol=native#text/plain
+src/emu/video/pc_video.h svneol=native#text/plain
src/emu/video/poly.c svneol=native#text/plain
src/emu/video/poly.h svneol=native#text/plain
src/emu/video/resnet.c svneol=native#text/plain