X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2F189.c;fp=boards%2F189.c;h=48393f98886af608aeae880526b3757654f44ed5;hp=ff045a55b6e70c051b7b16ae9e2a3105da98b16b;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/189.c b/boards/189.c index ff045a5..48393f9 100644 --- a/boards/189.c +++ b/boards/189.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" @@ -23,7 +23,7 @@ static void M189PW(uint32 A, uint8 V) { - setprg32(0x8000,EXPREGS[0]&3); + setprg32(0x8000,EXPREGS[0]&7); } static DECLFW(M189Write)