# HG changeset patch # User Michael Pavone # Date 1484708464 28800 # Node ID e2b81a0f8fd89a1f9f114b1da541c1efcb9a5f70 # Parent 1271b240b9c219df4b1a277c613ed4a06d75afd9 Undo poorly thought out minor optimization that screwed up rendering diff -r 1271b240b9c2 -r e2b81a0f8fd8 vdp.c --- a/vdp.c Tue Jan 17 09:27:05 2017 -0800 +++ b/vdp.c Tue Jan 17 19:01:04 2017 -0800 @@ -1184,11 +1184,11 @@ if (line >= 240) { return; } + render_map(context->col_2, context->tmp_buf_b, context->buf_b_off+8, context); uint8_t *sprite_buf, *plane_a, *plane_b; int plane_a_off, plane_b_off; if (col) { - render_map(context->col_2, context->tmp_buf_b, context->buf_b_off+8, context); col-=2; dst = context->output + col * 8; if (context->debug < 2) {