merge mapper code from FCEUX
[fceu.git] / boards / 95.c
index 7b69435..0a5d9dd 100644 (file)
  *
  * 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;