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

Go to the source code of this file.

Functions

Variablemusic_storage (Environment *_environment, char *_source_name, char *_target_name, int _bank_expansion)
 Emit code for LOAD MUSIC(...).

Function Documentation

◆ music_storage()

Variable * music_storage ( Environment * _environment,
char * _source_name,
char * _target_name,
int _bank_expansion )

Emit code for LOAD MUSIC(...).

Parameters
_environmentCurrent calling environment
_filenameFilename to read into buffer

Definition at line 71 of file music_storage.c.