From: sparky4 Date: Thu, 11 Jun 2015 17:45:12 +0000 (-0500) Subject: glitchy.... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=a88ac802697028fc7512e913f6aef1d6cc8cfd85;p=16.git glitchy.... modified: maptest.exe modified: pcxtest.exe modified: scroll.exe modified: src/lib/modex16.h modified: test.exe modified: test2.exe --- diff --git a/maptest.exe b/maptest.exe index 5728c642..aed2b581 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 914bbd46..4c4931e5 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index fbaf3acd..d2450cbb 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 51c91141..7a0f24d6 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -14,7 +14,7 @@ #define SELECT_ALL_PLANES() outpw(0x03c4, 0xff02) typedef struct { - byte huge* data; /* the data for the page */ + byte /*huge*/* data; /* the data for the page */ word dx; /* col we are viewing on the virtual screen */ word dy; /* row we are viewing on the virtual screen */ word width; /* virtual width of the page */ diff --git a/test.exe b/test.exe index c0d8f3b6..c66d9352 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 0a106997..e60fd235 100644 Binary files a/test2.exe and b/test2.exe differ