--- np2/win9x/x86/makegrph.x86 2004/07/22 11:31:32 1.3 +++ np2/win9x/x86/makegrph.x86 2005/03/18 06:49:17 1.5 @@ -1,5 +1,6 @@ %include 'x86/np2asm.inc' +%include '../io/x86/iocore.inc' section .bss @@ -7,7 +8,6 @@ section .bss extern _mem extern _np2_vram extern _renewal_line - extern _gdc extern _dsync extern _vramupdate global _grph_table @@ -91,9 +91,9 @@ maketbl_4: mov [esi], eax mov edi, _np2_vram add edi, [_dsync + dsync_t.grphvad] and ecx, 1 - je short adjustpage + je short .adjustpage add edi, SCRN_BUFSIZE -adjustpage: inc cl +.adjustpage: inc cl mov byte [esp+21], cl ; DISPPAGE mov ch, cl movzx eax, cx