X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=boards%2F120.c;h=cacd1221dfd4688ff3613d16d28858f24a1b1a50;hp=ed681b9133112725dcf2e3192f41842b1305a195;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=386f5371eb984fb9c2860c83e740890a75cd45c1 diff --git a/boards/120.c b/boards/120.c index ed681b9..cacd122 100644 --- a/boards/120.c +++ b/boards/120.c @@ -15,7 +15,10 @@ * * 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 + * + * FDS Conversion + * */ #include "mapinc.h" @@ -48,8 +51,7 @@ static void M120Power(void) { reg=0; Sync(); - SetReadHandler(0x6000,0x7FFF,CartBR); - SetReadHandler(0x8000,0xFFFF,CartBR); + SetReadHandler(0x6000,0xFFFF,CartBR); SetWriteHandler(0x4100,0x5FFF,M120Write); }