Definition at line 69 of file dev_vga.cc.
unsigned char vga_data::attribute_reg[256] |
Definition at line 105 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
unsigned char vga_data::attribute_reg_select |
Definition at line 104 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int vga_data::attribute_state |
Definition at line 103 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int vga_data::bits_per_pixel |
Definition at line 98 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
unsigned char* vga_data::charcells |
Definition at line 92 of file dev_vga.cc.
Referenced by dev_vga_init(), and DEVICE_ACCESS().
unsigned char* vga_data::charcells_drawn |
Definition at line 94 of file dev_vga.cc.
Referenced by dev_vga_init().
unsigned char* vga_data::charcells_outputed |
Definition at line 93 of file dev_vga.cc.
Referenced by dev_vga_init().
size_t vga_data::charcells_size |
Definition at line 91 of file dev_vga.cc.
Referenced by dev_vga_init(), and DEVICE_ACCESS().
int vga_data::console_handle |
Definition at line 132 of file dev_vga.cc.
Referenced by dev_vga_init().
uint64_t vga_data::control_base |
Definition at line 71 of file dev_vga.cc.
Referenced by dev_vga_init().
unsigned char vga_data::crtc_reg[256] |
Definition at line 116 of file dev_vga.cc.
Referenced by dev_vga_init(), and DEVICE_ACCESS().
unsigned char vga_data::crtc_reg_select |
Definition at line 115 of file dev_vga.cc.
int vga_data::cur_mode |
Definition at line 82 of file dev_vga.cc.
Referenced by dev_vga_init(), and DEVICE_ACCESS().
int vga_data::current_retrace_line |
Definition at line 123 of file dev_vga.cc.
int vga_data::cursor_x |
Definition at line 134 of file dev_vga.cc.
int vga_data::cursor_y |
Definition at line 135 of file dev_vga.cc.
struct vfb_data* vga_data::fb |
Definition at line 73 of file dev_vga.cc.
Referenced by dev_vga_init().
int vga_data::fb_max_x |
Definition at line 76 of file dev_vga.cc.
Referenced by dev_vga_init().
int vga_data::fb_max_y |
Definition at line 77 of file dev_vga.cc.
Referenced by dev_vga_init().
uint32_t vga_data::fb_size |
Definition at line 74 of file dev_vga.cc.
Referenced by dev_vga_init().
unsigned char* vga_data::font |
Definition at line 90 of file dev_vga.cc.
Referenced by dev_vga_init().
int vga_data::font_height |
Definition at line 89 of file dev_vga.cc.
Referenced by dev_vga_init().
int vga_data::font_width |
Definition at line 88 of file dev_vga.cc.
Referenced by dev_vga_init().
unsigned char* vga_data::gfx_mem |
Definition at line 99 of file dev_vga.cc.
Referenced by dev_vga_init(), and DEVICE_ACCESS().
uint32_t vga_data::gfx_mem_size |
Definition at line 100 of file dev_vga.cc.
Referenced by dev_vga_init(), and DEVICE_ACCESS().
unsigned char vga_data::graphcontr_reg[256] |
Definition at line 113 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
unsigned char vga_data::graphcontr_reg_select |
Definition at line 112 of file dev_vga.cc.
int vga_data::graphics_mode |
Definition at line 97 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int vga_data::input_status_1 |
Definition at line 124 of file dev_vga.cc.
int vga_data::max_x |
Definition at line 78 of file dev_vga.cc.
Referenced by dev_vga_init(), and DEVICE_ACCESS().
int vga_data::max_y |
Definition at line 79 of file dev_vga.cc.
Referenced by dev_vga_init().
unsigned char vga_data::misc_output_reg |
Definition at line 107 of file dev_vga.cc.
int vga_data::modified |
Definition at line 137 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int64_t vga_data::n_is1_reads |
Definition at line 129 of file dev_vga.cc.
int vga_data::palette_modified |
Definition at line 138 of file dev_vga.cc.
unsigned char vga_data::palette_read_index |
Definition at line 118 of file dev_vga.cc.
char vga_data::palette_read_subindex |
Definition at line 119 of file dev_vga.cc.
unsigned char vga_data::palette_write_index |
Definition at line 120 of file dev_vga.cc.
char vga_data::palette_write_subindex |
Definition at line 121 of file dev_vga.cc.
int vga_data::pixel_repx |
Definition at line 85 of file dev_vga.cc.
Referenced by dev_vga_init().
int vga_data::pixel_repy |
Definition at line 85 of file dev_vga.cc.
Referenced by dev_vga_init().
unsigned char* vga_data::retrace_palette |
Definition at line 127 of file dev_vga.cc.
unsigned char vga_data::sequencer_reg[256] |
Definition at line 110 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
unsigned char vga_data::sequencer_reg_select |
Definition at line 109 of file dev_vga.cc.
int vga_data::update_x1 |
Definition at line 139 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int vga_data::update_x2 |
Definition at line 141 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int vga_data::update_y1 |
Definition at line 140 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int vga_data::update_y2 |
Definition at line 142 of file dev_vga.cc.
Referenced by DEVICE_ACCESS().
int vga_data::use_palette_per_line |
Definition at line 128 of file dev_vga.cc.
uint64_t vga_data::videomem_base |
Definition at line 70 of file dev_vga.cc.
Referenced by dev_vga_init().