inc: cleanup and organize header files
[swan-dev] / inc / romheader.h
1 /* romheader */
2 #define RH_ROM_4MBITS           0x02
3 #define RH_ROM_8MBITS           0x03
4 #define RH_ROM_16MBITS          0x04
5 #define RH_ROM_32MBITS          0x06
6 #define RH_ROM_64MBITS          0x08
7 #define RH_ROM_128MBITS         0x09
8 #define RH_NO_SRAM              0x00
9 #define RH_SRAM_64KBITS         0x01
10 #define RH_SRAM_256KBITS        0x02
11 #define RH_SRAM_1MBITS          0x03
12 #define RH_SRAM_2MBITS          0x04
13 #define RH_SRAM_1KBITS          0x10
14 #define RH_SRAM_16KBITS         0x20
15 #define RH_SRAM_8KBITS          0x50
16 #define RH_WS_MONO              0x00
17 #define RH_WS_COLOR             0x01
18 #define RH_NO_RTC               0x00
19 #define RH_RTC                  0x01
20 #define RH_HORIZONTAL           (0x04 + 0x00)
21 #define RH_VERTICAL             (0x04 + 0x01)