News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

bootvid.inc

Started by correy, June 11, 2011, 03:21:56 AM

Previous topic - Next topic

correy

;filename:bootvid.inc
;made by correy.
;made at 2011.06.11
;QQ:112426112
;Email:leguanyuan at 126 dot com
;HomePage:http://correy.webs.com

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;begin;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;VOID VidSolidColorFill(ULONG x1,ULONG y1,ULONG x2,ULONG y2,ULONG color);
VidSolidColorFill PROTO :DWORD,:DWORD,:DWORD,:DWORD,:DWORD

;VOID VidDisplayString(PUCHAR str);
VidDisplayString PROTO :DWORD

;VOID VidResetDisplay(VOID);
VidResetDisplay PROTO

;BOOLEAN VidInitialize(BOOLEAN SetMode);
VidInitialize PROTO :DWORD

;VOID VidBitBlt(PUCHAR Buffer,ULONG x,ULONG y);
VidBitBlt PROTO :DWORD,:DWORD,:DWORD

;VOID VidBufferToScreenBlt(PUCHAR Buffer,ULONG x,ULONG y,ULONG width,ULONG height,ULONG lDelta);
VidBufferToScreenBlt PROTO :DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD

;VOID VidScreenToBufferBlt(PUCHAR Buffer,ULONG x,ULONG y,ULONG width,ULONG height,ULONG lDelta);
VidScreenToBufferBlt PROTO :DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD

;VOID VidSetScrollRegion(ULONG x1,ULONG y1,ULONG x2,ULONG y2);
VidSetScrollRegion PROTO :DWORD,:DWORD,:DWORD,:DWORD

;VOID VidCleanUp(VOID);
VidCleanUp PROTO

;VOID VidDisplayStringXY(PUCHAR s,ULONG x,ULONG y,BOOLEAN Transparent);
VidDisplayStringXY PROTO :DWORD,:DWORD,:DWORD,:DWORD

;ULONG VidSetTextColor(ULONG Color);
VidSetTextColor PROTO :DWORD

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;end;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

hutch--

 :U

PS: I like you clock on your web site.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

qWord

the clock is really niceĀ  :thumbu :thumbu
FPU in a trice: SmplMath
It's that simple!

dedndave

i think that clock is all HTML   :P
i remember seeing it several years ago