summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sms.c
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 /src/mess/drivers/sms.c
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 'src/mess/drivers/sms.c')
-rw-r--r--src/mess/drivers/sms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/drivers/sms.c b/src/mess/drivers/sms.c
index 44964322239..8408b66b16d 100644
--- a/src/mess/drivers/sms.c
+++ b/src/mess/drivers/sms.c
@@ -231,7 +231,6 @@ DC00 - Selection buttons #2, 9-16 (R)
#include "sound/2413intf.h"
#include "video/315_5124.h"
#include "includes/sms.h"
-#include "bus/sega8/rom.h"
#include "sms1.lh"