comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 96:25433449bcb5

adding anti-aliased fonts!
author heinrichsweikamp
date Sat, 11 Dec 2010 19:13:26 +0100
parents 6ee3a42fd006
children dc349e4264bb
comparison
equal deleted inserted replaced
95:d79bf9df55d7 96:25433449bcb5
33 33
34 #DEFINE FT_SMALL .0 34 #DEFINE FT_SMALL .0
35 #DEFINE FT_MEDIUM .1 35 #DEFINE FT_MEDIUM .1
36 #DEFINE FT_LARGE .2 36 #DEFINE FT_LARGE .2
37 37
38 ;#DEFINE AAFONTS ; The nicer fonts (not working yet...) 38 #DEFINE AAFONTS ; The nicer fonts (not working yet...)
39 39
40 ; Define max. 5 Binary Custom Functions here (add more in menu_custom.asm) 40 ; Define max. 5 Binary Custom Functions here (add more in menu_custom.asm)
41 #DEFINE binary_cf1 d'31' 41 #DEFINE binary_cf1 d'31'
42 #DEFINE binary_cf2 d'38' 42 #DEFINE binary_cf2 d'38'
43 #DEFINE binary_cf3 d'39' 43 #DEFINE binary_cf3 d'39'