Searched refs:FILL_VIDEO (Results 1 – 2 of 2) sorted by relevance
/dports/emulators/atari800/atari800-3.1.0/src/ |
H A D | antic.c | 104 #define FILL_VIDEO(ptr, val, size) \ macro 155 #define FILL_VIDEO(ptr, val, size) \ macro 175 #define FILL_VIDEO(ptr, val, size) memset(ptr, val, size) macro 183 FILL_VIDEO(ptr, val, size); in ANTIC_VideoMemset() 1123 FILL_VIDEO(ptr, ANTIC_cl[C_BAK], (RBORDER_END - LBORDER_START) * 2); in draw_antic_0() 1137 FILL_VIDEO(ptr, ANTIC_cl[C_PM0], (RBORDER_END - LBORDER_START) * 2); in draw_antic_0_gtia10() 1159 FILL_VIDEO(ptr, ANTIC_lookup_gtia11[0], (RBORDER_END - LBORDER_START) * 2); in draw_antic_0_gtia11() 3065 FILL_VIDEO(scrn_ptr + LBORDER_START, 0x0f0f, (RBORDER_END - LBORDER_START) * 2);\ in ANTIC_Frame()
|
/dports/emulators/atari800/atari800-3.1.0/DOC/ |
H A D | HOWTO-DIRTYRECT | 94 WRITE_VIDEO_LONG(), and FILL_VIDEO(). There is one case when code
|