diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-05-06 23:40:07 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-05-06 23:40:07 -0400 |
commit | 6a71970423347a9a8845ccc1797a98f304223517 (patch) | |
tree | dc098e91b06931fe01a4e198d801f58c6d7d61a8 /vgasrc | |
parent | 1f2c307bc3ed23625c1a2842ff8f92a44917aebf (diff) | |
download | seabios-6a71970423347a9a8845ccc1797a98f304223517.tar.gz |
Minor - update vgasrc/vga.c todo list.
Diffstat (limited to 'vgasrc')
-rw-r--r-- | vgasrc/vga.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vgasrc/vga.c b/vgasrc/vga.c index e9deea03..9fc7afd4 100644 --- a/vgasrc/vga.c +++ b/vgasrc/vga.c @@ -7,9 +7,6 @@ // TODO: -// * commit to git -// * Send announcement emails -// // * introduce "struct vregs", or add ebp to struct bregs. // * Integrate vga_modes/pallete?/line_to_vpti/dac_regs/video_param_table // * define structs for save/restore state |