X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2F95.c;fp=boards%2F95.c;h=0a5d9dd69d019773963b5706dcc2ee71ba19ba2b;hp=7b69435db48f832830461087e42da6ec9d869b47;hb=386f5371eb984fb9c2860c83e740890a75cd45c1;hpb=eec2623f6183dd0f9494b99065a16bf90f2a1ccf diff --git a/boards/95.c b/boards/95.c index 7b69435..0a5d9dd 100644 --- a/boards/95.c +++ b/boards/95.c @@ -15,10 +15,11 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "mapinc.h" +#include "../ines.h" static uint8 lastA; static uint8 DRegs[8]; @@ -78,7 +79,7 @@ static DECLFW(Mapper95_write) } } -static void FP_FASTAPASS(1) dragonbust_ppu(uint32 A) +static void dragonbust_ppu(uint32 A) { static int last=-1; static uint8 z;