Skip to navigation

Elite on the BBC Micro and NES

Loader: DOENTRY

[Elite-A, Encyclopedia]

Name: DOENTRY [Show more] Type: Subroutine Category: Loader Summary: Initialise the encyclopedia and show the menu screen
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * S% calls DOENTRY
\ --- Mod: Code added for Elite-A: --------------------> .DOENTRY JSR BRKBK \ Set the standard BRKV handler for the game IF _BUG_FIX JSR SwitchToCharSet \ Switch &C000 to the MOS character definitions ENDIF JSR RES2 \ Reset a number of flight variables and workspaces JMP BAY \ Go to the docking bay (i.e. show the Encyclopedia \ screen) \ --- End of added code ------------------------------->