ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
bank.c File Reference
#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.

Function Documentation

◆ bank_cleanup()

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.

Parameters
_environmentCurrent calling environment

Definition at line 53 of file bank.c.

Variable Documentation

◆ BANK_TYPE_AS_STRING

char BANK_TYPE_AS_STRING[][16]
extern

Description of BANK TYPE, in readable format.

Definition at line 125 of file _infrastructure.c.