Searched refs:VFB_HPC (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/ |
H A D | fb_include.cc | 116 if (d->vfb_type == VFB_HPC) in REDRAW() 159 if (d->vfb_type == VFB_HPC) { in REDRAW() 244 if (d->vfb_type == VFB_HPC) in REDRAW() 316 if (d->vfb_type == VFB_HPC) { in REDRAW()
|
/dports/emulators/gxemul/gxemul-0.6.3/src/machines/ |
H A D | machine_hpcsh.cc | 85 VFB_HPC, 640,240, 640,240, 16, machine->machine_name); in MACHINE_SETUP()
|
H A D | machine_hpcarm.cc | 130 dev_fb_init(machine, machine->memory, hpc_fb_addr, VFB_HPC, in MACHINE_SETUP()
|
H A D | machine_hpcmips.cc | 299 dev_fb_init(machine, machine->memory, hpc_fb_addr, VFB_HPC, in MACHINE_SETUP()
|
/dports/emulators/gxemul/gxemul-0.6.3/src/include/ |
H A D | devices.h | 191 #define VFB_HPC 1 macro
|