diff vdp.h @ 436:e341fd5aa996

Implement the scroll ring buffer properly without memcpy
author Mike Pavone <pavone@retrodev.com>
date Fri, 12 Jul 2013 19:11:55 -0700
parents add9e2f5c0e3
children afbea09d7fb4
line wrap: on
line diff
--- a/vdp.h	Thu Jul 11 08:34:38 2013 -0700
+++ b/vdp.h	Fri Jul 12 19:11:55 2013 -0700
@@ -147,6 +147,8 @@
 	uint8_t     flags2;
 	uint8_t     double_res;
 	uint8_t     b32;
+	uint8_t     buf_a_off;
+	uint8_t     buf_b_off;
 	uint8_t     *tmp_buf_a;
 	uint8_t     *tmp_buf_b;
 } vdp_context;