X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fedu2000.c;h=215b96282ab2a519313d181f1d9e993cdb0b383a;hp=36dcb5dbeafdb820d71d9d7e1c856295308c7468;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/edu2000.c b/boards/edu2000.c index 36dcb5d..215b962 100644 --- a/boards/edu2000.c +++ b/boards/edu2000.c @@ -15,7 +15,7 @@ * * 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 * */ @@ -76,8 +76,8 @@ void UNLEDU2000_Init(CartInfo *info) SetupCartPRGMapping(0x10,WRAM,32768,1); if(info->battery) { - info->SaveGame[0]=WRAM; - info->SaveGameLen[0]=32768; + info->SaveGame[0]=WRAM; + info->SaveGameLen[0]=32768; } AddExState(WRAM, 32768, 0, "WRAM"); AddExState(StateRegs, ~0, 0, 0);