|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | wait_vbl (Environment *_environment, char *_raster_line) |
| Emit ASM code for WAIT VBL/b>. | |
| void wait_vbl | ( | Environment * | _environment, |
| char * | _raster_line ) |
Emit ASM code for WAIT VBL/b>.
This function outputs a code that waits for a vertical blank.
| _environment | Current calling environment |
Definition at line 53 of file wait_vbl.c.