Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the source code of this file.
Functions | |
char * | xemu_cbm_screen_to_text (char *buffer, const int buffer_size, const Uint8 *v, const int cols, const int rows, const int lowercase) |
int | xemu_cbm_text_to_screen (Uint8 *v, const int cols, const int rows, const char *buffer, const int lowercase) |
char* xemu_cbm_screen_to_text | ( | char * | buffer, |
const int | buffer_size, | ||
const Uint8 * | v, | ||
const int | cols, | ||
const int | rows, | ||
const int | lowercase | ||
) |
Definition at line 419 of file basic_text.c.
int xemu_cbm_text_to_screen | ( | Uint8 * | v, |
const int | cols, | ||
const int | rows, | ||
const char * | buffer, | ||
const int | lowercase | ||
) |
Definition at line 475 of file basic_text.c.
const Uint8 screen_code |
Definition at line 390 of file basic_text.c.
const char* text |
Definition at line 391 of file basic_text.c.