X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgfx.asm;h=ced086302fe11c9ac1c5025d81cd6a322e040839;hb=3ec4a3e6d73d15500e48c87f31f2193603e94d56;hp=06ff5e433e3def6a05c82c8e8fa217d4ef16280a;hpb=8a43487117b23806e478603f3c8ab72e37cd1882;p=ld45_start_nothing diff --git a/src/gfx.asm b/src/gfx.asm index 06ff5e4..ced0863 100644 --- a/src/gfx.asm +++ b/src/gfx.asm @@ -1,19 +1,4 @@ ; vi:filetype=nasm ts=8 sts=8 sw=8: -; -; list of functions -; ----------------- -; init_gfx -; initializes the video hardware and graphics routines -; clear -; clears the framebuffer (not vmem) -; clobbers: eax, ecx, edi -; swap_buffers -; copies the framebuffer to video memory -; clobbers: eax, ecx, edi, esi -; wait_vsync -; clobbers: al, dx -; set_palette_entry(idx[al], r[ah], g[bl], b[bh]) -; colors are 0-255 bits 32 section .text