OpenSNES
Modern Open-Source SNES Development SDK
Loading...
Searching...
No Matches
vram_map.h
Go to the documentation of this file.
1
/* GENERATED by devtools/vram_layout/vram_layout.py --emit — DO NOT EDIT.
2
* Source: vram.spec. Regenerate after editing the spec.
3
* Validated at build by `make lint-vram` (alignment + no overlap + fit). */
4
#ifndef VRAM_MAP_H
5
#define VRAM_MAP_H
6
7
#define VRAM_BG_MAP 0x0000
/* bg_map, 1024 words */
8
#define VRAM_BG_TILES 0x4000
/* bg_char, 4096 words */
9
10
#endif
/* VRAM_MAP_H */
examples
backgrounds
mode1_lz77
vram_map.h
Generated by
1.16.1