H A D | loader.h | 326 #define rom_add_file_fixed(_f, _a, _i) \ argument 327 rom_add_file(_f, NULL, _a, _i, false, NULL, NULL) 330 #define rom_add_file_mr(_f, _mr, _i) \ argument 331 rom_add_file(_f, NULL, 0, _i, false, _mr, NULL) 332 #define rom_add_file_as(_f, _as, _i) \ argument 333 rom_add_file(_f, NULL, 0, _i, false, NULL, _as) 334 #define rom_add_file_fixed_as(_f, _a, _i, _as) \ argument 335 rom_add_file(_f, NULL, _a, _i, false, NULL, _as)
|