merge mappers from FCEU-mm
[fceu.git] / boards / t-262.c
index 15e94ea..1b3e857 100644 (file)
@@ -15,7 +15,7 @@
  *\r
  * You should have received a copy of the GNU General Public License\r
  * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
  */\r
 \r
 #include "mapinc.h"\r
@@ -25,8 +25,8 @@ static uint8 datareg;
 static uint8 busy;\r
 static SFORMAT StateRegs[]=\r
 {\r
-  {&addrreg, 2, "ADDRREG"},\r
-  {&datareg, 1, "DATAREG"},\r
+  {&addrreg, 2, "AREG"},\r
+  {&datareg, 1, "DREG"},\r
   {&busy, 1, "BUSY"},\r
   {0}\r
 };\r