Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 110:8aa8acada0fd
Display deco-type icon in surface mode.
author | JeanDo |
---|---|
date | Wed, 22 Dec 2010 03:23:55 +0100 |
parents | 6f8e3a08011e |
children | 14a074e1a375 |
comparison
equal
deleted
inserted
replaced
109:6e635bf5b7a7 | 110:8aa8acada0fd |
---|---|
127 else | 127 else |
128 #include ostc_part3_wordprocessor_NEW_CURSOR_9A00_to_B960_jump_in_B410.txt ; Christians fonts... | 128 #include ostc_part3_wordprocessor_NEW_CURSOR_9A00_to_B960_jump_in_B410.txt ; Christians fonts... |
129 endif | 129 endif |
130 | 130 |
131 ;============================================================================= | 131 ;============================================================================= |
132 ; (should be after aa_wordprocessor) | |
133 #include color_processor.asm ; Color image drawing. | |
134 #include dive_icons.asm ; Draw dive type icons in surface mode. | |
135 | |
136 ;============================================================================= | |
132 p2_deco code 0x0C000 ; Mark segment name into the .map file | 137 p2_deco code 0x0C000 ; Mark segment name into the .map file |
133 #include p2_deco_main_v110d.txt | 138 #include p2_deco_main_v110d.txt |
134 | 139 |
135 ;============================================================================= | 140 ;============================================================================= |
136 MESSG "OSTC - diving computer code, Copyright (C) 2010 HeinrichsWeikamp GbR" | 141 MESSG "OSTC - diving computer code, Copyright (C) 2010 HeinrichsWeikamp GbR" |