X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2F106.c;h=8958d60f1848e2e296cbe52a9b7745abde2fd139;hp=638dda9d3e5f29610e861aa2e122eb6662232877;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/106.c b/boards/106.c index 638dda9..8958d60 100644 --- a/boards/106.c +++ b/boards/106.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" @@ -28,7 +28,7 @@ static uint32 WRAMSIZE; static SFORMAT StateRegs[]= { {&IRQa, 1, "IRQA"}, - {&IRQCount, 4, "IRQCOUNT"}, + {&IRQCount, 4, "IRQC"}, {reg, 16, "REGS"}, {0} }; @@ -84,7 +84,7 @@ static void M106Close(void) WRAM=NULL; } -void M106CpuHook(int a) +void FP_FASTAPASS(1) M106CpuHook(int a) { if(IRQa) {