diff src/start.asm @ 155:5f71e31bd5b3

CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
author heinrichsweikamp
date Thu, 28 Aug 2014 12:13:52 +0200
parents afa31c815f24
children 9b82239fa062
line wrap: on
line diff
--- a/src/start.asm	Wed Aug 27 17:38:21 2014 +0200
+++ b/src/start.asm	Thu Aug 28 12:13:52 2014 +0200
@@ -274,7 +274,9 @@
 
 	call	ext_flash_disable_protection	; Disable write protection for external flash
 
-    bcf     flip_screen             ; Test...
+    bsf     flip_screen             ; Flip 180°
+    TSTOSS  opt_flip_screen         ; =1: Flip the screen
+    bcf     flip_screen             ; Normal orientation
 
 	goto	surfloop				; Jump to Surfaceloop!