From da1788598fe5f71295b6086ed8ef54fa39bbbd22 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 21 May 2015 00:55:46 -0700 Subject: Restore the other 2 debug display modes --- vdp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.h') diff --git a/vdp.h b/vdp.h index a05501c..5627057 100644 --- a/vdp.h +++ b/vdp.h @@ -170,6 +170,7 @@ typedef struct { uint8_t buf_a_off; uint8_t buf_b_off; uint8_t debug; + uint8_t debug_pal; uint8_t *tmp_buf_a; uint8_t *tmp_buf_b; } vdp_context; -- cgit v1.2.3