A retro gaming programme, designed for use on a portable embedded system. Incorporates power saving techniques.

Dependencies:   ConfigFile N5110 PowerControl beep mbed

Files at this revision

API Documentation at this revision

Comitter:
el13drt
Date:
Sat May 02 02:25:45 2015 +0000
Parent:
57:bd8e064020fc
Child:
59:be7a31cb8cd1
Commit message:
sort of 3.25;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat May 02 02:14:58 2015 +0000
+++ b/main.cpp	Sat May 02 02:25:45 2015 +0000
@@ -976,12 +976,12 @@
                 a5 = a5-=2;
                 a6 = a6-=2;
                 
-                h1 = a3-1;
-                h2 = a3-3;
-                h3 = a3+4;
-                h4 = a3+3;
-                h5 = a3+2;
-                h6 = a3+1;
+                h1 = a3-3;
+                h2 = a3+3;
+                h3 = a3-4;
+                h4 = a3-3;
+                h5 = a3-2;
+                h6 = a3-1;
                 
           //      a7 = a7-=2;
 //                a8 = a8-=2;
@@ -1020,6 +1020,7 @@
                 h4 = a3+3;
                 h5 = a3+2;
                 h6 = a3+1;
+                
 
    //             a7 = a7+=2;
 //                a8 = a8+=2;