diff options
author | 2014-10-12 11:30:13 +0000 | |
---|---|---|
committer | 2014-10-12 11:30:13 +0000 | |
commit | ab592dea638e66ce4b426fe70ad6342b68ba99e0 (patch) | |
tree | e2cfbb967c46247e85e4d743ce983b74bb28a510 /src/mess/drivers/sg1000.c | |
parent | 2c4831d5da36bfff2abab9e706dfa39f6bd1e018 (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 'src/mess/drivers/sg1000.c')
-rw-r--r-- | src/mess/drivers/sg1000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/drivers/sg1000.c b/src/mess/drivers/sg1000.c index 3d395f9d45b..48ec3a29026 100644 --- a/src/mess/drivers/sg1000.c +++ b/src/mess/drivers/sg1000.c @@ -67,7 +67,6 @@ Notes: #include "includes/sg1000.h" #include "bus/rs232/rs232.h" -#include "bus/sega8/rom.h" /*************************************************************************** |