.SetBank0 LDA #0 ; Page ROM bank 0 into memory at $8000 and return from JMP SetBank ; the subroutine using a tail callName: SetBank0 [Show more] Type: Subroutine Category: Utility routines Summary: Page ROM bank 0 into memory at $8000 Deep dive: Splitting NES Elite across multiple ROM banksContext: See this subroutine in context in the source code References: This subroutine is called as follows: * SetupMMC1 calls SetBank0
[X]
Subroutine SetBank (category: Utility routines)
Page a specified ROM bank into memory at $8000