llvm-mos-sdk
Typedefs | Functions | Variables
mapper_rom_single.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char rom_bank_t
 

Functions

void bank_select (rom_bank_t bank_id)
 
void set_current_bank (rom_bank_t bank_id)
 
rom_bank_t get_current_bank (void)
 

Variables

void(* method )(void))
 

Typedef Documentation

◆ rom_bank_t

typedef unsigned char rom_bank_t

Function Documentation

◆ bank_select()

void bank_select ( rom_bank_t  bank_id)

◆ get_current_bank()

rom_bank_t get_current_bank ( void  )

◆ set_current_bank()

void set_current_bank ( rom_bank_t  bank_id)

Variable Documentation

◆ method

void(* method)(void))