X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=boards%2Ft-262.c;h=1b3e85760506786660c85474eda9a2594b61a872;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hp=15e94eab3cdf732303103614adf7e43aa25362e6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1;p=fceu.git diff --git a/boards/t-262.c b/boards/t-262.c index 15e94ea..1b3e857 100644 --- a/boards/t-262.c +++ b/boards/t-262.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" @@ -25,8 +25,8 @@ static uint8 datareg; static uint8 busy; static SFORMAT StateRegs[]= { - {&addrreg, 2, "ADDRREG"}, - {&datareg, 1, "DATAREG"}, + {&addrreg, 2, "AREG"}, + {&datareg, 1, "DREG"}, {&busy, 1, "BUSY"}, {0} };