Changeset 2981 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jun 1, 2007 4:01:28 PM (18 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk
r2784 r2981 5 5 6 6 # 7 # Copyright (C) 2006 InnoTek SystemberatungGmbH7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r2942 r2981 6 6 7 7 /* 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1931 1931 */ 1932 1932 if (bwidth == 0) return VINF_SUCCESS; 1933 #endif /* VBOX */ 1933 #endif /* VBOX */ 1934 1934 y_start = -1; 1935 1935 page_min = 0x7fffffff; … … 2632 2632 2633 2633 2634 #ifdef VBOX /* InnoTek code start */2634 #ifdef VBOX /* innotek code start */ 2635 2635 2636 2636 … … 4999 4999 } 5000 5000 pData->vram_ptrHC = NULL; 5001 #endif 5001 #endif 5002 5002 5003 5003 return VINF_SUCCESS; -
trunk/src/VBox/Devices/Graphics/DevVGA.h
r2106 r2981 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/Graphics/DevVGAModes.h
r1 r2981 7 7 8 8 /* 9 * Copyright (C) 2006 InnoTek SystemberatungGmbH9 * Copyright (C) 2006-2007 innotek GmbH 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/Graphics/DevVGATmpl.h
r1 r2981 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.