X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2Fdeirom.c;fp=boards%2Fdeirom.c;h=7a1ed43056dd213e89f4257e75adf586ca04be01;hp=2d28bd00c5ab23bd8676a633a975207b95095077;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/deirom.c b/boards/deirom.c index 2d28bd0..7a1ed43 100644 --- a/boards/deirom.c +++ b/boards/deirom.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" @@ -32,9 +32,9 @@ static SFORMAT DEI_StateRegs[]= static void Sync(void) { - int x; setchr2(0x0000,DRegs[0]); setchr2(0x0800,DRegs[1]); + int x; for(x=0;x<4;x++) setchr1(0x1000+(x<<10),DRegs[2+x]); setprg8(0x8000,DRegs[6]);