llvm-mos-sdk
|
#include <mapper.h>
Go to the source code of this file.
Macros | |
#define | _DECLARE_XRAM_VARIABLE(index, declaration) |
#define | DECLARE_XRAM_VARIABLE(index, declaration) _DECLARE_XRAM_VARIABLE(index, declaration) |
Typedefs | |
typedef unsigned char | ram_bank_t |
Functions | |
void | ram_select (ram_bank_t bank_id) |
void | xram_write (int offset, unsigned char value) |
unsigned char | xram_read (int offset) |
Variables | |
void(* | method )(void)) |
#define _DECLARE_XRAM_VARIABLE | ( | index, | |
declaration | |||
) |
#define DECLARE_XRAM_VARIABLE | ( | index, | |
declaration | |||
) | _DECLARE_XRAM_VARIABLE(index, declaration) |
typedef unsigned char ram_bank_t |
void ram_select | ( | ram_bank_t | bank_id | ) |
unsigned char xram_read | ( | int | offset | ) |
void xram_write | ( | int | offset, |
unsigned char | value | ||
) |
void(* method) (void)) |