1
0
Fork 0

align vga memory

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3021
This commit is contained in:
Sebastian Strohhäcker 2007-10-19 20:30:24 +00:00
parent a7e852daac
commit ecbec7dda0
3 changed files with 8 additions and 5 deletions

View file

@ -331,7 +331,7 @@ typedef union {
} VGA_Latch;
typedef struct {
Bit8u linear[VGA_MEMORY];
Bit8u* linear;
} VGA_Memory;
typedef struct {