Home
last modified time | relevance | path

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

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dtoaplan1.c71 unsigned int video_ofs3; variable
156 video_ofs = video_ofs3 = 0; in rallybik_vh_start()
318 return video_ofs3; in READ_HANDLER()
323 video_ofs3 = data ; in WRITE_HANDLER()
330 rb_tmp_vid = READ_WORD (&toaplan1_videoram3[(video_ofs3 & (VIDEORAM3_SIZE-1))*4 + offset]); in READ_HANDLER()
342 return READ_WORD (&toaplan1_videoram3[(video_ofs3 & (VIDEORAM3_SIZE-1))*4 + offset]); in READ_HANDLER()
347 int oldword = READ_WORD (&toaplan1_videoram3[(video_ofs3 & (VIDEORAM3_SIZE-1))*4 + offset]); in WRITE_HANDLER()
351 if ((video_ofs3 & (VIDEORAM3_SIZE-1))*4 + offset >= VIDEORAM3_SIZE*4) in WRITE_HANDLER()
353 logerror("videoram3_w, %08x\n", 2*video_ofs3); in WRITE_HANDLER()
358 WRITE_WORD (&toaplan1_videoram3[(video_ofs3 & (VIDEORAM3_SIZE-1))*4 + offset],newword); in WRITE_HANDLER()
[all …]