Home
last modified time | relevance | path

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

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dtoypop.c16 static unsigned char *dirtybackground; variable
71 if ((dirtybackground = (unsigned char*)malloc(videoram_size)) == 0) { in toypop_vh_start()
75 memset(dirtybackground, 1, videoram_size); in toypop_vh_start()
79 free(dirtybackground); in toypop_vh_start()
85 free(dirtybackground); in toypop_vh_start()
95 free(dirtybackground); in toypop_vh_stop()
100 dirtybackground = 0; in toypop_vh_stop()
117 dirtybackground[((offset % 288) >> 3) + ((offset / 2304) * 36)] = 1; in WRITE_HANDLER()
142 if (dirtybackground[offs]) { in toypop_vh_screenrefresh()
145 dirtybackground[offs] = 0; in toypop_vh_screenrefresh()