125#define fg_color(fg) \
132#define bg_color(bg) \
139#define border_color(border) \
140 TTY_set_border_color(border)
147#define text_color(fg, bg) \
148 TTY_set_text_color(fg, bg)
156#define color(fg, bg, border) \
157 TTY_set_color(fg, bg, border)
void printc(char c)
MSX Print character on the screen.
void print(const char *str)
MSX Print string on the screen.
void printu(unsigned int i)
MSX Print unsigned integer on the screen.
void printx(uint16_t x)
MSX Print unsigned integer in hexadecimal on the screen.
void printi(int i)
MSX Print signed integer on the screen.
Teletype/console device interface.