4 #include "src/lib/16_head.h"
5 #include "src/lib/modex16.h"
6 #include <hw/cpu/cpu.h>
7 #include <hw/dos/dos.h>
8 #include <hw/vga/vga.h>
9 #include <hw/vga/vrl.h>
11 typedef unsigned char far *VGA_RAM_PTR;
12 //VGA_RAM_PTR vga_graphics_ram = (VGA_RAM_PTR)MK_FP(0xA000,0x0000);
13 //unsigned char vga_stride = 80; // 80 x 4 = 320 for 320-pixel wide modes
15 /*static inline void vga_write_sequencer(unsigned char i,unsigned char c) {