X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fax5705.c;fp=boards%2Fax5705.c;h=823381a76ae4d54e2d0f2b7c4b77524e5658e008;hp=66f1498601bb04b95122ab5b8c524510ee6dc2cd;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/ax5705.c b/boards/ax5705.c index 66f1498..823381a 100644 --- a/boards/ax5705.c +++ b/boards/ax5705.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 * * Super Bros. Pocker Mali (VRC4 mapper) */ @@ -54,11 +54,11 @@ static void UNLAX5705IRQ(void) static void Sync(void) { - int i; setprg8(0x8000,prg_reg[0]); setprg8(0xA000,prg_reg[1]); setprg8(0xC000,~1); setprg8(0xE000,~0); + int i; for(i=0; i<8; i++) setchr1(i<<10,chr_reg[i]); setmirror(mirr^1);