X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fbmc70in1.c;h=7970c08ce2c7426d7e50e2ed47a38483f61915f0;hp=75baaa5c1c421c5f199aeed13246c528a8bd1fb3;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/bmc70in1.c b/boards/bmc70in1.c index 75baaa5..7970c08 100644 --- a/boards/bmc70in1.c +++ b/boards/bmc70in1.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 */ #include "mapinc.h" @@ -29,7 +29,7 @@ static uint8 mirroring; static SFORMAT StateRegs[]= { {&large_bank, 1, "LB"}, - {&hw_switch, 1, "DIPSW"}, + {&hw_switch, 1, "DPSW"}, {&prg_bank, 1, "PRG"}, {&chr_bank, 1, "CHR"}, {&bank_mode, 1, "BM"},