diff options
author | 2014-09-14 22:09:11 +0000 | |
---|---|---|
committer | 2014-09-14 22:09:11 +0000 | |
commit | 4a414a7c1353c72f8a1f63bf990c5e4a5dfcd3e5 (patch) | |
tree | ed5e78d696e048ce59a18224b97dad5269b1bd65 /.gitattributes | |
parent | 732510c267f57cb180e1b5e7f4469aefac902400 (diff) |
(mess) sb16: Add Soundblaster 16 low level emulation [Carl, Malice, O. Galibert]
---
The diagnose program mostly works but I'm sure there are still many more bugs, it definitely isn't near as usable as the hle (at least yet).
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ea8fa087c20..288b14a8372 100644 --- a/.gitattributes +++ b/.gitattributes @@ -973,6 +973,8 @@ src/emu/bus/isa/pds.c svneol=native#text/plain src/emu/bus/isa/pds.h svneol=native#text/plain src/emu/bus/isa/s3virge.c svneol=native#text/plain src/emu/bus/isa/s3virge.h svneol=native#text/plain +src/emu/bus/isa/sb16.c svneol=native#text/plain +src/emu/bus/isa/sb16.h svneol=native#text/plain src/emu/bus/isa/sblaster.c svneol=native#text/plain src/emu/bus/isa/sblaster.h svneol=native#text/plain src/emu/bus/isa/sc499.c svneol=native#text/plain |