mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-25 12:40:23 +00:00
Calculate _rom_size for the ROM prefix
This commit is contained in:
@@ -236,4 +236,5 @@ SECTIONS {
|
||||
* Values calculated to save code from doing it
|
||||
*/
|
||||
_load_size_pgh = ( _load_size / 16 );
|
||||
_rom_size = ( ( _load_size + 511 ) / 512 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user