diff options
author | 2014-09-06 01:37:01 +0000 | |
---|---|---|
committer | 2014-09-06 01:37:01 +0000 | |
commit | 038c64e4de73818708fdfc133bdd1be291a982d5 (patch) | |
tree | e94489308a6a1c27473adef60ec40a54b41034ec /.gitattributes | |
parent | c4577f6270f0bcfdea01f44e7c7993188251e659 (diff) |
isa: added hookup for Trident TGUI9680 video card.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5ffafd94935..bb8f09f231a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -983,6 +983,8 @@ src/emu/bus/isa/svga_cirrus.c svneol=native#text/plain src/emu/bus/isa/svga_cirrus.h svneol=native#text/plain src/emu/bus/isa/svga_s3.c svneol=native#text/plain src/emu/bus/isa/svga_s3.h svneol=native#text/plain +src/emu/bus/isa/svga_trident.c svneol=native#text/plain +src/emu/bus/isa/svga_trident.h svneol=native#text/plain src/emu/bus/isa/svga_tseng.c svneol=native#text/plain src/emu/bus/isa/svga_tseng.h svneol=native#text/plain src/emu/bus/isa/vga.c svneol=native#text/plain |