| 5404 | } |
| 5405 | |
| 5406 | static bool do_render_slice(int mode, int slicecnt, int lastline) |
| 5407 | { |
| 5408 | draw_denise_line_queue_flush(); |
| 5409 | crender_screen(0, mode, true); |
| 5410 | return true; |
| 5411 | } |
| 5412 | |
| 5413 | static bool do_display_slice(void) |
| 5414 | { |
no test coverage detected