diff src/start.asm @ 151:5cb177f0948a

work on flip screen...
author heinrichsweikamp
date Mon, 18 Aug 2014 17:37:00 +0200
parents fdd4e30846ae
children 19ad15f04f60
line wrap: on
line diff
--- a/src/start.asm	Wed Aug 13 17:43:41 2014 +0200
+++ b/src/start.asm	Mon Aug 18 17:37:00 2014 +0200
@@ -274,6 +274,8 @@
 
 	call	ext_flash_disable_protection	; Disable write protection for external flash
 
+    bcf     flip_screen             ; Test...
+
 	goto	surfloop				; Jump to Surfaceloop!
 
 ;=============================================================================