diff options
author | 2014-10-13 13:38:52 +0000 | |
---|---|---|
committer | 2014-10-13 13:38:52 +0000 | |
commit | 2fb536526e35d4fa47778bab145c24d681659668 (patch) | |
tree | d08846154c54013c83bc1c5973837c3368186763 /.gitattributes | |
parent | a2cbaf764f6f71ac6d6c851ea648c39cb76feefd (diff) |
GameKing skeleton + softlist [Porchy]
(will looks more at this later)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c4b4a3910b2..0620b457771 100644 --- a/.gitattributes +++ b/.gitattributes @@ -116,6 +116,7 @@ hash/galaxy.xml svneol=native#text/xml hash/gameboy.xml svneol=native#text/xml hash/gamecom.xml svneol=native#text/xml hash/gamegear.xml svneol=native#text/xml +hash/gameking.xml svneol=native#text/xml hash/gamepock.xml svneol=native#text/xml hash/gba.xml svneol=native#text/xml hash/gbcolor.xml svneol=native#text/xml @@ -8245,6 +8246,7 @@ src/mess/drivers/ft68m.c svneol=native#text/plain src/mess/drivers/galaxy.c svneol=native#text/plain src/mess/drivers/galeb.c svneol=native#text/plain src/mess/drivers/gamecom.c svneol=native#text/plain +src/mess/drivers/gameking.c svneol=native#text/plain src/mess/drivers/gamepock.c svneol=native#text/plain src/mess/drivers/gb.c svneol=native#text/plain src/mess/drivers/gba.c svneol=native#text/plain |