gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/gbcompress/common.h
1
2 #ifndef _COMMON_H
3 #define _COMMON_H
4
5 #define BANK_NUM_ROM_UNSET 0
6 #define BANK_NUM_ROM_MIN 1
7 #define BANK_NUM_ROM_MAX 511
8
9 #endif // _COMMON_H
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.