X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fbs-5.c;h=85c74dfc9cb0a2067a37d7abd24dce74e2c527c3;hp=ad7a82aa2767f528cb1479ab1291b78876548d79;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/bs-5.c b/boards/bs-5.c index ad7a82a..85c74df 100644 --- a/boards/bs-5.c +++ b/boards/bs-5.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" @@ -26,8 +26,8 @@ static uint8 dip_switch; static SFORMAT StateRegs[]= { - {reg_prg, 4, "PREGS"}, - {reg_chr, 4, "CREGS"}, + {reg_prg, 4, "PREG"}, + {reg_chr, 4, "CREG"}, {0} };