X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Ftf-1201.c;h=3c7dbd9f58e307a081edad599716b6549b488061;hp=d40cb5fa8eaa4ab8dabcfb4ccb5e9ee447ca9558;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/tf-1201.c b/boards/tf-1201.c index d40cb5f..3c7dbd9 100644 --- a/boards/tf-1201.c +++ b/boards/tf-1201.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 * * Lethal Weapon (VRC4 mapper) */ @@ -35,8 +35,8 @@ static SFORMAT StateRegs[]= {&mirr, 1, "MIRR"}, {&swap, 1, "SWAP"}, {chr, 8, "CHR"}, - {&IRQCount, 1, "IRQCOUNT"}, - {&IRQPre, 1, "IRQPRE"}, + {&IRQCount, 1, "IRQC"}, + {&IRQPre, 1, "IRQP"}, {&IRQa, 1, "IRQA"}, {0} };