From 891fe5a7bd34cddcf07953c684d4a4d2d16ea19a Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 28 Jun 2016 11:13:03 -0500 Subject: [PATCH] gvar.video.page[1].pattern_ofs removed because it is just (0x10000UL - (uint16_t)gvar.video.page[1].data) the image now bounce like the leamer --- src/lib/typdefst.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index da79ebc8..b9424ebd 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -87,6 +87,11 @@ typedef struct { word pi; /* incremention page by this much to preserve location */ } page_t; +typedef struct +{ + //vrs with sprite .... +} vrs_t + typedef struct { // int showmemhandle; -- 2.39.5