X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F201.c;h=748d48824ef87663c93b472e9f61ef639e6fea2b;hp=03e77e6967b5cb183066ce5d52975f80c03bd867;hb=43725da7349c85fa13e828fdbf20cc7ac8d298d6;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67 diff --git a/mappers/201.c b/mappers/201.c index 03e77e6..748d488 100644 --- a/mappers/201.c +++ b/mappers/201.c @@ -37,8 +37,8 @@ static DECLFW(Mapper201_write) void Mapper201_init(void) { - ROM_BANK32(0); - VROM_BANK8(0); + ROM_BANK32(~0); + VROM_BANK8(~0); SetWriteHandler(0x8000,0xffff,Mapper201_write); }