--- np2/win9x/x64/vram.inc 2006/12/30 16:43:14 1.1 +++ np2/win9x/x64/vram.inc 2006/12/30 16:43:14 1.1.2.1 @@ -0,0 +1,25 @@ + +SCRN_BUFSIZE equ 0x4b000 + + + struc vramop_t +.operate resd 1 +.tramwait resd 1 +.vramwait resd 1 +.grcgwait resd 1 + endstruc + + struc dsync_t +.text_vbp resd 1 +.textymax resd 1 +.grph_vbp resd 1 +.grphymax resd 1 + +.scrnxpos resd 1 +.scrnxmax resd 1 +.scrnxextend resd 1 +.scrnymax resd 1 +.textvad resd 1 +.grphvad resd 1 + endstruc +