|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | tilemap_enable (Environment *_environment, int _width, int _height, int _colors, int _tile_width, int _tile_height) |
| Emit ASM implementation for TEXT ENABLE instruction. | |
| void tilemap_enable | ( | Environment * | _environment, |
| int | _width, | ||
| int | _height, | ||
| int | _colors, | ||
| int | _tile_width, | ||
| int | _tile_height ) |
Emit ASM implementation for TEXT ENABLE instruction.
This function can be called to emit the code to enable text mode on the target machine.
| _environment | Current calling environment |
Definition at line 64 of file tilemap_enable.c.