merge mappers from FCEU-mm
[fceu.git] / boards / 106.c
index 638dda9..8958d60 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
@@ -28,7 +28,7 @@ static uint32 WRAMSIZE;
 static SFORMAT StateRegs[]=\r
 {\r
   {&IRQa, 1, "IRQA"},\r
-  {&IRQCount, 4, "IRQCOUNT"},\r
+  {&IRQCount, 4, "IRQC"},\r
   {reg, 16, "REGS"},\r
   {0}\r
 };\r
@@ -84,7 +84,7 @@ static void M106Close(void)
   WRAM=NULL;\r
 }\r
 \r
-void M106CpuHook(int a)\r
+void FP_FASTAPASS(1) M106CpuHook(int a)\r
 {\r
   if(IRQa)\r
   {\r