VHD build fixes. Patch from shermanp.

This commit is contained in:
SarahW 2020-11-15 08:58:59 +00:00
commit 322b25a4dc
3 changed files with 9 additions and 7 deletions

View file

@ -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*/