diff options
Diffstat (limited to 'vgasrc')
-rw-r--r-- | vgasrc/stdvga.h | 2 | ||||
-rw-r--r-- | vgasrc/stdvgamodes.c (renamed from vgasrc/vgatables.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vgasrc/stdvga.h b/vgasrc/stdvga.h index 0beb3450..9372127d 100644 --- a/vgasrc/stdvga.h +++ b/vgasrc/stdvga.h @@ -82,7 +82,7 @@ struct saveDACcolors { u8 color_select; }; -// vgatables.c +// stdvgamodes.c struct vgamode_s *stdvga_find_mode(int mode); void stdvga_build_video_param(void); diff --git a/vgasrc/vgatables.c b/vgasrc/stdvgamodes.c index 4a5350dc..94e273f7 100644 --- a/vgasrc/vgatables.c +++ b/vgasrc/stdvgamodes.c @@ -1,4 +1,4 @@ -// Tables used by VGA bios +// Standard VGA mode information. // // Copyright (C) 2009 Kevin O'Connor <kevin@koconnor.net> // Copyright (C) 2001-2008 the LGPL VGABios developers Team |