IO_VGA
IO_VGA : IO_MDA;
#define MISC (IO_VGA + 0x02) /* misc output register */
#define ATC (IO_VGA + 0x00) /* attribute controller */
#define TSIDX (IO_VGA + 0x04) /* timing sequencer idx */
#define TSREG (IO_VGA + 0x05) /* timing sequencer data */
#define PIXMASK (IO_VGA + 0x06) /* pixel write mask */
#define PALRADR (IO_VGA + 0x07) /* palette read address */
#define PALWADR (IO_VGA + 0x08) /* palette write address */
#define PALDATA (IO_VGA + 0x09) /* palette data register */
#define GDCIDX (IO_VGA + 0x0E) /* graph data controller idx */
#define GDCREG (IO_VGA + 0x0F) /* graph data controller data */