X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2F57.c;h=71cee43058b1c9cb165ef59926599db0ef7a5b90;hp=ba5de0b3eef193f9a6083f6a11d2222aa422ca93;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/57.c b/boards/57.c index ba5de0b..71cee43 100644 --- a/boards/57.c +++ b/boards/57.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 * */ @@ -27,7 +27,7 @@ static uint8 hrd_flag; static SFORMAT StateRegs[]= { - {&hrd_flag, 1, "DIPSW"}, + {&hrd_flag, 1, "DPSW"}, {&prg_reg, 1, "PRG"}, {&chr_reg, 1, "CHR"}, {0}