mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Calculate _rom_size for the ROM prefix
This commit is contained in:
parent
8d0c5f3302
commit
46253ba618
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user