Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/shared_definitions.h @ 681:6e456a6398e0
Hardware4 support
author | heinrichsweikamp |
---|---|
date | Fri, 25 Jan 2013 18:00:49 +0100 |
parents | 6526a5b058b7 |
children | 8466932a2fcf |
comparison
equal
deleted
inserted
replaced
680:c6220d340684 | 681:6e456a6398e0 |
---|---|
167 // | 167 // |
168 // Note: Need to switch to BANK1 before calling most of them ! | 168 // Note: Need to switch to BANK1 before calling most of them ! |
169 extern unsigned char win_top, win_leftx2, win_font, win_invert; | 169 extern unsigned char win_top, win_leftx2, win_font, win_invert; |
170 extern ram unsigned char letter[26]; | 170 extern ram unsigned char letter[26]; |
171 | 171 |
172 extern void PLED_ClearScreen(void); | 172 extern void DISP_ClearScreen(void); |
173 extern void PLED_standard_color(void); | 173 extern void DISP_standard_color(void); |
174 extern void PLED_warnings_color(void); | 174 extern void DISP_warnings_color(void); |
175 extern void PLED_divemask_color(void); | 175 extern void DISP_divemask_color(void); |
176 | 176 |
177 extern void PLED_box(void); | 177 extern void DISP_box(void); |
178 extern void PLED_frame(void); | 178 extern void DISP_frame(void); |
179 extern void aa_wordprocessor(void); | 179 extern void aa_wordprocessor(void); |
180 | 180 |
181 /// Set WREG color. | 181 /// Set WREG color. |
182 extern void PLED_set_color(void); | 182 extern void DISP_set_color(void); |
183 #endif | 183 #endif |