interrupts half-done
[ld45_start_nothing] / src / gfx.asm
index 06ff5e4..ced0863 100644 (file)
@@ -1,19 +1,4 @@
 ; vi:filetype=nasm ts=8 sts=8 sw=8:
 ; 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
 
        bits 32
        section .text