ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
double_buffer.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void double_buffer (Environment *_environment, int _enabled)
 Emit code for DOUBLE BUFFER ....

Function Documentation

◆ double_buffer()

void double_buffer ( Environment * _environment,
int _enabled )

Emit code for DOUBLE BUFFER ....

Parameters
_environmentCurrent calling environment
_enabledif double buffer is enabled

Definition at line 50 of file double_buffer.c.