X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fmalee.c;fp=boards%2Fmalee.c;h=83f2621ecb674191e4a4974c8c6b5ffdaca28b70;hp=8c3018295160ae6afaa40d2881e7e42318bc6f06;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/malee.c b/boards/malee.c index 8c30182..83f2621 100644 --- a/boards/malee.c +++ b/boards/malee.c @@ -15,7 +15,10 @@ * * 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"); }