diff options
author | 2014-10-04 21:59:32 +0000 | |
---|---|---|
committer | 2014-10-04 21:59:32 +0000 | |
commit | 67482b30dd97e7d47fc29f988559dc76ee1446e2 (patch) | |
tree | c5d38d3c4976e8401dc82006e7d473946c7a0bab /.gitattributes | |
parent | 781bdc9af77e17255c895a20c9b5fb7ab97a5e02 (diff) |
(MESS) sms.c: Added support for Sega Graphic Board input. (nw)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 593a8fc3297..46cb970467e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1517,6 +1517,8 @@ src/emu/bus/sega8/rom.c svneol=native#text/plain src/emu/bus/sega8/rom.h svneol=native#text/plain src/emu/bus/sega8/sega8_slot.c svneol=native#text/plain src/emu/bus/sega8/sega8_slot.h svneol=native#text/plain +src/emu/bus/sms_ctrl/graphic.c svneol=native#text/plain +src/emu/bus/sms_ctrl/graphic.h svneol=native#text/plain src/emu/bus/sms_ctrl/joypad.c svneol=native#text/plain src/emu/bus/sms_ctrl/joypad.h svneol=native#text/plain src/emu/bus/sms_ctrl/lphaser.c svneol=native#text/plain |