annotate src/start.inc @ 343:34e2f5bdc5a2
BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR)
TODO: Fix entry time when dive was during midnight
author |
heinrichsweikamp |
date |
Mon, 20 Jul 2015 12:43:42 +0200 |
parents |
11d4fc797f74 |
children |
0491a84fd0b8 |
rev |
line source |
0
|
1 ;=============================================================================
|
|
2 ;
|
|
3 ; File start.inc
|
|
4 ;
|
|
5 ;
|
|
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
|
|
7 ;=============================================================================
|
|
8 ; HISTORY
|
|
9 ; 2011-08-06 : [mH] moving from OSTC code
|
|
10
|
|
11 extern restart
|
|
12 extern restart_set_modes_and_flags
|
|
13 extern start
|
|
14 extern power_on_return |