Home
last modified time | relevance | path

Searched refs:VFB_HPC (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Dfb_include.cc116 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 Dmachine_hpcsh.cc85 VFB_HPC, 640,240, 640,240, 16, machine->machine_name); in MACHINE_SETUP()
H A Dmachine_hpcarm.cc130 dev_fb_init(machine, machine->memory, hpc_fb_addr, VFB_HPC, in MACHINE_SETUP()
H A Dmachine_hpcmips.cc299 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 Ddevices.h191 #define VFB_HPC 1 macro