Home
last modified time | relevance | path

Searched refs:x11_md (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/gxemul/gxemul-0.6.3/src/console/
H A Dx11.cc255 fbwin = m->x11_md.fb_windows[i]; in x11_putpixel_fb()
286 fbwin = m->x11_md.fb_windows[i]; in x11_putimage_fb()
310 m->x11_md.n_fb_windows = 0; in x11_init()
316 m->x11_md.display_names[i]); in x11_init()
399 fb_number = m->x11_md.n_fb_windows; in x11_fb_init()
407 m->x11_md.n_fb_windows ++; in x11_fb_init()
420 m->x11_md.current_display_name_nr %= m->x11_md.n_display_names; in x11_fb_init()
605 for (i=0; i<m2->x11_md. in x11_check_events_machine()
607 if (m->x11_md. in x11_check_events_machine()
610 x11_md. in x11_check_events_machine()
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/old_main/
H A Dmain.cc549 m->x11_md.in_use = 1; in get_cmd_args()
556 m->x11_md.scaledown = atoi(optarg); in get_cmd_args()
557 if (m->x11_md.scaledown < -1) { in get_cmd_args()
558 m->x11_md.scaleup = - m->x11_md.scaledown; in get_cmd_args()
559 m->x11_md.scaledown = 1; in get_cmd_args()
561 if (m->x11_md.scaledown < 1) { in get_cmd_args()
573 m->x11_md.n_display_names ++; in get_cmd_args()
575 m->x11_md.display_names, in get_cmd_args()
576 m->x11_md.n_display_names * sizeof(char *))); in get_cmd_args()
577 CHECK_ALLOCATION(m->x11_md.display_names[ in get_cmd_args()
[all …]
H A Demul_parse.cc473 m->x11_md.in_use = parse_on_off(cur_machine_use_x11); in parse__machine()
548 m->x11_md.scaledown = 1; in parse__machine()
551 if (m->x11_md.scaledown < 0) { in parse__machine()
552 m->x11_md.scaleup = 0 - m->x11_md.scaledown; in parse__machine()
553 m->x11_md.scaledown = 1; in parse__machine()
555 if (m->x11_md.scaledown < 1) { in parse__machine()
557 " (%i)\n", m->x11_md.scaledown); in parse__machine()
574 m->x11_md.n_display_names ++; in parse__machine()
576 m->x11_md.display_names, m->x11_md.n_display_names in parse__machine()
578 CHECK_ALLOCATION(m->x11_md.display_names[ in parse__machine()
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/machines/
H A Dmachine_arc.cc139 machine->x11_md.in_use, 0); in MACHINE_SETUP()
145 machine->bootstrap_cpu, machine->x11_md.in_use? 0 : 1); in MACHINE_SETUP()
153 if (machine->x11_md.in_use) in MACHINE_SETUP()
160 if (machine->x11_md.in_use) { in MACHINE_SETUP()
H A Dmachine.cc86 m->x11_md.scaledown = 1; in machine_new()
87 m->x11_md.scaleup = 1; in machine_new()
420 if (m->x11_md.in_use) { in machine_dumpinfo()
422 if (m->x11_md.scaledown > 1) in machine_dumpinfo()
423 debug(", scaledown %i", m->x11_md.scaledown); in machine_dumpinfo()
424 if (m->x11_md.scaleup > 1) in machine_dumpinfo()
425 debug(", scaleup %i", m->x11_md.scaleup); in machine_dumpinfo()
426 if (m->x11_md.n_display_names > 0) { in machine_dumpinfo()
427 for (i=0; i<m->x11_md.n_display_names; i++) { in machine_dumpinfo()
429 debug("\"%s\"", m->x11_md.display_names[i]); in machine_dumpinfo()
H A Dmachine_pmax.cc140 machine->x11_md.in_use); in MACHINE_SETUP()
239 KN02_SYS_DZ, tmpstr, machine->x11_md.in_use); in MACHINE_SETUP()
293 machine->x11_md.in_use, 0, 1); in MACHINE_SETUP()
298 machine->x11_md.in_use, 1, 1); in MACHINE_SETUP()
480 tmpstr, machine->x11_md.in_use); in MACHINE_SETUP()
518 machine->x11_md.in_use); in MACHINE_SETUP()
640 machine->x11_md.in_use); in MACHINE_SETUP()
672 if (machine->x11_md.in_use) in MACHINE_SETUP()
697 tmpstr, machine->x11_md.in_use); in MACHINE_SETUP()
888 if (machine->x11_md.in_use && machine->n_gfx_cards > 0) in MACHINE_SETUP()
H A Dmachine_sgi.cc280 if (machine->x11_md.in_use) in MACHINE_SETUP()
397 machine->x11_md.in_use? 0 : 1); in MACHINE_SETUP()
448 dev_crime_init(machine, mem, 0x14000000, tmpstr, machine->x11_md.in_use); in MACHINE_SETUP()
516 CRIME_INT_PERIPH_SERIAL, 20, machine->x11_md.in_use? 0 : 1); in MACHINE_SETUP()
543 tmpstr2, machine->x11_md.in_use, in MACHINE_SETUP()
546 if (machine->x11_md.in_use) in MACHINE_SETUP()
H A Dmachine_hpcmips.cc85 "0a008680 addr_mult=4 in_use=%i", !machine->x11_md.in_use); in MACHINE_SETUP()
115 "0a008680 addr_mult=4 in_use=%i", !machine->x11_md.in_use); in MACHINE_SETUP()
245 if (!machine->x11_md.in_use) in MACHINE_SETUP()
348 if (!machine->x11_md.in_use) in MACHINE_SETUP()
392 machine->x11_md.in_use? BI_CNUSE_BUILTIN : BI_CNUSE_SERIAL); in MACHINE_SETUP()
H A Dmachine_prep.cc74 if (machine->x11_md.in_use) { in MACHINE_SETUP()
134 machine->x11_md.in_use? "vga":"com", 4); in MACHINE_SETUP()
H A Dmachine_macppc.cc75 if (machine->x11_md.in_use) in MACHINE_SETUP()
102 if (machine->x11_md.in_use) in MACHINE_SETUP()
H A Dmachine_netwinder.cc62 if (machine->x11_md.in_use) { in MACHINE_SETUP()
H A Dmachine_hpcsh.cc68 if (!machine->x11_md.in_use) in MACHINE_SETUP()
H A Dmachine_dreamcast.cc58 if (!machine->x11_md.in_use) in MACHINE_SETUP()
H A Dmachine_androidarm.cc92 machine->path, machine->bootstrap_cpu, !machine->x11_md.in_use); in MACHINE_SETUP()
H A Dmachine_playstation2.cc69 if (!machine->x11_md.in_use) in MACHINE_SETUP()
H A Dmachine_evbmips.cc87 if (machine->x11_md.in_use) { in MACHINE_SETUP()
H A Dmachine_hpcarm.cc183 machine->x11_md.in_use? BI_CNUSE_BUILTIN : BI_CNUSE_SERIAL); in MACHINE_SETUP()
H A Dmachine_alpha.cc136 &(ctb.ctb_term_type), machine->x11_md.in_use? in MACHINE_SETUP()
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_vga.cc408 if (!machine->x11_md.in_use) in vga_update_text()
468 3 * machine->x11_md.scaleup * font_width, in vga_update_text()
557 if (!cpu->machine->x11_md.in_use) { in DEVICE_TICK()
785 d->pixel_repx = machine->x11_md.scaleup * 2; in vga_crtc_reg_write()
786 d->pixel_repy = machine->x11_md.scaleup; in vga_crtc_reg_write()
807 d->pixel_repx = 4 * machine->x11_md.scaleup; in vga_crtc_reg_write()
808 d->pixel_repy = 2 * machine->x11_md.scaleup; in vga_crtc_reg_write()
817 2 * machine->x11_md.scaleup; in vga_crtc_reg_write()
824 d->pixel_repx = machine->x11_md.scaleup; in vga_crtc_reg_write()
825 d->pixel_repy = machine->x11_md.scaleup * 2; in vga_crtc_reg_write()
[all …]
H A Dbus_isa.cc212 (machine->x11_md.in_use))? 1 : 0; in bus_isa_init()
299 if (machine->x11_md.in_use || bus_isa_flags & BUS_ISA_VGA_FORCE) in bus_isa_init()
H A Ddev_vr41xx.cc407 if (cpu->machine->x11_md.in_use) in DEVICE_TICK()
725 if (machine->x11_md.in_use) in dev_vr41xx_init()
737 if (machine->x11_md.in_use) in dev_vr41xx_init()
H A Ddev_fb.cc413 if (!cpu->machine->x11_md.in_use) in DEVICE_TICK()
746 if (writeflag == MEM_WRITE && cpu->machine->x11_md.in_use) {
902 d->vfb_scaledown = machine->x11_md.scaledown;
931 if (machine->x11_md.in_use) {
934 d->title, machine->x11_md.scaledown, machine);
H A Ddev_fbctrl.cc88 if (cpu->machine->x11_md.in_use) { in fbctrl_command()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dmachine.h80 struct x11_md { struct
179 struct x11_md x11_md; member
/dports/emulators/gxemul/gxemul-0.6.3/src/promemul/
H A Dluna88kprom.cc76 store_32bit_word(cpu, 0x1114, machine->x11_md.in_use ? 8 : 0); in luna88kprom_init()

12