X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld45_start_nothing;a=blobdiff_plain;f=src%2Fgfx.asm;h=ced086302fe11c9ac1c5025d81cd6a322e040839;hp=06ff5e433e3def6a05c82c8e8fa217d4ef16280a;hb=6bbbb04131204b22367677209d7de8c3f906d0e2;hpb=8a43487117b23806e478603f3c8ab72e37cd1882 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