#include <mapper.h>
Go to the source code of this file.
◆ _DECLARE_XRAM_VARIABLE
#define _DECLARE_XRAM_VARIABLE |
( |
|
index, |
|
|
|
declaration |
|
) |
| |
Value: __attribute__((section(
".xram" #
index "_read")))
volatile const declaration##_read; \
__attribute__((section(
".xram" #
index "_write")))
volatile declaration##_write;
char index
Definition: nesdoug.h:113
◆ DECLARE_XRAM_VARIABLE
◆ ram_bank_t
◆ ram_select()
◆ xram_read()
unsigned char xram_read |
( |
int |
offset | ) |
|
◆ xram_write()
void xram_write |
( |
int |
offset, |
|
|
unsigned char |
value |
|
) |
| |
◆ method
void(* method) (void)) |
( |
void |
| ) |
|