Rev 3718 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3718 | Rev 4167 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | #include "ski.h" |
45 | #include "ski.h" |
46 | 46 | ||
47 | #define SKI_PUTCHAR 31 |
47 | #define SKI_PUTCHAR 31 |
48 | 48 | ||
49 | #define WIDTH 80 |
49 | #define WIDTH 80 |
50 | #define HEIGHT 25 |
50 | #define HEIGHT 24 |
51 | 51 | ||
52 | /** Display character on ski debug console |
52 | /** Display character on ski debug console |
53 | * |
53 | * |
54 | * Use SSC (Simulator System Call) to |
54 | * Use SSC (Simulator System Call) to |
55 | * display character on debug console. |
55 | * display character on debug console. |