From: sparky4 Date: Mon, 29 Jun 2015 16:58:56 +0000 (-0500) Subject: modified: .gitignore X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=8d79cfaff66a2c9efe210ea9508c83b9b2aa9d5e;hp=c7b372d33da77c179aad01ae0937030cb18f9800;p=16.git modified: .gitignore modified: 16.LIB modified: 16.exe modified: GFX.LIB modified: emmtest.exe modified: emsdump.exe modified: exmmtest.exe modified: fmemtest.exe modified: fonttest.exe modified: inputest.exe modified: maptest.exe modified: maptest0.exe modified: palettec.exe modified: pcxtest.exe modified: scroll.exe modified: src/lib/16_in.h modified: test.exe modified: test2.exe --- diff --git a/.gitignore b/.gitignore index cff92b3c..e05b00e1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ FUCK *.err *.ERR +*.lib +*.LIB makefile~ !boop.sh !awoo.sh diff --git a/16.LIB b/16.LIB index 58c8ab77..f2152fb3 100644 Binary files a/16.LIB and b/16.LIB differ diff --git a/16.exe b/16.exe index 43d3b6dd..bb8b419c 100644 Binary files a/16.exe and b/16.exe differ diff --git a/GFX.LIB b/GFX.LIB index 1ad504e2..2dc73f5f 100644 Binary files a/GFX.LIB and b/GFX.LIB differ diff --git a/emmtest.exe b/emmtest.exe index 1afe9df7..400b5de6 100644 Binary files a/emmtest.exe and b/emmtest.exe differ diff --git a/emsdump.exe b/emsdump.exe index e19947ac..8c515ec6 100644 Binary files a/emsdump.exe and b/emsdump.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index d27e9afc..832bb71e 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 7904c7d6..afbeb7e8 100644 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fonttest.exe b/fonttest.exe index ac1cda24..12c438dd 100644 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 2cd08cbf..43c45e3a 100644 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index a846d026..30bb5541 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/maptest0.exe b/maptest0.exe index 815756c6..0211c9b8 100644 Binary files a/maptest0.exe and b/maptest0.exe differ diff --git a/palettec.exe b/palettec.exe index fa4b8c08..c577b353 100644 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 80badb00..48678f39 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index 9da91bdd..4052f6db 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/16_in.h b/src/lib/16_in.h index cd3199fb..efe70039 100644 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -34,8 +34,8 @@ #define __DEBUG_InputMgr__ //++++#endif -//#define TESTKEYIN -#define TESTCONTROLNOISY +#define TESTKEYIN +//#define TESTCONTROLNOISY #define KeyInt 9 // The keyboard ISR number diff --git a/test.exe b/test.exe index c5c68fdb..c6f91f2d 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 0b074538..51b7b74e 100644 Binary files a/test2.exe and b/test2.exe differ