NDSummary.OnToolTipsLoaded("File:rom_mapper.h",{877:"
inline void SET_BANK_SEGMENT(
u8 b,
u8 s
)
Set the current segment of the given bank
",878:"
inline void SET_BANK_SEGMENT_LOW(
u8 b,
u8 s
)
Set the low byte of the current segment of the given bank (for 16-bit mappers)
",879:"
inline void SET_BANK_SEGMENT_HIGH(
u8 b,
u8 s
)
Set the high byte of the current segment of the given bank (for 16-bit mappers)
",880:"
inline u8 GET_BANK_SEGMENT(
u8 b
)
Get the current segment of the given bank
",881:"
inline u8 GET_BANK_SEGMENT_LOW(
u8 b
)
Get the low byte of the current segment of the given bank (for 16-bit mappers)
",882:"
inline u8 GET_BANK_SEGMENT_HIGH(
u8 b
)
Get the high byte of the current segment of the given bank (for 16-bit mappers)
"});