align vga memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3021
This commit is contained in:
parent
a7e852daac
commit
ecbec7dda0
3 changed files with 8 additions and 5 deletions
|
@ -331,7 +331,7 @@ typedef union {
|
|||
} VGA_Latch;
|
||||
|
||||
typedef struct {
|
||||
Bit8u linear[VGA_MEMORY];
|
||||
Bit8u* linear;
|
||||
} VGA_Memory;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue