--- np2/win9x/x86/makegrph.x86 2004/07/26 18:52:55 1.4 +++ np2/win9x/x86/makegrph.x86 2011/02/02 13:50:29 1.7 @@ -1,5 +1,8 @@ -%include 'x86/np2asm.inc' +%include 'pccore.inc' +%include 'cpucore.inc' +%include 'iocore.inc' +%include 'vram.inc' section .bss @@ -7,7 +10,6 @@ section .bss extern _mem extern _np2_vram extern _renewal_line - extern _gdc extern _dsync extern _vramupdate global _grph_table @@ -251,5 +253,3 @@ deldirty_lp: and [ebx], edx popad ret - ends -