diff options
author | 2014-08-17 17:15:06 +0000 | |
---|---|---|
committer | 2014-08-17 17:15:06 +0000 | |
commit | aa0f54be88bdc5df0c7b3812489786a7cb1a538d (patch) | |
tree | e2d75c86510d54f9175ea8e2c531d8a7f01999da /.gitattributes | |
parent | 2661953ca7fa919447726340e2c9536548aa990f (diff) |
(MESS) Support PET user port "CB2 Sound" device [R. Belmont]
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e399b47055c..5897618b849 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1324,6 +1324,8 @@ src/emu/bus/pet/c2n.c svneol=native#text/plain src/emu/bus/pet/c2n.h svneol=native#text/plain src/emu/bus/pet/cass.c svneol=native#text/plain src/emu/bus/pet/cass.h svneol=native#text/plain +src/emu/bus/pet/cb2snd.c svneol=native#text/plain +src/emu/bus/pet/cb2snd.h svneol=native#text/plain src/emu/bus/pet/diag.c svneol=native#text/plain src/emu/bus/pet/diag.h svneol=native#text/plain src/emu/bus/pet/diag264_lb_tape.c svneol=native#text/plain |