merge mappers from FCEU-mm
[fceu.git] / boards / 120.c
index ed681b9..cacd122 100644 (file)
  *\r
  * You should have received a copy of the GNU General Public License\r
  * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
+ *\r
+ * FDS Conversion\r
+ *\r
  */\r
 \r
 #include "mapinc.h"\r
@@ -48,8 +51,7 @@ static void M120Power(void)
 {\r
   reg=0;\r
   Sync();\r
-  SetReadHandler(0x6000,0x7FFF,CartBR);\r
-  SetReadHandler(0x8000,0xFFFF,CartBR);\r
+  SetReadHandler(0x6000,0xFFFF,CartBR);\r
   SetWriteHandler(0x4100,0x5FFF,M120Write);\r
 }\r
 \r