VHD build fixes. Patch from shermanp.
This commit is contained in:
parent
5ae201b7e7
commit
322b25a4dc
3 changed files with 9 additions and 7 deletions
|
|
@ -20,8 +20,8 @@
|
|||
#include "video.h"
|
||||
#include "vid_voodoo.h"
|
||||
|
||||
#include "MiniVHD/minivhd.h"
|
||||
#include "MiniVHD/minivhd_util.h"
|
||||
#include "minivhd/minivhd.h"
|
||||
#include "minivhd/minivhd_util.h"
|
||||
|
||||
//#define MAX_CYLINDERS ((((1 << 28)-1) / 16) / 63)
|
||||
#define MAX_CYLINDERS 265264 /*Award 430VX won't POST with a larger drive*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue