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;
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);