X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2F186.c;fp=boards%2F186.c;h=1713050bf8b0b78f7791529f5aa7962ffd830497;hp=49762650cfdb4ae83f2626bd807d41fdd8ab99b0;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/186.c b/boards/186.c index 4976265..1713050 100644 --- a/boards/186.c +++ b/boards/186.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 * * Family Study Box by Fukutake Shoten */ @@ -29,7 +29,7 @@ static uint8 regs[4]; static SFORMAT StateRegs[]= { {regs, 4, "DREG"}, - {SWRAM, 2816, "SWRAM"}, + {SWRAM, 2816, "SWRM"}, {0} };