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

Go to the source code of this file.

Functions

Variablesequence_load (Environment *_environment, char *_filename, char *_alias, int _mode, int _frame_width, int _frame_height, int _flags, int _transparent_color, int _background_color, int _bank_expansion, int _origin_x, int _origin_y, int _offset_x, int _offset_y)
 Emit code for LOAD IMAGE(...).

Function Documentation

◆ sequence_load()

Variable * sequence_load ( Environment * _environment,
char * _filename,
char * _alias,
int _mode,
int _frame_width,
int _frame_height,
int _flags,
int _transparent_color,
int _background_color,
int _bank_expansion,
int _origin_x,
int _origin_y,
int _offset_x,
int _offset_y )

Emit code for LOAD IMAGE(...).

Parameters
_environmentCurrent calling environment
_filenameFilename to read into buffer
_modeMode to use to convert data

Definition at line 235 of file sequence_load.c.