gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-support/romusage/src/rom_file.h
1 // This is free and unencumbered software released into the public domain.
2 // For more information, please refer to <https://unlicense.org>
3 // bbbbbr 2020
4
5 int rom_file_process(char * filename_in);
6 void romfile_empty_value_table_clear(void);
7 void romfile_empty_value_table_add_entry(uint8_t value);
8 void romfile_init_defaults(void);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.