diff options
author | 2016-03-19 16:25:10 +0100 | |
---|---|---|
committer | 2016-03-19 16:25:48 +0100 | |
commit | 030f37b94c9ff8f62aaa5d745b301c4cfb1c26d8 (patch) | |
tree | 16d36fbddeb075ccb370425cc441dcb2b30cf670 /src/devices/bus/sms_exp/gender.cpp | |
parent | 0be0eb6d5f3ef5f67629e6fc2944047952d9e07c (diff) |
The patch mainly adds software list support for the Master Gear adapter, used by the Game Gear driver, and removes two entries of the SMS software list that are just homebrew hacks [Enik]
Diffstat (limited to 'src/devices/bus/sms_exp/gender.cpp')
-rw-r--r-- | src/devices/bus/sms_exp/gender.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/bus/sms_exp/gender.cpp b/src/devices/bus/sms_exp/gender.cpp index 7ca7ff48a47..3de8961050c 100644 --- a/src/devices/bus/sms_exp/gender.cpp +++ b/src/devices/bus/sms_exp/gender.cpp @@ -6,6 +6,13 @@ **********************************************************************/ +// The Gender Adapter is not an official Sega product. It is produced by the +// SMSPower website to permit to plug a cartridge on the expansion slot on any +// SMS 1 model. This includes the Japanese SMS, which has FM sound, so it is +// a way to get FM music of western cartridges that have FM code but were not +// released in Japan. Some games have compatibility issues, confirmed on the +// real hardware, when run plugged-in to the SMS expansion slot. + #include "gender.h" |