#include <stdio.h>#include <stdlib.h>#include <string.h>#include "devices.h"#include "memory.h"#include "misc.h"Go to the source code of this file.
Classes | |
| struct | bt455_data |
Functions | |
| DEVICE_ACCESS (bt455) | |
| void | dev_bt455_init (struct memory *mem, uint64_t baseaddr, struct vfb_data *vfb_data) |
Definition at line 167 of file dev_bt455.cc.
References CHECK_ALLOCATION, dev_bt455_access(), DEV_BT455_LENGTH, DM_DEFAULT, memory_device_register(), bt455_data::rgb_palette, vfb_data::rgb_palette, and bt455_data::vfb_data.
Referenced by dev_turbochannel_init().
| DEVICE_ACCESS | ( | bt455 | ) |
Definition at line 58 of file dev_bt455.cc.
References addr, bt455_data::addr_clr, bt455_data::addr_cmap, bt455_data::addr_cmap_data, bt455_data::addr_ovly, bt455_data::cur_rgb_offset, data, debug, MEM_READ, MEM_WRITE, memory_readmax64(), memory_writemax64(), bt455_data::rgb_palette, vfb_data::update_x1, vfb_data::update_x2, vfb_data::update_y1, vfb_data::update_y2, bt455_data::vfb_data, vfb_data::xsize, and vfb_data::ysize.
1.8.17