main: setting register from C with inline asm
[swan-dev] / inc / init.inc
1 WS_RAM_BASE     equ     0x0000
2 WS_TILE_BANK    equ     0x2000
3 WS_STACK        equ     WS_TILE_BANK-2
4
5 WSC_TILE_BANK1  equ     0x4000
6 WSC_TILE_BANK2  equ     0x8000
7 WSC_RAM_BASE2   equ     0xC000
8 WSC_PALETTES    equ     0xFE00
9 WSC_STACK       equ     WSC_PALETTES-2
10
11 MAP_SIZE        equ     0x800
12 SPR_TABLE_SIZE  equ     0x200
13
14 IO_HARDWARE_TYPE        equ     0xA0
15 WS_COLOR                equ     0x02