Home
last modified time | relevance | path

Searched refs:VBSTART (Results 1 – 25 of 114) sorted by relevance

12345

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dexidy440.cpp21 #define VBSTART (0x0f0) macro
327 if (sy >= VBSTART) in draw_sprites()
328 sy -= (VBSTART - VBEND); in draw_sprites()
330 sy += (VBSTART - VBEND); in draw_sprites()
398 if (sy >= VBSTART) in update_screen()
399 sy -= (VBSTART - VBEND); in update_screen()
426 int beamy = ((ioport("AN1")->read() & 0xff) * (VBSTART - VBEND)) >> 8; in screen_update_exidy440()
467 m_screen->set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in exidy440_video()
H A Dgameplan.cpp27 #define VBSTART (0x100) macro
253 m_videoram_size = (HBSTART - HBEND) * (VBSTART - VBEND); in video_start()
271 m_screen->set_raw(GAMEPLAN_PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in gameplan_video()
H A Dmystston.cpp36 #define VBSTART (248) macro
319 m_screen->set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in mystston_video()
H A Dorca40c.cpp27 #define VBSTART (240) macro
281 screen().set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in device_config_complete()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dexidy440.cpp21 #define VBSTART (0x0f0) macro
327 if (sy >= VBSTART) in draw_sprites()
328 sy -= (VBSTART - VBEND); in draw_sprites()
330 sy += (VBSTART - VBEND); in draw_sprites()
398 if (sy >= VBSTART) in update_screen()
399 sy -= (VBSTART - VBEND); in update_screen()
426 int beamy = ((ioport("AN1")->read() & 0xff) * (VBSTART - VBEND)) >> 8; in screen_update_exidy440()
467 m_screen->set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in exidy440_video()
H A Dgameplan.cpp27 #define VBSTART (0x100) macro
253 m_videoram_size = (HBSTART - HBEND) * (VBSTART - VBEND); in video_start()
271 m_screen->set_raw(GAMEPLAN_PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in gameplan_video()
H A Dmystston.cpp36 #define VBSTART (248) macro
319 m_screen->set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in mystston_video()
H A Dorca40c.cpp27 #define VBSTART (240) macro
281 screen().set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in device_config_complete()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dquizshow.cpp37 #define VBSTART (240) macro
216 if (m_screen->vpos() >= VBSTART || (m_screen->vpos() + 4) & 8) in timing_r()
405 m_screen->set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in quizshow()
H A Daleisttl.cpp43 #define VBSTART (V_TOTAL) macro
H A Dusbilliards.cpp33 #define VBSTART (V_TOTAL) macro
H A Delectra.cpp36 #define VBSTART (V_TOTAL) macro
H A Dsegattl.cpp73 #define VBSTART (V_TOTAL) macro
H A Dcrazybal.cpp34 #define VBSTART (V_TOTAL) macro
H A Dfungames.cpp32 #define VBSTART (V_TOTAL) macro
H A Dchicago.cpp35 #define VBSTART (V_TOTAL) macro
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dquizshow.cpp37 #define VBSTART (240) macro
216 if (m_screen->vpos() >= VBSTART || (m_screen->vpos() + 4) & 8) in timing_r()
405 m_screen->set_raw(PIXEL_CLOCK, HTOTAL, HBEND, HBSTART, VTOTAL, VBEND, VBSTART); in quizshow()
H A Daleisttl.cpp43 #define VBSTART (V_TOTAL) macro
H A Dusbilliards.cpp33 #define VBSTART (V_TOTAL) macro
H A Dsegattl.cpp73 #define VBSTART (V_TOTAL) macro
H A Delectra.cpp36 #define VBSTART (V_TOTAL) macro
H A Dcrazybal.cpp34 #define VBSTART (V_TOTAL) macro
H A Dfungames.cpp32 #define VBSTART (V_TOTAL) macro
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dphoenix.h85 #define VBSTART (208) macro
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dphoenix.h85 #define VBSTART (208) macro

12345