]> 4ch.mooo.com Git - 16.git/commitdiff
added keendreams for reference ww and omitted vrs from make all wwww
authorsparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 14:56:50 +0000 (09:56 -0500)
committersparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 14:56:50 +0000 (09:56 -0500)
src/0.c

diff --git a/src/0.c b/src/0.c
index 4011e491d939592078544f64d128b2cb4f556abc..48801bcacd3b53557f771aab3c2ae06618eb2f03 100755 (executable)
--- a/src/0.c
+++ b/src/0.c
@@ -65,7 +65,7 @@ int main(int argc,char **argv) {
        vga_state.vga_width = 320; // VGA lib currently does not update this
        vga_state.vga_height = 240; // VGA lib currently does not update this
 
-#if 1 // 320x240 test mode: this is how Project 16 is using our code, enable for test case
+//#if 1 // 320x240 test mode: this is how Project 16 is using our code, enable for test case
        {
                struct vga_mode_params cm;
 
@@ -82,7 +82,7 @@ int main(int argc,char **argv) {
                vga_write_crtc_mode(&cm,0);
        }
        vga_state.vga_height = 240; // VGA lib currently does not update this
-#endif
+//#endif
 
        /* load color palette */
        fd = open(bakapee2,O_RDONLY|O_BINARY);