Fixed video card init order.

Re-added the TI CF62011 SVGA controller, used by PS/1 and some PS/2 machines.
This commit is contained in:
waltje
2017-11-05 20:43:01 -05:00
parent 7c67e867c8
commit 2955a5d824
12 changed files with 683 additions and 378 deletions

View File

@@ -26,20 +26,19 @@
#include "fdd.h"
static struct
{
int type;
int track;
typedef struct {
int type;
int track;
int densel;
int head;
int turbo;
int check_bpb;
} fdd_t;
int densel;
int head;
fdd_t fdd[FDD_NUM];
int ui_writeprot[FDD_NUM] = {0, 0, 0, 0};
int turbo;
int check_bpb;
} fdd[FDD_NUM];
/* Flags:
Bit 0: 300 rpm supported;