|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Go to the source code of this file.
Functions | |
| 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(...). | |
| 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(...).
| _environment | Current calling environment |
| _filename | Filename to read into buffer |
| _mode | Mode to use to convert data |
Definition at line 235 of file sequence_load.c.