summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-12 11:30:13 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-12 11:30:13 +0000
commitab592dea638e66ce4b426fe70ad6342b68ba99e0 (patch)
treee2cfbb967c46247e85e4d743ce983b74bb28a510 /.gitattributes
parent2c4831d5da36bfff2abab9e706dfa39f6bd1e018 (diff)
(MESS) gamegear: added preliminary emulation of the Master Gear Adapter
which allows to launch SMS games in the gamegear driver, with video chip in SMS mode. You can try this by launching mess.exe gamegear -cart mgear -cart2 your_sms_game (the -cart2 switch becomes available when you mount "mgear" in the main gamegear cart slot) [Fabio Priuli] out of the whatsnew: for the moment only fullpath loading is supported, and it is not ensured to work 100%. thanks to Enik Land for pointing me to the necessary info.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c7d0fe450da..3e520f99c6e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1534,6 +1534,10 @@ src/emu/bus/scv/rom.c svneol=native#text/plain
src/emu/bus/scv/rom.h svneol=native#text/plain
src/emu/bus/scv/slot.c svneol=native#text/plain
src/emu/bus/scv/slot.h svneol=native#text/plain
+src/emu/bus/sega8/ccatch.c svneol=native#text/plain
+src/emu/bus/sega8/ccatch.h svneol=native#text/plain
+src/emu/bus/sega8/mgear.c svneol=native#text/plain
+src/emu/bus/sega8/mgear.h svneol=native#text/plain
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