--- np2/bios/bios1f.c 2005/05/20 13:59:46 1.5 +++ np2/bios/bios1f.c 2012/01/23 10:01:11 1.6 @@ -40,6 +40,7 @@ static REG8 bios0x1f_90(void) { l = min(l, srclimit - srcaddr); l = min(l, dstlimit - dstaddr); if (!l) { + CPU_A20EN(FALSE); goto p90_err2; } MEML_READS(srcbase + srcaddr, work, l);