merge mappers from FCEU-mm
[fceu.git] / boards / malee.c
index 8c30182..83f2621 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * FDS Conversion
+ *
  */
 
 #include "mapinc.h"
@@ -38,5 +41,5 @@ void MALEE_Init(CartInfo *info)
 {
   info->Power=MALEEPower;
   SetupCartPRGMapping(0x10, WRAM, 2048, 1);
-  AddExState(WRAM, 2048, 0,"RAM");
+  AddExState(WRAM, 2048, 0,"WRAM");
 }