EQUW NMI ; Vector to the NMI handler EQUW ResetMMC1_b7 ; Vector to the RESET handler EQUW IRQ ; Vector to the IRQ/BRK handlerName: Vectors_b7 [Show more] Type: Variable Category: Utility routines Summary: Vectors at the end of ROM bank 7 Deep dive: Splitting NES Elite across multiple ROM banksContext: See this variable in context in the source code References: No direct references to this variable in this source file
[X]
Subroutine IRQ (category: Utility routines)
Handle IRQ interrupts by doing nothing
[X]
Subroutine NMI (category: Utility routines)
The NMI interrupt handler that gets called every VBlank and which updates the screen, reads the controllers and plays music
[X]
Variable ResetMMC1_b7 (category: Start and end)
The MMC1 mapper reset routine at the start of the ROM bank