Home
last modified time | relevance | path

Searched refs:ge_pitch (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dpc_vga.h465 uint16_t offset() { if(mach8.ati_mode) return mach8.ge_pitch; else return 128; } in DECLARE_DEVICE_TYPE()
479 uint16_t ge_pitch; in DECLARE_DEVICE_TYPE() member
H A Dpc_vga.cpp5707 mach8.ge_pitch = data & 0x00ff; in mach8_ge_pitch_w()
5708 if(LOG_8514) logerror("Mach8: Graphics Engine pitch write %04x\n",mach8.ge_pitch); in mach8_ge_pitch_w()
5736 uint32_t addr = (ibm8514.prev_y * (mach8.ge_pitch * 8)) + ibm8514.prev_x; in mach8_wait_scan()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dpc_vga.h465 uint16_t offset() { if(mach8.ati_mode) return mach8.ge_pitch; else return 128; } in DECLARE_DEVICE_TYPE()
479 uint16_t ge_pitch; in DECLARE_DEVICE_TYPE() member
H A Dpc_vga.cpp5707 mach8.ge_pitch = data & 0x00ff; in mach8_ge_pitch_w()
5708 if(LOG_8514) logerror("Mach8: Graphics Engine pitch write %04x\n",mach8.ge_pitch); in mach8_ge_pitch_w()
5736 uint32_t addr = (ibm8514.prev_y * (mach8.ge_pitch * 8)) + ibm8514.prev_x; in mach8_wait_scan()