diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 98:6f8e3a08011e

1.73beta rc1 (Added new customview for divemode)
author heinrichsweikamp
date Sun, 12 Dec 2010 15:01:05 +0100
parents dc349e4264bb
children b13ace8d052f 8aa8acada0fd
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM	Sun Dec 12 01:13:48 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM	Sun Dec 12 15:01:05 2010 +0100
@@ -113,6 +113,7 @@
 #include	start.asm			; Startup and init, checks background debugger
 #include	simulator.asm		; Stand-alone simulator routines
 #include 	io.asm				; Low-Level I/O access
+#include	customview.asm		; Customview for divemode
 #include    strings.asm         ; Basic string operations
 
 ;=============================================================================