|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | bank_cleanup (Environment *_environment) |
| Emit source and configuration lines for banks. | |
Variables | |
| char | BANK_TYPE_AS_STRING [][16] |
| Description of BANK TYPE, in readable format. | |
| void bank_cleanup | ( | Environment * | _environment | ) |
Emit source and configuration lines for banks.
This function can be called to generate all the definitions (on the source file, on the configuration file and on any support file) necessary to implement the memory banks.
| _environment | Current calling environment |
|
extern |
Description of BANK TYPE, in readable format.
Definition at line 125 of file _infrastructure.c.