ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
tilemap_enable.c File Reference
#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.

Function Documentation

◆ tilemap_enable()

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.

Parameters
_environmentCurrent calling environment

Definition at line 64 of file tilemap_enable.c.